ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

procmon.pl recommend using Proc::ProcessTable instead of parsing ps output #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Parsing ps output works in procmon.pl, but that method is prone to parsing 
issues between Unix variants; the Proc::ProcessTable module normalizes a lot of 
that for you and provides a decent set of tools.

http://docstore.mik.ua/orelly/perl/sysadmin/ch04_03.htm

Not a bug per se, just something to consider.

Original issue reported on code.google.com by amoun...@students.poly.edu on 22 Nov 2012 at 1:53

GoogleCodeExporter commented 8 years ago
The design calls for only running on ubuntu Linux. Close as WontFix 

Original comment by toddd...@gmail.com on 25 Nov 2012 at 6:55