Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • pro@slogix.in
  • +91- 81240 01111

Social List

How to estimate the application loop delay in iFogSim?

Description

The total delay during the execution of the workflow application from the time of its request in the fog or cloud environment.

Source Code

for (Integer loopId :

TimeKeeper.getInstance().getLoopIdToTupleIds().keySet()) {

System.out.println(getStringForLoopId(loopId) + " ---> " + TimeKeeper.getInstance().getLoopIdToCurrentAverage().get(loopId));

if(TimeKeeper.getInstance().getLoopIdToCurrentAverage().get(loopId ) != null) {

apploopLatency += TimeKeeper.getInstance().getLoopIdToCurrentAverage().get(loopId);

}

}


Output

Estimate the application loop delay in iFogSim