i3: i3status - 网络吞吐量
i3: i3status - Network throughput
我是 i3 的新手,想询问是否有人知道如何通过(进出)所有网络接口(ETH 或 WLAN)在 Mbit/s 运行 中显示组合流量实时状态栏?
如果可能的话,我想通过配置文件来完成。
您可以使用 i3pystatus 而不是普通的 i3status。它有一个用于网络和显示指标的模块,下面是相关文档:
https://i3pystatus.readthedocs.io/en/latest/configuration.html#internet-connectivity
这里是您想要的配置示例:
https://i3pystatus.readthedocs.io/en/latest/configuration.html
通过更改 format_up
,您可以更改显示的指标。
我是 i3 的新手,想询问是否有人知道如何通过(进出)所有网络接口(ETH 或 WLAN)在 Mbit/s 运行 中显示组合流量实时状态栏?
如果可能的话,我想通过配置文件来完成。
您可以使用 i3pystatus 而不是普通的 i3status。它有一个用于网络和显示指标的模块,下面是相关文档:
https://i3pystatus.readthedocs.io/en/latest/configuration.html#internet-connectivity
这里是您想要的配置示例: https://i3pystatus.readthedocs.io/en/latest/configuration.html
通过更改 format_up
,您可以更改显示的指标。