mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 19:29:50 +00:00
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
grep count 1000pkt-64len.txt | cut -d ' ' -f 2,5 | sed 's/ /,/g' |
|
|
sort -n > 1000pkt-64len.csv
|
|
|
|
then:
|
|
|
|
asy plot.asy
|
|
gv plot.eps
|