详见:https://www.cnblogs.com/liyuanhong/articles/14653178.html 1、监控cpu w top htop uptime glances ps 2、监控内存 free glances top htop 3、监控磁盘 df glances iotop ...
分类:
其他好文 时间:
2021-04-14 11:52:58
阅读次数:
0
Debian9 安装iftop工具 apt-get install iftop -y 常用的参数 -h(display this message),显示参数使用信息 默认是监控第一块网卡的流量 iftop -i 指定监控的网卡eth1 iftop -i eth1 -B 以bytes为单位显示流量(默 ...
分类:
其他好文 时间:
2021-02-27 13:20:12
阅读次数:
0
对于多网卡的服务器实例,可能会出现想要查询某个某个进程流量走的网卡是哪一个的情况,这时候就可以用到iftop命令,安装完成之后,直接运行 iftop -i eth1 –P即可,具体可参考阿里的帮助文档,真心不错。https://help.aliyun.com/knowledge_detail/413... ...
分类:
系统相关 时间:
2020-07-28 22:18:51
阅读次数:
87
iftop是类似于top的实时流量监控工具iftop可以用来监控网卡的实时流量(可以指定网段)、反向解析IP、显示端口信息等。 1、iftop界面相关说明界面上面显示的是类似刻度尺的刻度范围,为显示流量图形的长条作标尺用的。中间的<= =>这两个左右箭头,表示的是流量的方向。TX:发送流量RX:接收 ...
分类:
其他好文 时间:
2020-05-19 16:21:55
阅读次数:
55
与window打补丁类似,linux也可以定期更新系统软件。 linux安装软件的优秀工具叫做yum,它是CentOS下最好用的包管理器和安装软件包的工具。 linux的二进制软件包一般是rpm包。类似于Windows下的exe程序。 默认获取rpm包的软件配置是从国外CentOS官方源及其镜像地址 ...
分类:
系统相关 时间:
2020-05-05 00:45:19
阅读次数:
304
https://blog.csdn.net/JacksonKing/article/details/90483163 启动 /usr/local/iftop/sbin/iftop 安装完成以后直接使用/usr/local/iftop/sbin/iftop 启动iftop程序查看流量使用情况,如果想使 ...
分类:
系统相关 时间:
2020-03-12 14:30:41
阅读次数:
67
关于Iftopiftop是类似于top的实时流量监控工具。主要用来显示本机网络流量情况及各相互通信的流量集合,如单独同那台机器间的流量大小,非常适合于代理服务器和iptables服务器使用官方网站:http://www.ex-parrot.com/~pdw/iftop/安装iftop安装方法1、编译安装如果采用编译安装可以到iftop官网下载最新的源码包。安装前需要已经安装好基本的编译所需的环境,
分类:
其他好文 时间:
2020-02-28 01:44:28
阅读次数:
82
1.强推:iftop 2.系统自带组合工具:watch -n 1 "/sbin/ifconfig eth0 | grep bytes" 链接:https://www.cnblogs.com/focusonepoint/p/7771214.html ...
分类:
系统相关 时间:
2020-02-24 12:37:40
阅读次数:
67
@魔力辛巴 利用虚拟机模拟搭建LNMP架构 先创建优化后的模板机,再通过模板机克隆产生其他服务器 yum install -y bash-completion* net-tools vim tree htop telnet lrzsz wget iftop iotop sl unzip nmap n ...
分类:
其他好文 时间:
2020-01-11 20:03:03
阅读次数:
85
1.使用nload yum install -y gcc gcc-c++ ncurses-devel make wgetwget http://www.roland-riegel.de/nload/nload-0.7.4.tar.gztar zxf nload-0.7.4.tar.gz && cd ...
分类:
系统相关 时间:
2020-01-07 22:49:34
阅读次数:
149