wiki/运维/操作系统/Linux/工具/5.nload查看实时网速.md
2025-01-02 10:46:09 +08:00

11 lines
964 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## nload
nload 是一个在命令行界面下运行的工具用于实时监控网络流量和带宽使用情况。它可以显示当前的下载和上传速率以及总的下载和上传的数据量。默认500ms刷新一次
![image.png](https://cdn.nlark.com/yuque/0/2023/png/35086385/1702132141202-faec68f2-af69-4623-b708-9720b63d7122.png#averageHue=%23272727&clientId=u5a3b1b5f-d463-4&from=paste&height=252&id=u24179cbe&originHeight=315&originWidth=1091&originalType=binary&ratio=1.25&rotation=0&showTitle=false&size=67165&status=done&style=none&taskId=ud44d7a44-498c-4415-83f5-03e4b861b58&title=&width=872.8)
```shell
-a period 设置用于平均计算的时间窗口长度(以秒为单位)。
-m 同时显示多个设备;无流量图形
-t interval 确定显示刷新间隔(以毫秒为单位)。
-u h|b|k|m|g 设置用于显示流量数字的单位类型。H: 自动B: Byte/sK: kByte/sM: MByte/s等。
```