mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-27 14:20:35 +00:00
Merge pull request #1024 from MikelCalvo/feature/rnstatus_monitor_mode
Added monitor mode to rnstatus
This commit is contained in:
commit
e2903f18da
3 changed files with 90 additions and 19 deletions
|
|
@ -555,7 +555,7 @@ Reticulum Transport Instance <5245a8efe1788c6a1cd36144a270e13b> running
|
|||
<p><strong>All Command-Line Options</strong></p>
|
||||
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>usage: rnstatus [-h] [--config CONFIG] [--version] [-a] [-A]
|
||||
[-l] [-s SORT] [-r] [-j] [-R hash] [-i path]
|
||||
[-w seconds] [-v] [filter]
|
||||
[-w seconds] [-v] [-m] [-mi seconds] [filter]
|
||||
|
||||
Reticulum Network Stack Status
|
||||
|
||||
|
|
@ -576,6 +576,9 @@ options:
|
|||
-i path path to identity used for remote management
|
||||
-w seconds timeout before giving up on remote queries
|
||||
-v, --verbose
|
||||
-m, --monitor continuously monitor status
|
||||
-mi seconds, --monitor-interval seconds
|
||||
refresh interval for monitor mode (default: 1)
|
||||
</pre></div>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
|
|
|
|||
|
|
@ -339,7 +339,7 @@ Filter output to only show some interfaces:
|
|||
|
||||
usage: rnstatus [-h] [--config CONFIG] [--version] [-a] [-A]
|
||||
[-l] [-s SORT] [-r] [-j] [-R hash] [-i path]
|
||||
[-w seconds] [-v] [filter]
|
||||
[-w seconds] [-v] [-m] [-mi seconds] [filter]
|
||||
|
||||
Reticulum Network Stack Status
|
||||
|
||||
|
|
@ -360,6 +360,9 @@ Filter output to only show some interfaces:
|
|||
-i path path to identity used for remote management
|
||||
-w seconds timeout before giving up on remote queries
|
||||
-v, --verbose
|
||||
-m, --monitor continuously monitor status
|
||||
-mi seconds, --monitor-interval seconds
|
||||
refresh interval for monitor mode (default: 1)
|
||||
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue