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

problem with input processes #1010

Closed
GuillaumeLohez opened this issue Apr 12, 2016 · 2 comments
Closed

problem with input processes #1010

GuillaumeLohez opened this issue Apr 12, 2016 · 2 comments

Comments

@GuillaumeLohez
Copy link

Hi

I'm running telegraf 0.12 amd64 on debian wheezy.

I have this in my log:

2016/04/12 14:48:13 processes: Unknown state [ v ] in file /proc/16745/stat
2016/04/12 14:48:13 processes: Unknown state [ / ] in file /proc/16758/stat
2016/04/12 14:48:13 processes: Unknown state [ / ] in file /proc/16762/stat
2016/04/12 14:48:13 processes: Unknown state [ / ] in file /proc/16766/stat
2016/04/12 14:48:13 processes: Unknown state [ / ] in file /proc/16772/stat
2016/04/12 14:48:13 processes: Unknown state [ / ] in file /proc/16785/stat
2016/04/12 14:48:13 processes: Unknown state [ / ] in file /proc/16797/stat
2016/04/12 14:48:13 processes: Unknown state [ / ] in file /proc/16813/stat
cat /proc/16745/stat
16745 (PM2 v0.14.5: Go) S 1 16745 16745 0 -1 4202496 18328239 35482659 0 0 0 42618 0 291 20 0 6 0 1322640939 726810624 14394 18446744073709551615 4194304 5439196 140724622335344 140724622322488 140626482815449 0 0 4096 84494 18446744073709551615 0 0 17 3 0 0 0 0 0 7539856 7549900 27811840 140724622338239 140724622338307 140724622338307 140724622340074 0

ps faux | grep 16745 | grep -v grep
osd      16745  0.5  0.5 709776 57576 ?        Ssl  avril11   7:08 PM2 v0.14.5: God Daemon                                            

cat /proc/16758/stat
16758 (node /home/osd/) S 16745 16758 16758 0 -1 4202496 1513567 0 0 0 0 314345 0 0 20 0 6 0 1322640974 843288576 44639 18446744073709551615 4194304 5439196 140734811126112 140734811113256 140260046549465 0 0 4096 16898 18446744073709551615 0 0 17 2 0 0 0 0 0 7539856 7549900 24543232 140734811133397 140734811133456 140734811133456 140734811135978 0

ps faux | grep 16758 | grep -v grep
osd      16758  4.1  1.5 819428 170312 ?       Ssl  avril11  52:48  \_ node /home/osd/OSD3/osd-server/lib/osd-server.js          

cat /proc/16762/stat
16762 (node /home/osd/) S 16745 16762 16762 0 -1 4202496 1376886 0 0 0 0 288526 0 0 20 0 6 0 1322640975 845631488 43384 18446744073709551615 4194304 5439196 140722242378576 140722242365720 140111473930713 0 0 4096 16898 18446744073709551615 0 0 17 7 0 0 0 0 0 7539856 7549900 30347264 140722242381269 140722242381328 140722242381328 140722242383850 0

ps faux | grep 16762 | grep -v grep
osd      16762  3.7  1.6 828884 172096 ?       Ssl  avril11  48:28  \_ node /home/osd/OSD3/osd-server/lib/osd-server.js          

This is a node js running app.

I think, there are problem with regexp matching the data from /proc.

@sparrc
Copy link
Contributor

sparrc commented Apr 12, 2016

thanks for the report! but this has already been fixed (though it's not in an official build yet) see #968

@sparrc sparrc closed this as completed Apr 12, 2016
@GuillaumeLohez
Copy link
Author

My bad, I did not pay attention to this.

Thanks.

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