Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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