Difference between revisions of "Diagnostics"
From Linuxintro
imported>ThorstenStaerk (New page: = What hardware do I have = == CPU == hwinfo --cpu if not available: cat /proc/cpuinfo == network == hwinfo --netcard = What does the hardware do = == CPU == * top == disks == * ...) |
imported>ThorstenStaerk (→CPU) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= What hardware do I have = | = What hardware do I have = | ||
+ | == System == | ||
+ | [[hwinfo]] | ||
+ | Memory dimms, BIOS version and more you find out with: | ||
+ | [[dmidecode]] | ||
+ | |||
== CPU == | == CPU == | ||
hwinfo --cpu | hwinfo --cpu | ||
Line 9: | Line 14: | ||
= What does the hardware do = | = 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 == | ||
+ | * [[strace]] | ||
+ | |||
== CPU == | == CPU == | ||
* [[top]] | * [[top]] | ||
+ | |||
+ | == Memory == | ||
+ | * [[memory Management]] | ||
== disks == | == disks == |