| PolyDocs: Lx Output Format |
|---|
| Web Polygraph |
Lx documentation has been synchronized with Poly 2.1.0.
General description of lx and a list of command line options are available elsewhere.
Unless stated otherwise, the following units are used:
Measurement Unit time milliseconds size bytes ratio percents
See specific object descriptions for exceptions.
A typical histogram output looks like this:
# bin min max count % acc%
1 0 1 229934 4.10 4.10
3 2 2 745027 13.28 17.38
4 3 3 745050 13.28 30.66
5 4 4 711251 12.68 43.34
6 5 5 616906 11.00 54.34
···
23 22 26 56137 1.00 96.14
28 27 32 50477 0.90 97.04
34 33 43 56317 1.00 98.05
45 44 69 54574 0.97 99.02
71 70 9663 54912 0.98 100.00
The first line is a histogram header prepended by a ``comment'' character (#). Column meanings:
Note that min and max columns represent bin boundaries rather than actual values seen during the run. In other words, a bin has not necessarily seen a value equal to min or max.
Because of the comment character in the header, the header line will be automatically ignored by graphing tools like gnuplot. This kludge makes it easier to plot histograms without extra pre-processing.
Many interesting stats are depicted in the ``X vs. Y'' tables. The conn_ttl_vs_use table is one of them:
#uses response_time #min max count mean 5% 10% 15% 20% 25% ... 95% 100% 1 1 335719 1465.53 20 33 43 51 ... 5007 10463 2 2 196298 2939.19 80 103 121 140 ... 7807 16831 ... 32 63 332193 67664.30 39935 44799 48383 51327 54015 ... 100095 153599 64 127 7223 94856.94 71167 76287 79615 82431 84991 ... 119551 147455
The names and meaning of the first few columns will change from object to object. For example, min and max columns in conn_ttl_vs_use table specify the number of connection ``uses'' (number of transactions per connection). Most of the columns on the right from ``Y'' specs have the same interpretation regardless of the ``X'' type:
The output format is intended mostly for automated processing and quick checks by humans.
$Id: lxoutput.sml,v 1.5 1999/10/12 19:20:33 rousskov Exp $