зеркало из https://github.com/mozilla/pjs.git
First add, a small wrapper script to test out reportdata.pl, the graphzilla server stuff.
This commit is contained in:
Родитель
b2a07e9513
Коммит
3a66693d74
|
@ -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");
|
||||
|
||||
}
|
Загрузка…
Ссылка в новой задаче