Update README.md

This commit is contained in:
Stephen Seo 2022-12-12 13:33:05 +09:00 committed by GitHub
parent bf8bac9311
commit ea718ea833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,6 +113,10 @@ Specify "dynamic" instead of a bytecount (such as
`--netgraph_max_bytes=dynamic`) to have the graph dynamically resize based on
the maximum amount of bytes transferred in an interval.
When dynamic netgraph is used, swayba\_info can display the maximum value in the
netgraph. Use the "--netgraph_dyn_display" option to enable this. (This only
works when dynamic netgraph is enabled with "--netgraph_max_bytes=dynamic".)
## Dependencies
Uses [`serde_json`](https://crates.io/crates/serde_json),