linux系统管理运维监控好用工具推荐

1,系统类 top 查看进程 或其他工具htop 安装apt install htop
2,net-traffic监控流量(针对没有root权限比如mybinder的docker)
其他工具 nload或iftop 如apt install nload(推荐这个,因为ftop很多系统包没有)
git clone https://github.com/lvwuwei/net_traffic 使用实例cd目录下后sh trafic.sh eth0
3,linux系统测试linux测评脚本 Zbench
git clone https://github.com/lvwuwei/zbench 使用实例cd目录下后sudo sh ZBench-cn.sh 需要root权限
ip addr
ifconfig
with erro modifier PATH
export PATH=$PATH:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin
待更新 补全……