83a598907f
* Debug logging * Yield based logging * Reintroduce non-dummy task manager, try add counting for BatchMessageSender, a couple of compiler target introductions on use statements. * Fixed time runtime err * Uncomment forgetme/rememberme * remove diffs from debug * missed commented out forgetme * yet more forgetme comments * * Added missing clientreqestsender clone to wasm client to stop premature drop & busyloop * Removed hacky mem::forget fix * Remove debug panic_hook * Conditional import + use of wasm_utils::console_log * add wasm_util dep * Commenting out or removing debug logging * Remove missed comment * cleanup gitignore * clippy * update go version in ci * removed unused deps * add clippy ignore * remove mixfetch from ci build * add minifetch fix * comment out unused ts builds * stop contract clients killing ci for the moment * wasm target locking for imports * Either remove console_log! macro or introduce cfg(debug_assertions) * downgrade netlink * debug assertions for console_log import * modify config logging (debug -> normal) * remove clone for client_request_sender + grab directly in struct creation * reintroduce debug print for config in debug mode * remove ood / unused custom topology from worker example file * clippy * clippy - ignore todo() tests * modified humantime test in line with new parsing rules
18 lines
681 B
Markdown
18 lines
681 B
Markdown
```python
|
|
usage: Nym-node API check query_stats [-h] [--no_routing_history]
|
|
[--no_verloc_metrics] [-m] [-o [OUTPUT]]
|
|
id
|
|
|
|
positional arguments:
|
|
id supply nym-node identity key
|
|
|
|
options:
|
|
-h, --help show this help message and exit
|
|
--no_routing_history Display node stats without routing history
|
|
--no_verloc_metrics Display node stats without verloc metrics
|
|
-m, --markdown Display results in markdown format
|
|
-o, --output [OUTPUT]
|
|
Save results to file (in current dir or supply with
|
|
path without filename)
|
|
```
|