Line | |
---|
1 | newgraph
|
---|
2 | legend x 15 y 6000
|
---|
3 | newcurve pts
|
---|
4 | shell : awk -F'|' '{printf "%d %d\n",NR,($2/2)}' mab2.times
|
---|
5 | linetype dotted
|
---|
6 | marktype none
|
---|
7 | label : Writes
|
---|
8 | newcurve pts
|
---|
9 | shell : awk -F'|' '{printf "%d %d\n", NR,($3+$4)/2}' mab2.times
|
---|
10 | linetype solid
|
---|
11 | marktype none
|
---|
12 | label : Reads (all)
|
---|
13 | yaxis label : Reads/Writes per hour
|
---|
14 | xaxis
|
---|
15 | size 4.75
|
---|
16 | no_auto_hash_labels
|
---|
17 | no_auto_hash_marks
|
---|
18 | hash_labels rotate -90 vjt hjl
|
---|
19 | shell : awk -F'|' '(NR%3 == 1) {printf "hash_at %d hash_label at %d : %s\n",NR,NR,$1}' mab2.times
|
---|
20 | hash_label at 1 :
|
---|
Note:
See
TracBrowser
for help on using the repository browser.