question

Steven Chen avatar image
0 Likes"
Steven Chen asked Jordan Johnson commented

Statistics of group

Hello,

How to add chart in dashboard to display statistics of group? Such as average throughput of multiple processors.

FlexSim 18.1.0
statisticsgroup
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Jordan Johnson commented

This is a feature I want to add very soon, in a more user-friendly manner. In the mean time, you have at least two options:

  • You can start with the Composite Throughput Table template. Add the objects (or the group) as both the entry and exit. Then install the template. Edit the Statistics Collector to divide by the number of objects in the group, Group("MyGroup").length. Also set the storage mode to double, rather than int. A demo is attached. avgthroughputdemo.fsm
  • Enable the legacy charts in the global preferences, and use the appropriate chart.

· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Kari Payton avatar image Kari Payton commented ·
@Jordan Johnson has the first option been added in 21?
0 Likes 0 ·
Jordan Johnson avatar image Jordan Johnson ♦♦ Kari Payton commented ·

I haven't added new features in 2021. The Composite Throughput Table's name is now Composite Output (and then you pick table). It was quite a few more steps to wrangle it into showing the average output for the group, though. Here's an example:

AvgQueueThroughputDemo.fsm

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.