diff options
| author | Ioana Ciornei <[email protected]> | 2023-05-23 16:47:47 +0300 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2023-06-14 18:40:16 +0800 |
| commit | c85e96d0d1e53196abc389f6b1bfabefb3336aea (patch) | |
| tree | 8f750eaf3178938c51991389fc160c37256f3842 /scripts | |
| parent | 22df08d82eeb0ffd5aa3b7f15ca978dfb5cc8377 (diff) | |
cmd: net: add a 'net stats' command to dump network statistics
Add a new option to the 'net' command which can be used to dump network
statistics.
To do this, 3 new callbacks are added to the eth_ops structure:
.get_sset_count(), .get_strings(), .get_stats(). These callbacks
have the same functions as in Linux: to return the number of counters,
the strings which describe those counters and the actual values.
Signed-off-by: Ioana Ciornei <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
