📅  最后修改于: 2023-12-03 15:35:26.661000             🧑  作者: Mango
Ubuntu 终端网络监视器 - Shell-Bash 是一款基于 Shell Bash 脚本的网络监视器,能够实时监测 Ubuntu 系统的网络状态,并将实时的网络监测结果输出至终端,方便程序员对网络状况进行实时的监测和分析。
$ wget https://github.com/chaosgao/Ubuntu-Network-Monitor-Bash/archive/refs/tags/v1.0.zip
$ unzip v1.0.zip
$ cd Ubuntu-Network-Monitor-Bash-1.0
$ ./monitor.sh
-i
参数指定监测的时间间隔(单位为秒):$ ./monitor.sh -i 10
-p
参数指定:$ ./monitor.sh -p tcp
-u
参数指定:$ ./monitor.sh -u KB
========================================
Network Monitor by Shell Script
Date: 2021-10-01
========================================
Bandwidth Monitor
========================================
Download: 21.60 bytes/s
Upload : 112.00 bytes/s
========================================
TCP Connections
========================================
Established : 2
Listening : 0
Time Wait : 6
========================================
Network Interface
========================================
Interface : lo
Received : 0.00 bytes
Sent : 0.00 bytes
Interface : eth0
Received : 1.98 MB
Sent : 774.29 KB
========================================
Ubuntu 终端网络监视器 - Shell-Bash 是一款简单实用的网络监测工具,能够在命令行终端下实时监测 Ubuntu 系统的网络状态。该工具包含多种监测方式和参数选项,支持快速生成监测报告,能够帮助程序员快速了解系统网络状态,进行网络状况的实时监测和分析。