Web Development Knowledge Base
| |
Sections :
RSS Feed You too, please publish your useful code snippets in any programming language : write an article ! Plateforme d'envoi de gros fichiers en ligne Dépannage site web Blog infogérance Hébergement e-mail |
Olivier Ligny - - 12/03/2008 - vue 7739 fois
Surveiller les connexions en cours sur un serveur LinuxVoici une astuce pour surveiller toutes les connexions TCP en cours sur un serveur Linux, que ce soit les connexions au serveur web (port 80), SSH, ou autre ... vous pourrez même voir le débit en cours sur chaque connexion en ko/sec. Utilisez l'outil TCPTrack : http://www.rhythm.cx/~steve/devel/tcptrack/ Une fois installé, pour un plus grand confort d'utilisation, faites un raccourci avec par exemple : Si vous ne voulez pas du raccourci, la commande à lancer est donc : tcptrack -i eth0 (pour surveiller l'interface eth0) --- tcptrack is a sniffer which displays information about TCP connections it sees on a network interface. It passively watches for connections on the network interface, keeps track of their state and displays a list of connections in a manner similar to the unix 'top' command. It displays source and destination addresses and ports, connection state, idle time, and bandwidth usage. The following screenshot explains a lot :
|
Nos partenaires : iPhone 8 Cases & Protection |