ZSysInfo is a Perl script, that generates an overview of current system statistics and other useful information. This information is written to a formatted HTML page for viewing. Other files are required by ZSysInfo (all are included in the source tarball, of course).
These include PercentageIndicator.java (provides a graphical display of disk and memory usage), and a style sheet for formatting the HTML output. Again, it's still early days for this project, but already it will display:
· System uptime
· Network information
· Operating system information
· Disk and partition information
· Memory and swap information
· CPU Information
I'm adding new features as time permits, as it's just a case of parsing /proc or examining and processing command output, and then rendering the appropriate HTML.
Product's homepage