@vincentzyuapps/winload 0.1.7 → 0.1.8-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
- package/readme.md +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentzyuapps/winload",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8-beta.2",
|
|
4
4
|
"description": "Network Load Monitor — nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@vincentzyuapps/winload-win32-x64": "0.1.
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.8-beta.2",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.8-beta.2",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.8-beta.2",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.8-beta.2",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.8-beta.2",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.8-beta.2"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -174,10 +174,11 @@ winload --npcap # Capture 127.0.0.1 loopback traffic (Windows, requires Npc
|
|
|
174
174
|
| `-n`, `--no-graph` | Hide graph, show stats only | off |
|
|
175
175
|
| `--hide-separator` | Hide the separator line (row of equals signs) | off |
|
|
176
176
|
| `--no-color` | Disable all TUI colors (monochrome mode) | off |
|
|
177
|
+
| `--smart-max [SECS]` | Smart adaptive Y-axis: auto-decays after traffic spikes (default half-life: 10s) | off |
|
|
177
178
|
| `--npcap` | **[Windows Rust Only]** Capture loopback traffic via Npcap (recommended) | off |
|
|
178
|
-
| `--debug-info` |
|
|
179
|
+
| `--debug-info` | Print network interface debug info and exit | — |
|
|
179
180
|
| `-h`, `--help` | Print help (`--help --emoji` for emoji version!) | — |
|
|
180
|
-
| `-V`, `--version` |
|
|
181
|
+
| `-V`, `--version` | Print version | — |
|
|
181
182
|
|
|
182
183
|
### Keyboard Shortcuts
|
|
183
184
|
|