To compute an aggregated scenario from generation of each scenario
WARNING: This create only one file
Create a file format as follow: Inter-packet time(in ms) /t size
ScenarioInformations: Cette interface permet de marquer les objets comme etant distants
objet distant = instance d'une classe implementant l'interface "Remote"
Defines to be used when you define a MGInfComplexAggregatedFlowModel or a OnOffHeterogeneousAggregatedFlow
Actually these models don't need current codecPanel defines in the InterneModelPanel.
public GammaDistribution(double mean,double var) throws IllegalArgumentException {
this();
if (mean > 0 && var>0) {
params[A] = Math.pow(mean,2) / var;
params[LAMBDA] = mean / var;
}
else {
throw new IllegalArgumentException("GammaDistribution.constructor : mean and var must be greater than 0");
}
}
Creates an "informative" scenario file of the aggregated flow
Creates a file formated as follow: date
Requested documents : reqDoc
Videos aggregation Test Duration : tpsSimul mn
date: t + testTime s, IA : interpacketIime
To compute final scenario (with some informations) which is the aggregation of each scenarii pre-calculated
WARNING: This create only one file
Create a file format as follow: day date : servername characteristic of the flow \t theoritical throughput : value
date (in seconds) \t Inter-Packet Time(in milliseconds) \t numero de port
date : date s /t IA : Inter-packet time ms /t packet size : size Bytes