Linux系统管理常用命令
top
: check what CPU and Memory running processes are utilisingps
: see what processes are runningstrace
: monitor interactions between processeslsof
: list of open filesnetstat
: monitoring network trafficifconfig
: configure or review your network interfacesiftop
: monitors network traffic and displays table of bandwidth usageiptraf
: monitoring network traffic (more visual thannetstat
, but not as detailed)tcpdump
: network packet snifferwireshark/tshark
: network packet sniffer and analyser (create pcaps withtcpdump
and analyse withtshark
)telnet
: utility for communicating with another host
top
ps
strace
lsof
netstat
ifconfig
iftop
iptraf
tcpdump
woreshark
telnet
Last updated
Was this helpful?