arena 的一些变量的解释
先声明不是高手, 看到有人问,就统一的解释一下
VATime - value added time example: processing
time
NVATime - non-value added time : example: delay, transfer, etc
WaitTime - waiting time : example: delay
TranTime - transfer time: example: transfer (module)
OtherTime - time spent not belong to any above categories.
TotalTime - sum of all time above
xxxx.Queue - this the queue of your resource, usually a machine or processing center
Identifier - your entity
Average - average number of entity related value
Half Width - statistical confidence related value
Minimum - min. value
Maximum - max. value
half width is the half of the difference of (max. - min.), it determines the statistical confidence level, can be used to find p-value.
hope it helps.
|