Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.1k stars 1.51k forks source link

View stats in admin area #3843

Open c0xc opened 3 years ago

c0xc commented 3 years ago

Peertube should show more detailed view stats in the admin area, like the total number of views per day (displayed in a table or a graph) and number of videos viewed in a day. These numbers might help when trying to figure out how many additional viewers could watch content before the server is reaching its traffic limits (causing playback issues for all users).

Another figure would be the generated traffic, so how many MB of video content were sent out per day.

Chocobozzz commented 3 years ago

Another figure would be the generated traffic, so how many MB of video content were sent out per day.

We can't really do that, use a server agent (like telegraf) instead.

Nalem14 commented 2 years ago

I have made a plugin for that if you like: orion-admin-stats image