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
Is your feature request related to a problem? Please describe.
Right now there’s no way to see network usage over time. Would be super helpful to track traffic spikes or weird behavior like we already can with CPU and RAM.
Describe the solution you'd like
Add a traffic history graph – in/out bandwidth per Server. Like CPU / RAM 24h, 7d, 30d views.
Describe alternatives you've considered
Tianji has this, but only for live traffic, no historical view – so it’s not helpful for spotting past spikes or analyzing trends.
Additional context
Thanks for this project, it’s very helpful and lightweight
I like it :)
The text was updated successfully, but these errors were encountered:
- BytesSent: Total bytes sent from the server.
- BytesRecv: Total bytes received.
- PacketsSent: Number of packets sent.
- PacketsRecv: Number of packets received.
- ErrIn: Incoming packets with errors.
- ErrOut: Outgoing packets with errors.
- DropIn: Incoming packets that were dropped.
- DropOut: Outgoing packets that were dropped.
- FIFOIn: Incoming packets dropped due to full buffer.
- FIFOOut: Outgoing packets dropped due to full buffer.
Is your feature request related to a problem? Please describe.
Right now there’s no way to see network usage over time. Would be super helpful to track traffic spikes or weird behavior like we already can with CPU and RAM.
Describe the solution you'd like
Add a traffic history graph – in/out bandwidth per Server. Like CPU / RAM 24h, 7d, 30d views.
Describe alternatives you've considered
Tianji has this, but only for live traffic, no historical view – so it’s not helpful for spotting past spikes or analyzing trends.
Additional context
Thanks for this project, it’s very helpful and lightweight
I like it :)
The text was updated successfully, but these errors were encountered: