acsicuib / YAFS

Yet Another Fog Simulator (YAFS)
MIT License
101 stars 73 forks source link

About time unit #40

Closed wei12f8158 closed 2 years ago

wei12f8158 commented 3 years ago

hi~ In this paper mention the "400 time" units.

https://ieeexplore.ieee.org/document/8758823 螢幕擷取畫面 2021-03-17 155216

I am confuse what the actually time units mean? ex: 400 MilliSeconds or MicroSeconds etc.

thx :)

wisaaco commented 3 years ago

Hello, YAFS is a discrete event simulator. Thus, the events are equals for all the "events": rate of requests, time service, time response, etc. If you decide that the movements happen every 400 seconds or 400 ms, the other values have the same unit, in this paragraph, the request rate. So, 400s implies 100s or 400 years implies 100 years. Basically, you choose the time unit. Best