Commit 2acf87e
authored
Add real-time TUI charts and sparklines (#10)
* Add real-time TUI charts and enhanced simulation
- Sparklines in main table showing throughput history
- Expandable detail view with full line charts (throughput/packets/errors)
- Sophisticated traffic simulation with realistic HPC patterns
- Ring buffer storage for historical metrics
- Auto-scaling units (GB/s, MB/s, KB/s)
- Keyboard navigation (j/k, Enter, Tab)
- Pulsing status indicators for active ports
* Fix formatting
* add totals to header, sparkline padding, bump to v1.0.0
* fix clippy lints in tests1 parent 83fbfa1 commit 2acf87e
9 files changed
Lines changed: 1853 additions & 286 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments