I'd like to know what people are using on *nix to gather output for network traffic, diagnostics, discovery. I know this is a pretty broad question but My immediate goal here is to be able to gather the reports from tools like mtr and easily output them to csv so I can present pretty spreadsheets for management. Thanks.

link|improve this question

This is the sort of thing that Perl was designed for. If you add the output of your commands, I'm sure someone could help you get it set up. – Brad Gilbert Jul 16 '09 at 16:31
feedback

2 Answers

up vote 1 down vote accepted

I'd suggest storing and retreiving the data with RRDtool rather than CSV.

Even if you're not using it as part of a monitoring/graphing solution, it should make your life a whole lot easier in the long run, than dealing with CSV.

link|improve this answer
RRDtool looks to be what I want to play with. Much more robust and flexible for any future growth. Thanks. – egorgry Jul 16 '09 at 20:40
feedback

As suggested you should look at perl using Spreadsheet::WriteExcel.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.