You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed appmetrics on node v10 in windows 10 and I always receive the following error:
com.ibm.diagnostics.healthcenter.plugins WARNING: [cpu_os] At least one data
I tried to check the error, put my eyes on the file "cpuplugin.cpp" and I'm noticing that I get the following error
"[cpu_os] Failed to add user time pdh counter for total cpu (status =" << Status << ")"
which is approximately by line 520 of the file.
check other forums that talk to me about compiling with vs2017 / vs2015 and I still get the same error.
I installed appmetrics on node v10 in windows 10 and I always receive the following error:
com.ibm.diagnostics.healthcenter.plugins WARNING: [cpu_os] At least one data
I tried to check the error, put my eyes on the file "cpuplugin.cpp" and I'm noticing that I get the following error
"[cpu_os] Failed to add user time pdh counter for total cpu (status =" << Status << ")"
which is approximately by line 520 of the file.
check other forums that talk to me about compiling with vs2017 / vs2015 and I still get the same error.
also try to install appmetrics from the github repository using
"npm install https://github.com/RuntimeTools/appmetrics"
and I do not have a positive result.
The text was updated successfully, but these errors were encountered: