summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-03-08 21:56:30 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-03-08 22:01:49 -0400
commitf70cf02414a5263c000f06c1b36ee19e11bf23a5 (patch)
tree8f56d975a58143b785b7c6a7cb61d0e8cb86837e /README.md
parent3026fbd1bc6ec3d757dba6ad30428812b63190c9 (diff)
Add configurable default time and interval values
Also added documentation both in app and in the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0cf651d..4dda210b 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ Run using `btm`.
- `-v`, `--version` displays the version number and exits.
-- `-r <RATE>`, `--rate <RATE>` will set the refresh rate in _milliseconds_. Lowest it can go is 250ms, the highest it can go is 2<sup>128</sup> - 1. Defaults to 1000ms, and lower values may take more resources due to more frequent polling of data, and may be less accurate in some circumstances.
+- `-r <RATE>`, `--rate <RATE>` will set the refresh rate in _milliseconds_. Lowest it can go is 250ms, the highest it can go is 2<sup>64</sup> - 1. Defaults to 1000ms, and lower values may take more resources due to more frequent polling of data, and may be less accurate in some circumstances.
- `-l`, `--left_legend` will move external table legends to the left side rather than the right side. Right side is default.
@@ -140,6 +140,10 @@ Run using `btm`.
- `-b`, `--basic` will enable basic mode, removing all graphs from the main interface and condensing data.
+- `-t`, `--default_time_value` will set the default time interval graphs will display to (in milliseconds). Lowest is 30 seconds, defaults to 60 seconds.
+
+- `-i`, `--time_delta` will set the amount each zoom in/out action will change the time interval of a graph (in milliseconds). Lowest is 1 second, defaults to 15 seconds.
+
### Keybindings
#### General