diff options
Diffstat (limited to 'clients/ping.pl')
-rwxr-xr-x | clients/ping.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/ping.pl b/clients/ping.pl index 80c389a..93d759f 100755 --- a/clients/ping.pl +++ b/clients/ping.pl @@ -46,6 +46,7 @@ while (1) { next if (!defined($switch)); $latency //= "\\N"; + $latency*=1000; $dbh->pg_putcopydata("$switch\t$latency\n"); } $dbh->pg_putcopyend(); |