[
https://issues.apache.org/jira/browse/CLOUDSTACK-8338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14510938#comment-14510938
]
Frank Maximus commented on CLOUDSTACK-8338:
-------------------------------------------
This issue is also present in 4.3.
As a quick fix the current implementation could be changed to support both
output formats of top:
{code}
idle=$(top -b -n 1|grep Cpu\\(s\\):|cut -d, -f4|cut -d' ' -f2|cut -d% -f1);echo
$idle"
{code}
> EL7 KVM host stats reporting is broken
> --------------------------------------
>
> Key: CLOUDSTACK-8338
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8338
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.5.0
> Reporter: Marcus Sorensen
> Assignee: Marcus Sorensen
> Fix For: Future
>
>
> The output of 'free' has changed, breaking the collection of host stats.
> Switch to /proc/meminfo as a more consistent, stable API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)