Skip to content

Commit

Permalink
Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Jun 11, 2024
1 parent 7f82bb3 commit 46f3f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ NIC statistics:
tx_queue_1_tx_timeouts: 0
```

If I want the `rx_queue_0_packets` value used as the counter (starting at `901268`), you would execute the following command.
If you want the `rx_queue_0_packets` value used as the counter (starting at `901268`), you would execute the following command.

```bash
sudo gstat --cmd "ethtool -S enp1s0" --sep ":" --key "rx_queue_0_packets"
Expand Down

0 comments on commit 46f3f33

Please sign in to comment.