Replies: 3 comments
-
you mean the same total bandwidth you see in the admin-panel? |
Beta Was this translation helpful? Give feedback.
-
Correct. How much upload and download the bandwidth is currently using. |
Beta Was this translation helpful? Give feedback.
-
i'm sure it's possible to make some code to show that information, but it's not super trivial, because it's currently not public (not just "hidden"). const { totalInSpeed, totalOutSpeed } = api.require('./throttler') and then expose it, possibly with the new "customRest", or even better with "notifications" (all documented in dev-plugins.md) I fail to see why this should be made public, TBH. |
Beta Was this translation helpful? Give feedback.
-
Are we able to include a stat page on the public side through an addon maybe that would allow your public visitors to see how much usage the bandwidth is using at the moment?
Beta Was this translation helpful? Give feedback.
All reactions