> > To elaborate -- I have about 10 servers that send me mail every morning > on their current status. The status includes disk and memory usage > (currently df and free). At the moment I'm reading both outputs to > figure out if the server is reaching its limits, but it would be nice if > I could just glance at the mail and figure out how much disk and memory > is being used without having to read the individual figures. Reading > 100 numbers and correlating them early every morning is no fun, I can > assure you :) >
How *visual* do you want the output to be ? If you want a pie chart like the GUI apps show, I can't think of any console based app that does that. If you only want the numbers, then why not just take the df -h (and free -m) output and use a couple of awk's and greps on it ? -- Sharninder _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
