shun0102 / fluent-plugin-dstat

Dstat input plugin for Fluent event collector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many defunct processes

baepiff opened this issue · comments

Hi shun,
I am using your awesome dstat plugin. But I met a problem.
Here is the result of "ps -ef" in my environment. I don't know what caused this symptom.
I just want to get some hint to fix this symptom.

td-agent 32188 28837  0 Feb23 ?        00:00:00 [python] <defunct>
td-agent 32200 28837  0 Mar08 ?        00:00:00 [python] <defunct>
td-agent 32203 28837  0 Feb26 ?        00:00:00 [python] <defunct>
td-agent 32222 28837  0 Mar05 ?        00:00:00 [python] <defunct>
td-agent 32243 28837  0 Mar14 ?        00:00:00 [python] <defunct>
td-agent 32282 28837  0 Feb19 ?        00:00:00 [python] <defunct>
td-agent 32316 28837  0 Mar20 ?        00:00:00 [python] <defunct>
td-agent 32330 28837  0 Mar06 ?        00:00:00 [python] <defunct>
td-agent 32355 28837  0 Mar26 ?        00:00:00 [python] <defunct>
td-agent 32356 28837  0 Feb23 ?        00:00:00 [python] <defunct>
td-agent 32359 28837  0 Mar09 ?        00:00:00 [python] <defunct>
td-agent 32378 28837  0 Feb12 ?        00:00:00 [python] <defunct>
td-agent 32381 28837  0 Mar21 ?        00:00:00 [python] <defunct>
td-agent 32400 28837  0 Mar24 ?        00:00:00 [python] <defunct>
td-agent 32419 28837  0 Feb28 ?        00:00:00 [python] <defunct>
td-agent 32421 28837  0 Mar15 ?        00:00:00 [python] <defunct>
td-agent 32443 28837  0 Mar03 ?        00:00:00 [python] <defunct>
td-agent 32469 28837  0 Mar20 ?        00:00:00 [python] <defunct>
td-agent 32471 28837  0 Mar25 ?        00:00:00 [python] <defunct>
td-agent 32486 28837  0 Feb20 ?        00:00:00 [python] <defunct>
td-agent 32519 28837  0 Feb28 ?        00:00:00 [python] <defunct>
td-agent 32525 28837  0 Mar27 ?        00:00:00 [python] <defunct>
td-agent 32564 28837  0 Feb18 ?        00:00:00 [python] <defunct>
td-agent 32568 28837  0 Feb25 ?        00:00:00 [python] <defunct>
td-agent 32615 28837  0 Mar24 ?        00:00:00 [python] <defunct>
td-agent 32621 28837  0 Mar21 ?        00:00:00 [python] <defunct>
td-agent 32635 28837  0 Feb08 ?        00:00:00 [python] <defunct>
td-agent 32644 28837  0 Mar15 ?        00:00:00 [python] <defunct>
td-agent 32677 28837  0 Feb25 ?        00:00:00 [python] <defunct>
td-agent 32681 28837  0 Mar13 ?        00:00:00 [python] <defunct>

It seems that this issue is solved with 22a8781.
Closing.