It's kinda weird to do this with top. Especially putting to a csv? This stuff is changing all the time- by default ordered by usage, likely- so just because something is not visible, does not mean a second later it didn't abuse your resources. Maybe ps aux might be of use here, to actually show you what's going on, compare output of that with same output a few mins later.. who knows.

What might be more useful is - what the heck are they trying to do? See what users are hogging resources?

If you want to monitor usage, cpu hit.. If a server is grinding to a hault.. etc .. Consider NAGIOS.

You can code plugins for nagios with perl to do more specific alerts for your org.

If you haven't a working nagios system, it would be in your best interest.
(Dunno. If you just want to do your 9-5... But there might be something off here. Coding to save top output to a db.. sounds like someone's not making the most of posix- like.. keeping a ferrari in second gear.)


In reply to Re: Parsing a non-formatted record text file by leocharre
in thread Parsing a non-formatted record text file by TStanley

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.