Release v0.1.2 (What’s new?).
Welcome to acore_server_monitoring_core Documentation#
在生产环境中, 对游戏服务器的性能, 在线人数等统计数据进行监控是一个成熟的服务器所必不可少的功能. 本项目和 acore_server_monitoring_measurement, acore_server_monitoring_analytics 一起, 提供了采集服务器的监控数据, 和对监控数据进行分析的功能. 这个库实现了前面提到的其他项目的共用功能.
Install#
acore_server_monitoring_core is released on PyPI, so all you need is to:
$ pip install acore-server-monitoring-core
To upgrade to latest version:
$ pip install --upgrade acore-server-monitoring-core