imperial-qore / pyJMT

Python wrapper for Java Modelling Tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Missing Simulation Results for System Throughput and System Response Time #2

Open joolink opened 1 month ago

joolink commented 1 month ago

Hello, I want to use your python project to automatically test different configurations. Unlike in the GUI the metrics do not contain System Throughput and System Response Time. Could you please add them to the output that I do not have to take the extra mile via the JMT GUI. Thank you!

gcasale commented 1 month ago

Thanks we do not have a person actively working on the codebase, so it won't be quick.

As a workaround, if you clone our line-solver https://github.com/imperial-qore/line-solver and run in Python the methods SolverJMT(model).getAvgSysTable() and SolverJMT(model).getAvgTable() you'll get all JMT metrics.