You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2015/06/10 18:23:06 UTC

[2/2] trafficserver git commit: Added message about the unit of time

Added message about the unit of time


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fa535cee
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fa535cee
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fa535cee

Branch: refs/heads/master
Commit: fa535ceef07f05baf9db27300079aab44157cb42
Parents: 4842aef
Author: Bryan Call <bc...@apache.org>
Authored: Wed Jun 10 09:21:40 2015 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Wed Jun 10 09:21:40 2015 -0700

----------------------------------------------------------------------
 tools/slow_log_report.pl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fa535cee/tools/slow_log_report.pl
----------------------------------------------------------------------
diff --git a/tools/slow_log_report.pl b/tools/slow_log_report.pl
index 66a83a0..19cf8a1 100755
--- a/tools/slow_log_report.pl
+++ b/tools/slow_log_report.pl
@@ -56,6 +56,7 @@ sub displayStat($) {
 
     printf("%25s %10.2f %10.2f %10.2f %10.2f %10.2f %10.2f %10.2f\n", $key, $total, $count, $mean, $median, $p95th, $min, $max);
   }
+  print "NOTE: Times are in seconds\n";
 }
 
 {