gnuplot_uptime_stat.cfg 522 B

12345678910
  1. set xlabel "days"
  2. set ylabel "mins"
  3. set grid
  4. set terminal png truecolor
  5. set output "pic_file.png"
  6. set title "Uptime statistic"
  7. width=1
  8. set boxwidth width
  9. plot "stat_file.txt" using 1:4 with boxes fs solid 1 linetype rgb "#CE0404" title "Uptime за период", "stat_file.txt" using 1:5 with linespoints lw 2 pt 7 linetype rgb "#0000FF" title "Средний Uptime за период", "stat_file.txt" using 1:6 with linespoints lw 2 pt 7 linetype rgb "#000000" title "Средний Uptime за весь период"