You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/01/30 03:46:34 UTC

[GitHub] langyan1022 opened a new pull request #2222: fixed CPU UsagePercent Error

langyan1022 opened a new pull request #2222: fixed CPU UsagePercent Error
URL: https://github.com/apache/incubator-skywalking/pull/2222
 
 
   fixed CPU UsagePercent Error
   
   
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [X] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   The cpu usage storage accuracy should be one percent, not one in ten thousand. When the storage unit is one ten thousandth, as long as the usage rate does not exceed 100%. Stored values are less than one. When the current query is forced to be converted to a long type, it will always be 0. This is not correct.
   - How to fix?
   Cpu usage storage accuracy is one percent
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services