Skip to content

Commit

Permalink
plot: autoscale iostat misc yrange
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Fengguang committed Dec 8, 2011
1 parent 957cc48 commit 095dcca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plot-iostat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ plot "$disk" using 12 with linespoints pt 5 ps 0.6 title "disk util", \
"$cpu" using 5 with linespoints pt 4 ps 0.6 title "steal", \
"$cpu" using 6 with linespoints pt 4 ps 0.6 title "idle"
set output "iostat-misc$suffix.png"
unset ylabel
set yrange [*:*]
set output "iostat-misc$suffix.png"
set ytics nomirror
set y2label "time"
set y2tics
Expand Down

0 comments on commit 095dcca

Please sign in to comment.