常用的网络命令

1. netstat          

Netstat是在内核中访问网络及相关信息的程序,它能提供TCP连接,TCP和UDP监听,进程内存管理的相关报告。


2.  tcpdump

根据使用者的定义对网络上的数据包进行截获的包分析工具。


3.ipcs

ipcs用于显示消息队列、共享内存、信号灯信息的


4.ipcrm

remove a message queue, semaphore set or shared memory id


5.uptime

Tell how long the system has been running.


6.free

Display amount of free and used memory in the system


7.top

display Linux processes


8.vmstat

Report virtual memory statistics


http://www.ibm.com/developerworks/cn/linux/l-cn-memleak/index.html

你可能感兴趣的:(常用的网络命令)