facebookincubator / below

A time traveling resource monitor for modern Linux systems
Apache License 2.0
1.01k stars 59 forks source link

Add support for recording `tc` stats #8209

Closed mmynk closed 8 months ago

mmynk commented 8 months 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

Commit: Add model to represent tc stats

Commit: Add dump command and implement Dumper for rendering TcModel

Commit: Fix and add more UTs