Overview
Every simulation run in ProDex produces a full set of results: KPI summaries, charts, and a detailed event log. Results are stored permanently and can be compared across runs or exported for reporting.KPIs
KPIs (Key Performance Indicators) are summary metrics computed from simulation output. They’re defined on your model and computed automatically after each run.KPI Types
Numeric KPIs return a single number with a configured format:number— plain numberinteger— rounded to whole numberdecimal1/decimal2— 1 or 2 decimal placespercentage— displayed as a percentagetime— formatted asdd:hh:mm:sscurrency— formatted with currency symbol
Charts and Visualizations
Charts are defined on your model and rendered automatically from run output. ProDex supports a wide range of chart types:| Type | Use case |
|---|---|
line | Time series — throughput over time, queue length over time |
area | Same as line but with filled area |
stacked_area | Multiple series stacked — resource utilization by type |
bar | Comparisons across categories |
stacked_bar | Stacked category comparisons |
pie | Part-to-whole breakdowns |
scatter | Correlation between two variables |
histogram | Distribution of a metric across events |
table | Tabular data output |
heatmap | 2D grid with color intensity — e.g., utilization by resource and shift |
gantt | Job timeline visualization |
box_plot | Statistical spread (min, quartiles, max) across multiple runs |
mixed | Combine multiple series with different chart types in one view |
Single Run Results
When you open a run in the Results section, you see:- KPI cards at the top
- Charts in the main area
- An Events tab with a detailed trace of every event during the simulation — entity arrivals, process starts and completions, resource acquisitions and releases, routing decisions
? icon that shows exactly what it measures, how it’s calculated, and why it matters. The + button lets you add new KPIs and charts directly from the page.
The event log is useful for debugging model behavior or validating that your model is working as intended.

