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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [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