this post was submitted on 22 Nov 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I have a self hosted setup where all of my software it running in docker containers using portainer. Since I have a limited monthly bandwidth, I was hoping to find a software that will not only allow me to monitor my overall network usage, but will also allow me to see the individual network usage per container. Is there any software like that?

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

NtopNG might work for you..

Maybe even observium

[–] [email protected] 1 points 10 months ago

not sure about any existing solutions, but you could assign specific ports to containers and record network traffic on your router.

[–] [email protected] 1 points 10 months ago (1 children)

https://grafana.com/grafana/dashboards/893-main/

this would allow you to log the network usage per docker container, and you can then use grafana's integration function to get total data sent/recieved over a period of time.

this was just using a quick google search

[–] [email protected] 1 points 10 months ago

Ah, it makes use of cadvisor which I already have. Seems good, I'll check it out