vmstat
- in:每秒的中断数,包括时钟中断。
- cs:每秒上下文切换的次数
- r:等待运行的进程数
- b:阻塞中的进程
iostat
top、htpop
通过top -Hp 23344可以查看该进程下各个线程的cpu
iotop
iftop、ifstat
ss
# ss -tnap
# ss -tnap6
# ss -tnap
# ss -s
# ss -tn -o state established -p
lsof
sar
iperf
yum install iperf -y
iperf -s
iperf -s -u
iperf -c 198.51.100.5
mtr
slabtop
sync && echo 2 > /proc/sys/vm/drop_caches
slabinfo
linux-fincore
yum install automake autoconf -y
git clone https://github.com/waleedmazhar/linux-ftools
cd linux-ftools/
aclocal && autoconf && automake && automake --add-missing
./configure && make && make install
linux-fincore --pages=false --summarize --only-cached *
© 版权声明
文章版权归作者所有,未经允许请勿转载。