Difference between revisions of "Diagnostics"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
== System ==
 
== System ==
 
  [[hwinfo]]
 
  [[hwinfo]]
 +
Memory dimms, BIOS version and more you find out with:
 +
[[dmidecode]]
  
 
== CPU ==
 
== CPU ==
Line 14: Line 16:
 
== System ==
 
== System ==
 
* [[xosview]]
 
* [[xosview]]
 +
* [[vmstat]]
 +
* FAM - which files are accessed right now?
 +
* [[lsof]] - which files are open right now?
 +
 +
== Kernel ==
 +
* systap
 +
 +
== Application ==
 +
* [[strace]]
  
 
== 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