aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index 692a464..c82ba18 100644
--- a/readme.md
+++ b/readme.md
@@ -5,7 +5,7 @@ Demo
5---- 5----
6 6
7```terminal 7```terminal
8❯ tickwatch --max=100000 --change=/sys/class/net/enp2s0/statistics/rx_packets 8❯ tickwatch --range=0:100000 --change=/sys/class/net/enp2s0/statistics/rx_packets
92024-11-24 22:43+0100 ..............._______▁_______▁___▁__▁▁▁_____▁_▁___▂______▂_ 92024-11-24 22:43+0100 ..............._______▁_______▁___▁__▁▁▁_____▁_▁___▂______▂_
102024-11-24 22:44+0100 _______▁___▁_____▂_____________________▂▃▂▅▆▆▂▂▄▄▄▅▇▇▇▆▆▆▇▇▇ 102024-11-24 22:44+0100 _______▁___▁_____▂_____________________▂▃▂▅▆▆▂▂▄▄▄▅▇▇▇▆▆▆▇▇▇
112024-11-24 22:45+0100 ▇▆▆▆▆▆▆▆▇▇▇▇▇▇▇▇▇▇▇▇_____▂___________▁_________________▁___▅ 112024-11-24 22:45+0100 ▇▆▆▆▆▆▆▆▇▇▇▇▇▇▇▇▇▇▇▇_____▂___________▁_________________▁___▅
@@ -31,12 +31,11 @@ Monitor options:
31 --change=PATH Monitor changes in a sysfs file's value 31 --change=PATH Monitor changes in a sysfs file's value
32 32
33Display options: 33Display options:
34 --range=MIN:MAX Set range of values (default: 0:1000)
34 --scale=CHOICE Set scaling method for values 35 --scale=CHOICE Set scaling method for values
35 Choices: log2 (default), log10, ln, linear 36 Choices: log2 (default), log10, ln, linear
36 --symbols=CHOICE Set output symbol set 37 --symbols=CHOICE Set output symbol set
37 Choices: unicode (default), numeric 38 Choices: unicode (default), numeric
38 --min=VALUE Set minimum value for scaling (default: 0)
39 --max=VALUE Set maximum value for scaling (default: 1000)
40 39
41Other options: 40Other options:
42 --help, -h Display this help message 41 --help, -h Display this help message
@@ -45,11 +44,11 @@ Other options:
45Examples: 44Examples:
46 tickwatch --ping=6/euxane.net 45 tickwatch --ping=6/euxane.net
47 46
48 tickwatch --scale=linear --max=50000 \ 47 tickwatch --range=0:100000 \
49 --value=/sys/class/thermal/thermal_zone0/temp
50
51 tickwatch --max=100000 \
52 --change=/sys/class/net/eth0/statistics/rx_packets 48 --change=/sys/class/net/eth0/statistics/rx_packets
49
50 tickwatch --scale=linear --range=0:50000 \
51 --value=/sys/class/thermal/thermal_zone0/temp
53``` 52```
54 53
55 54
@@ -57,7 +56,6 @@ Packages
57-------- 56--------
58 57
59* Distribution packages: <https://repology.org/project/tickwatch> 58* Distribution packages: <https://repology.org/project/tickwatch>
60
61* Running the latest development version with Nix: 59* Running the latest development version with Nix:
62 `nix run 'git+https://cgit.euxane.net/tickwatch?ref=main' -- --help` 60 `nix run 'git+https://cgit.euxane.net/tickwatch?ref=main' -- --help`
63 61