Separate out pdm from rate calc

This commit is contained in:
Ed Clarke
2018-11-30 14:00:55 +00:00
parent abd3141b0d
commit a8fa274230
4 changed files with 42 additions and 29 deletions

View File

@@ -1 +1 @@
grep f: dump.txt | grep -Eo "\-?\d+" > proc.txt&& gnuplot -p -e 'set term png; plot "proc.txt" with lines' > plot.png && open plot.png
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