UWB-Biocomputing / Graphitti

A project to facilitate construction of high-performance simulations of graph-structured systems.
https://uwb-biocomputing.github.io/Graphitti/
Apache License 2.0
7 stars 14 forks source link

Record NG911 system performance history #538

Closed jardiamj closed 1 year ago

jardiamj commented 1 year ago

We need to record system performance metrics for the 911 queueing model. There are two measurements that allow us to weigh the load of the system:

These measurements can be estimated from the history of the number of busy servers at each time step, and the history of the queue length at each time step; respectively.

stiber commented 1 year ago

One important principle we should adhere to is to record fundamental data during simulation and defer all analysis to external code in Matlab (or, occasionally, Python). Relevant to this, the two histories are fundamental data and the two measurements are computed from that, so the histories should be recorded.

In other words, we don't put analysis code in the simulator.