Commit b142910 1 parent 343f881 commit b142910 Copy full SHA for b142910
File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1
- # bandwidth
1
+ # bandwidth3
2
2
3
3
Monitor bandwidth usage.
4
4
5
- ![ ] ( bandwidth .png)
5
+ ![ ] ( bandwidth3 .png)
6
6
7
7
# Usage
8
8
@@ -31,7 +31,7 @@ to wifi later.
31
31
# Options
32
32
33
33
```
34
- Usage: bandwidth [-i interface] [-t time] [-u unit] [-p printf_command] [-l] [-h]
34
+ Usage: bandwidth3 [-i interface] [-t time] [-u unit] [-p printf_command] [-l] [-h]
35
35
Options:
36
36
-i Network interface to measure. Default determined using `ip route`.
37
37
-t Time interval in seconds between measurements. Default: 3
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ while getopts i:t:u:p:lh opt; do
36
36
p) printf_command=" $OPTARG " ;;
37
37
l) list_interfaces && exit 0 ;;
38
38
h) printf \
39
- " Usage: bandwidth [-i interface] [-t time] [-u unit] [-p printf_command] [-l] [-h]
39
+ " Usage: bandwidth3 [-i interface] [-t time] [-u unit] [-p printf_command] [-l] [-h]
40
40
Options:
41
41
-i\tNetwork interface to measure. Default determined using \` ip route\` .
42
42
-t\tTime interval in seconds between measurements. Default: 3
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ [bandwidth3]
2
+ command=$SCRIPT_DIR/bandwidth3
3
+ interval=persist
4
+ markup=pango
You can’t perform that action at this time.
0 commit comments