Files
lib_xua/examples/xua_lite_example/plot_fill_level.sh
2018-11-30 14:00:55 +00:00

1 line
139 B
Bash

grep pid: dump.txt | grep -Eo "\-?\d+" > proc.txt && gnuplot -p -e 'set term png; plot "proc.txt" with lines' > plot.png && open plot.png