Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1521 → Rev 1522

/demos/trunk/newtrace/utils/README
2,14 → 2,18
 
1) udpdump: ./udpdump dumptest
 
- It receives all the UDP tracer packets, saving them inside the "dumptest" file
- It receives all the UDP tracer packets,
saving them inside the "dumptest" file
 
2) pwcet_gen: ./pwcet_gen dumptest > dumptest.pwc
 
- It converts the binary file to a text version with only significative tracer events
- It converts the binary file to a text
version with only significative tracer events
 
3) extract: ./extract dumptest.pwc 367482
3) extract: ./extract dumptest.pwc
 
- It shows all the recorded tasks main statistics, usign also "gnuplot"
to display execution time distributions, inter-arrival times, and task demand functions.
- It shows all the recorded tasks main
statistics, usign also "gnuplot" to display
execution time distributions, inter-arrival times,
and task demand functions.