I really should be hitting they hay so this will be a quick one.
As an example I have pinged google 100 times and dropped the delay into a text file
[adam@localhost gnuplot]$ ping google.com -c 100 -ni 0.2 | awk -F [=\ ] {'print $(NF-1)'} | grep -E "[0-9]" > ping.dat
[adam@localhost gnuplot]$ head -n 5 ping.dat
27.3
22.2
23.2
72.7
26.4
[adam@localhost gnuplot]$ cat ping.gp
#!/usr/bin/gnuplot
set terminal png
set output "ping.png"
set ylabel "Delay (m/s)"
set xlabel "Number"
plot "ping.dat" with lines
[adam@localhost gnuplot]$ ./ping.gp
Poof. we have a graph
Not cool enough for you?
- set terminal png
- set output "ping.png"
+ set terminal dumb
nice
ReplyDeleteThank You and I have a super offer: Whole House Renovation Cost Calculator average home renovation cost
ReplyDeleteThank You and I have a super provide: What Does A Full House Renovation Cost remodeling companies near me
ReplyDelete