In Reply to bijucyborg@yahoo.com
From bijucyborg@yahoo.com Wed Sep 7 21:22:07 2005 From: bijucyborg@yahoo.com (BIJU KRISHNAN) >Date: Wed Sep 7 21:23:22 2005 Subject: [ILUG-BOM] need some perl code to display multiple command output
Hi, I need to display multiple command outputs on a single console,
this is basically
to display multiple outputs of commands like netstat,
sar, vmstat on the same screen. by that, i think u mean u wish to query multiple system parameters and then display them in a tabular form. The best way to do that is to parse the /proc file system and pick up whatver info u need. As for coding it in perl, it's really a matter of opening these /proc files and using regular expressions to pick what u need. i might have the code u need ...but tahts gonna cost u buddy ;)
Hope this helps, -- Naved Kazi