First add, a small wrapper script to test out reportdata.pl, the graphzilla server stuff.

This commit is contained in:
mcafee%mocha.com 2005-06-23 23:54:14 +00:00
Родитель b2a07e9513
Коммит 3a66693d74
1 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,17 @@
#!/usr/bin/perl -w
#
# Test wrapper for reportdata.pl, e.g. "Is my apache server
# collecting data?" this is an easy way to just shove in some
# random data to test things out.
#
use strict;
use warnings;
require "reportdata.pl";
{
ReportData::send_results_to_server("web.java", 250, "--", "foo", "lespaul");
}