General - Useful Commands For Collecting System Details

I found these command pretty useful or rather i use this as my preliminary analysis part before taking up any UNIX/LINUX issues


  1. If it is related to any performance or memory issue
    1. vmstat 1
  2. AIX
    1. topas
    2. prtconf
  3. SOLARIS
    1. prtdiag
    2. prtconf/proc/meminfo
    3. prstat
  4. LINUX
    1. top -d 1 |grep processname
    2. cat /proc/cpuinfo
    3. cat /proc/meminfo
    4. cat /proc/version
  5. HPUX
    1. grep -i Physical /var/adm/syslog/syslog.log

Labels: ,


About this entry