I would like to know if there is a manual for Scave Tool?
Or some more examples than in the omnet manual.
What I want to do is the following:
For each host vector there is a mean value (besides the columns Module, Name, StdDev, Variance), that shows the mean over some values of the vector. I would like to generate an output that is a collection of these mean values.
Thank you very much,
Gürkan
Hello,[...]
For each host vector there is a mean value (besides the columns Module, Name, StdDev, Variance), that shows the mean over some values of the vector. I would like to generate an output that is a collection of these mean values.
@signal[hopDistance](type = "int");
@statistic[hopDistanceFromSource_](source = "hopDistance"; record = stats);scavetool scalar -p "module(yourModule) AND name(\"hopDistanceFromSource_:stats:mean\")" -O output.csv result-*.sca