So you know Linux is running on the OSD, but have you ever wanted to know all the system information and how the OSD is configured.
systeminfo_neuros.sh is a simple script that you can run on your OSD to tell you everything you wanted to know and MUCH more. It is non-intrusive and simply gathers information from linux commands that are already available. The output can be one large text file and/or a menu driven web page. Distribute freely... Modify openly... Send me any updates or ideas.
Here is some of the information it collects:
Host, Memory, OS Info, Process Info, Kernel Mods, Network Interfaces, Network Routes, Socket Ports, ulimits, H/W Devices, top, storage, DNS info, processors, dmesg AND MORE....
A demo can be found here:
http://www.ugu.com/systeminfo/neuros/demoThe SystemInfo Neuros page:
http://www.ugu.com/systeminfo/neurosDownload:
http://www.ugu.com/systeminfo/neuros/systeminfo_neuros-v1.0.tarSyntax: systeminfo_neuros.sh [OPTION]
Only one option is allowed at a time:
-a : Display to stdout, generate web pages and tar file.
-d : Display to stdout ONLY.
-h : Display this message.
-t : Creates just a tar file of the web pages.
-w : Create web pages and master info file ONLY.
Have fun!
-wk