nextcloud / serverinfo

📊 A monitoring app which creates a server info dashboard for admins
GNU Affero General Public License v3.0
95 stars 61 forks source link

Add network throughput? #47

Closed Alphakilo closed 4 years ago

Alphakilo commented 8 years ago

It'd be nice to see how much traffic is running through the server at a given time. Even better if there were graphs per NIC.

BornToBeRoot commented 7 years ago

@nickvergessen This would be a great feature!

Maybe also how much a single user consumes?

nickvergessen commented 7 years ago

Single user is not possible. Apart from that I don't know if getting the network traffic via php works at all.

brantje commented 7 years ago

Maybe we can use phpSysinfo as api for this project? It provides a lot of information, and works on a lot of systems.

colttt commented 5 years ago

why we need this? we want infos/healthstate about the software, in this case nextcloud, so why we care about the network traffic? for that you can use a monitoringprogramm. That is not a task for nextcloud IMHO