Subversion Repositories shark

Rev

Rev 1503 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1503 giacomo 1
Utility usage:
2
 
3
1) udpdump: ./udpdump dumptest
4
 
1522 giacomo 5
	- It receives all the UDP tracer packets,
6
	saving them inside the "dumptest" file
1503 giacomo 7
 
8
2) pwcet_gen: ./pwcet_gen dumptest > dumptest.pwc
9
 
1522 giacomo 10
	- It converts the binary file to a text
11
	version with only significative tracer events
1503 giacomo 12
 
1522 giacomo 13
3) extract: ./extract dumptest.pwc
1503 giacomo 14
 
1522 giacomo 15
	- It shows all the recorded tasks main
16
	statistics, usign also "gnuplot" to display
17
	execution time distributions, inter-arrival times,
18
	and task demand functions.
19