[afnog] -system info
Stephane Bortzmeyer
bortzmeyer at nic.fr
Tue Apr 22 08:31:12 UTC 2008
On Tue, Apr 22, 2008 at 05:18:49AM -0300,
Habib Mohammedaman <habibhma at gmail.com> wrote
a message of 95 lines which said:
> I would like to know as a regular unix user, what commands can
> get the information of AIX system and any unix
As mentioned by Phil, this is highly Unix-dependant.
The rest is for Linux, tested on Debian:
> CPU clock speed (in MHz or GHz),
grep MHz /proc/cpuinfo
> memory size (in MB or GB),
free
or:
dmesg | grep '^Memory'
> swap size (in MB or GB),
free
> hard disk volume (in GB, not filesystem size)
df -h
More information about the afnog
mailing list