It sounds like zencommand might be leaking file descriptors.  This is unusual.

You can monitor the number of file descriptors that are open.  See if the 
number goes up and stays flat, or if it continues to grow:


Code:

$ ls -1 /proc/`pgrep -f zencommand.py`/fd | wc -l




You might have better luck if you decrease the number of commands running in 
parallel.  The default is 10. 

You can also see what those file descriptors were if you drop off the '| wc 
-l' part.  That will let you know if you are leaking SSH sockets or pipes.

-Eric
[/code]




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=30595#30595

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to