The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-10-2002
witt
Guest
 

Posts: n/a
Hello !

1) The command to display physical and virtual memory
/usr/platform/`uname -m`/sbin/prtdiag -v | grep -i mem

swap -l

virtual memory = "physical memory + swap area"

2) The command to display the CPU
/usr/platform/`uname -m`/sbin/prtdiag -v

3) The command to display the total harddisk space.
format


For more information, look each command in the man pages.

I hope help you.
Witt