appmetrics: com.ibm.diagnostics.healthcenter.plugins WARNING: [cpu_os] At least one data gathering failure occurred
I see the following error when starting appmetrics in a production environment:
[Thu Jul 14 15:25:16 2016] com.ibm.diagnostics.healthcenter.plugins WARNING: [cpu_os] At least one data gathering failure occurred
I don’t see the issue when I’m testing. I’m guessing it might be a permission issue, where can I find more details on how to fix?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 17 (6 by maintainers)
@gustavomassa we build appmetrics binaries with VS 2015 so that could be the issue if different runtime C++ libraries are installed. If that is the case then you might find installing directly from Git would work for you on your work computer (I.e.
npm install https://github.com/RuntimeTools/appmetrics) because that would cause the binaries to be built from source, rather than extracting the pre-built ones from the npm package.Cpu and memory information come from our common plugins in omr-agentcore. You’ll find the code for each of them under here omr-agentcore/src/ibmras/monitoring/plugins/common/