-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane team
Description
On Darwin if you run filebeat and top shows ~500% CPU for filebeat we would expect cpu.total.time.ms to be roughly 5 times the uptime.ms. This isn't the case. For example I see:
| uptime.ms | cpu.total.time.ms |
|---|---|
| 77881 | 9649 |
| 96485 | 11956 |
| 115261 | 14307 |
If I run the same thing on Linux, the numbers are as expected.
These stats come from
| func (procStats *Stats) GetSelf() (ProcState, error) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane team