We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
The procstat plugin is reporting cpu time instead of cpu usage. See #484
procstat
In 0.10.0 the metric name has been changed to include _time
_time
Sorry, something went wrong.
closing as won't fix, cpu usage will come with #484
No branches or pull requests
Hello!
I run telegraf on rhel 5.8 x32. And uses a plugin protsstat.
The database get weird data
On rhel 6.3 x64 this plugin works fine and displays and the normal values.
Tell me, because of what this could be?
The text was updated successfully, but these errors were encountered: