Closed mmynk closed 1 year ago
The PR is broken into modular commits, so it might be easier to review the PR commit-by-commit.
Commit: Add sub-module for reading tc stats
tc
netlink-tc
qdisc
class
Commit: Add model to represent tc stats
TcModel
Tc
Commit: Add dump command and implement Dumper for rendering TcModel
Commit: Fix and add more UTs
The PR is broken into modular commits, so it might be easier to review the PR commit-by-commit.
Commit: Add sub-module for reading
tc
statsnetlink-tc
library which readstc
qdisc
andclass
via rtnetlinkCommit: Add model to represent
tc
statsTcModel
struct to represent the diff between twoTc
stats sampleCommit: Add dump command and implement Dumper for rendering TcModel
tc
fields and modelCommit: Fix and add more UTs