999!!!

 

curl -o /dev/null -s -w %{speed_download}:%{time_total}   url

ss -ant | awk 'NR>1 {++s[$1]} END {for(k in s) print k,s[k]}'

netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'

tcpdump -i eth0 -tnn dst port 80 -c 1000|awk -F "." '{print $1 "." $2 "." $3 "." $4}'| sort | uniq -c | sort -nr | head -20

 lsof -i @ip    lsof -i :port  lsof -a -p pid -d ^txt 

dstat -cdlmnpsy --tcp 5 --------->每5秒取值( system:int,csw分别为系统的中断次数(interrupt)和上下文切换(context switch)hiq,siq分别为硬中断和软中断次数)

top -d  1-------------------->每1秒取值,最活跃的进程

vmstat  2 8----------------->每2秒取值,取8次,关注项有:r,us,id,io(bi,bo)

iostat -x 1 5 --------------->每1秒取值,取5次,关注项有:await,%util
sar 1 6 --------------------->每1秒取值,取6次,关注项有: %iowait
dd if=/dev/sdc of=test bs=64k count=4k oflag=dsync------------->

(netstat -anlp|grep LIST|grep -v unix|wc -l)

(mii-tool --verbose em2)

(ethtool em2)

(lspci|grep -i ether   dmesg |grep -i eth)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值