Strumenti per monitorare le performance

Da Guide@Debianizzati.Org.

Debian-swirl.pngVersioni compatibili

Tutte le versioni supportate di Debian

Indice


Introduzione

Più che una guida, questo vuole essere un elenco di strumenti utili per effettuare il monitoraggio e il debugging delle performance dei nostri server Debian.

top

Mostra i processi di sistema che consumano più risorse.

# top

vmstat

Fornisce informazioni sul sistema.

# vmstat

w

Mostra gli utenti loggati sul sistema e quello che stanno facendo.

# w

ps

Mostra i processi attivi sul sistema.

# ps

uptime

Ci dice da quanto tempo il sistema è funzionante.

# uptime

free

Ci mostra l'utilizzo della memoria RAM del sistema.

# free

iptraf

Mostra statistiche in real-time sul traffico di rete.

# apt-get install iptraf
# iptraf

netstat

Ci mostra le statistiche sulle attività di rete.

# netstat

tcpdump

Per effettuare dettagliate analisi del traffico di rete.

# apt-get install tcpdump
# tcpdump

pmap

Process Memory Usage.

# pmap
Usage: pmap [-x | -d] [-q] [-A low,high] pid...
-x  show details
-d  show offset and device number
-q  quiet; less header/footer info
-V  show the version number
-A  limit results to the given range

rkhunter

rkhunter (Rootkit Hunter) non è un vero e proprio tool per il monitoraggio delle prestazioni di un server, ma un tool per scansire i sistemi Unix-based alla ricerca di rootkits, backdoors e possibili exploits.

# apt-get install rkhunter
# rkhunter -c




Guida scritta da: Ferdybassi 12:31, 17 mar 2011 (CET)

Swirl-auth20.png Debianized 20%

Verificata da:
Estesa da:

Verificare ed estendere la guida | Cos'è una guida Debianized

Strumenti personali
Namespace
Varianti
Azioni
Navigazione
Risorse
Strumenti