linux:diagnose
Inhaltsverzeichnis
Diagnose (teilweise auf Solaris Basis)
Standard Tools
- Prozessmanager:
top
/prstat
- Alle Prozesse auflisten, mit Parametern etc.:
ps -Af
- System activity reporter:
sar -A 2 100
(alle Informationen, alle 2 Sekunden, 100 mal wiederholt, ausgeben)- Grafisches Interface: kSar
- Kernel statistics:
kstat -c net
(Informationen zu allen Modulen der Klasse net anzeigen) - Virtual memory statistics:
vmstat 5
(alle 5 Sekunden Informationen ausgeben)
Links
Tools fürs Dateisystem
- gute Auflistung: http://kenshin579.tistory.com/entry/iozone-and-bonnie-IO-benchmark
Solaris
linux/diagnose.txt · Zuletzt geändert: 2012/07/13 17:59 von quirxl