News

This command essentially saves off all of the gnuplot commands you issued to the text file. This text file can be loaded into a new gnuplot session with the load command. This will take all of the ...
I need some help with gnuplot. I've generated a plot file using Apache's 'ab' command:/usr/sbin/ab -n 500 -c 100 -g test 10.0.1.1/login.htmlWhen I try to view the file with gnuplot: $ gnuplot test ...
If you want to display sar data in graph form, you will probably do one of two things: 1) download the data into an Excel or other brand of spreadsheet and graph it from there, or 2) use gnuplot ...