Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telegraf 0.2.3 and plugin procstat #510

Closed
logicall opened this issue Jan 12, 2016 · 2 comments
Closed

telegraf 0.2.3 and plugin procstat #510

logicall opened this issue Jan 12, 2016 · 2 comments

Comments

@logicall
Copy link

Hello!
I run telegraf on rhel 5.8 x32. And uses a plugin protsstat.

The database get weird data

name: procstat_notification_server_cpu_user
-------------------------------------------
time            host        name    pid value
1452603440000000000 va3 python  32620   9215.53
1452603450000000000 va3 python  32620   9215.85
1452603460000000000 va3 python  32620   9215.99

On rhel 6.3 x64 this plugin works fine and displays and the normal values.

name: procstat_callapi_9041_cpu_user
------------------------------------
time            host        name    pid value
1449062470000000000 app python  212606  17.92
1449062480000000000 app python  212606  17.92
1449062490000000000 app python  212606  17.92

Tell me, because of what this could be?

@sparrc
Copy link
Contributor

sparrc commented Jan 12, 2016

The procstat plugin is reporting cpu time instead of cpu usage. See #484

In 0.10.0 the metric name has been changed to include _time

@sparrc
Copy link
Contributor

sparrc commented Jan 14, 2016

closing as won't fix, cpu usage will come with #484

@sparrc sparrc closed this as completed Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants