You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need some time to learn how to use the Bubbletee TUI framework...
No problem, do it at your own pace.
I expect it to look like this.
It's okay, but I suggest only displaying "kernEventLostCnt" ,"syscallDataEventLostCnt", "SslDataEventLostCnt", since the other counts are unlikely to be lost and not important.
And, to make it more user-friendly, we could merge the "syscallDataEventLostCnt" and "SslDataEventLostCnt" into a single count when display on ui, since both provide user protocol data, and users might not care whether it's "syscallData" or "sslData".
Background
In issue #225, we have completed the setup for the counter. The next step is integrating these counters into the TUI to visualize its value.
Objective
Integrate the counter into the TUI to allow users to view its value in real time.
The text was updated successfully, but these errors were encountered: