Difference between revisions of "Diagnostics"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
 
Line 28: Line 28:
 
== CPU ==
 
== CPU ==
 
* [[top]]
 
* [[top]]
 +
 +
== Memory ==
 +
* [[memory Management]]
  
 
== disks ==
 
== disks ==

Latest revision as of 14:24, 12 June 2012

What hardware do I have

System

hwinfo

Memory dimms, BIOS version and more you find out with:

dmidecode

CPU

hwinfo --cpu

if not available:

cat /proc/cpuinfo

network

hwinfo --netcard

What does the hardware do

System

  • xosview
  • vmstat
  • FAM - which files are accessed right now?
  • lsof - which files are open right now?

Kernel

  • systap

Application

CPU

Memory

disks

network