@Oliver H
I'll admit, I'm not quite sure why the "stats" on one single flowitem would be of much use in a simulation model. I guess that's why there isn't an "automatic" way of doing it, to my knowledge. But there is always a way to do something that may not be the "norm". Attached is a model that will track those stats as labels on each flowitem. I'm sure there are more than one way that this could be accomplished. The attached model is just one way.
In the Source, OnCreation, I create all the labels on the flowitems. Then in the Queues, I track the time into the Queue in the OnEntry trigger and calculate the wait time in the OnExit trigger.
In the Processors, after the process time is calculated I use that time to write those stats to the item's labels.
There are 2 User Commands, the WaitStats and the ProcStats. These are called from the Queues and the Processors to calculate the stats for the flowitem.
If you double click on any flowitem in the last queue (last item in stops the model run), you can see the stats for that flowitem
I hope this is what you were looking to do? If you have any questions, please let us know.
Thanks.
oneitemtracking-jn1.fsm