Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
miolad committed Sep 5, 2023
1 parent d9460f1 commit cc640e3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,19 @@ Compile and run with:
Usage: netto [OPTIONS]

Options:
-f, --frequency <FREQUENCY> Perf-event's sampling frequency for the NET_RX_SOFTIRQ cost breakdown [default: 1000]
-a, --address <ADDRESS> Bind address for the web frontend [default: 0.0.0.0]
-p, --port <PORT> Bind port for the web frontend [default: 8080]
-h, --help Print help
-V, --version Print version
-f, --frequency <FREQUENCY>
Perf-event's sampling frequency in Hz for the NET_RX_SOFTIRQ cost breakdown [default: 1000]
-a, --address <ADDRESS>
Bind address for the web frontend [default: 0.0.0.0]
-p, --port <PORT>
Bind port for the web frontend [default: 8080]
--user-frequency <USER_FREQUENCY>
User-space controller update period in ms [default: 500]
-h, --help
Print help
-V, --version
Print version



Netto exposes the real time results as a Wasm-powered web page accessible on `http://localhost:8080`
Expand Down

0 comments on commit cc640e3

Please sign in to comment.