使用SimPy 3时如何生成模拟输出报告(How to generate simulation output report when using SimPy 3)

编程入门 行业动态 更新时间:2024-10-15 14:20:35
使用SimPy 3时如何生成模拟输出报告(How to generate simulation output report when using SimPy 3)

如何使用SimPy 3生成模拟报告? 我在这里读到,对于版本2可以做这样的事情:

simulate(until=1000.0) Report() # report results when the simulation finishes

但是我无法找到SimPy 3的报告功能。报告应该包括例如服务器的平均吞吐量,资源利用率和其他统计信息。

How to generate simulation reports with SimPy 3? I was reading here that for the version 2 it's possible to do something like this:

simulate(until=1000.0) Report() # report results when the simulation finishes

However I cannot find the reporting function for SimPy 3. The report should include, for instance, average throughtput of a server, resource utilization, and other statistics.

最满意答案

出于性能原因,SimPy 3默认不再监控您的模拟。 本指南讨论了监控模拟和收集数据的方法。

For performance reason, SimPy 3 no longer monitors your simulation by default. There is this guide that discusses ways to monitor your simulation and collect data.

更多推荐

本文发布于:2023-08-03 09:12:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1385447.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:报告   generate   SimPy   report   output

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!