We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在一部分windows中会频繁出现连续的断图问题,设置了nodata之后的展现如下: 在日志里这几分钟的记录为: 可以看到该段时间并未上报数据,内存及cpu均正常,这种间歇式的问题可能是怎么回事呢?可以修复吗?环境为windows server 2012R2
The text was updated successfully, but these errors were encountered:
看起来似乎开启了进程的采集,有可能是进程采集太慢了,超过了上报的间隔 1分钟。 看看能不能找找类似这样的日志 “UpdateProcessStats complete. Process time xxx, Number of Process is xxx"
Sorry, something went wrong.
经过逐步排查,发现是卡在这个wmi查询上,每隔一段时间会有一次这个查询时间特别长,请问有什么解决的方法或者建议吗?
这个是拿磁盘 IO 的,服务器磁盘负载高么
No branches or pull requests
在一部分windows中会频繁出现连续的断图问题,设置了nodata之后的展现如下:
在日志里这几分钟的记录为:
可以看到该段时间并未上报数据,内存及cpu均正常,这种间歇式的问题可能是怎么回事呢?可以修复吗?环境为windows server 2012R2
The text was updated successfully, but these errors were encountered: