Whamcloud - gitweb
LU-1187 tests: Add DNE test cases in sanity.
[fs/lustre-release.git] / lustre / doc / plot-llstat.8
1 .TH plot0llstat 1 "Jul 7, 2008" Lustre "utilities"
2 .SH NAME
3 plot-llstat \- plot Lustre statistics
4 .SH SYNOPSIS
5 .B "plot-llstat results_filename [parameter_index]"
6 .br
7 .SH DESCRIPTION
8 The
9 .B plot-llstat
10 script is used to generate csv file and instructions files for gnuplot
11 from the output of
12 .B llstat.
13 Since
14 .B llstat
15 is generic in nature,
16 .B plot-llstat
17 is also a generic script.
18 .LP
19 .I parameter_index
20 can be 1 for count per interval, 2 for count per second (default),
21 or 3 for total count.
22 .LP
23 plot-llstat script creates dat(csv) file using number of operations
24 specified by the user. Number of operations equals to number of columns in csv
25 file. And values in those columns are equals to the corresponding value of
26 the
27 .I "parameter_index"
28 parameter from the output file.
29 .LP
30 .B plot-llstat
31 also creates .scr file that contains instructions for gnuplot to plot
32 the graph. After generating .dat and .scr files
33 .B plot-llstat
34 invokes
35 .B gnuplot
36 to display graph.
37 .SH EXAMPLE
38 .nf
39 llstat -i2 -g -c lustre-OST0000 > log
40 plot-llstat log 3
41 .fi
42 .SH SEE ALSO
43 llstat(8)