Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Efficient ways to monitor bandwidth usage?

comXyzcomXyz Member

Hi everyone,

I will need to use some dedicated servers with limited bandwidth allocated.
What are the efficient ways to monitor the bandwidth usage and stop the servers to avoid bandwidth overages?

Thanks.

Comments

  • ArkasArkas Member, Retired Moderator

    What control panel are you using?

  • comXyzcomXyz Member

    @Arkas said: What control panel are you using?

    I don't use any control panel. The server will run different microservices, most of the services are docker-based.

    I'm thinking of collecting the result from vnstat to a web service and then manually do necessary actions.

  • ArkasArkas Member, Retired Moderator

    there are many options for you to install monitoring services for bandwidth that alert you when you reach a certain limit, even stopping all services if necessary. The options are too many to list.

    for example check here:
    https://www.tecmint.com/linux-network-bandwidth-monitoring-tools/

    Thanked by 1comXyz
  • ralfralf Member

    I use hetrixtools. It monitors many things, and this is one of them.

    Thanked by 3comXyz AXYZE szymonp
  • vnstat + bash script to shutdown server when the limit has been reached

  • @Hotmarer said:
    vnstat + bash script to shutdown server when the limit has been reached

    Shutting down seems a bit much?

  • @stevewatson301 said:

    @Hotmarer said:
    vnstat + bash script to shutdown server when the limit has been reached

    Shutting down seems a bit much?

    It is better for him to stop the server himself than to have it removed by the service provider.

  • DPDP Administrator, The Domain Guy

    @stevewatson301 said:

    @Hotmarer said:
    vnstat + bash script to shutdown server when the limit has been reached

    Shutting down seems a bit much?

    Yeah that's mean :smiley:

    Or maybe use something like Wonder Shaper.

  • ForhostingForhosting Member
    edited June 2022

    Librenms
    enable the traffic billing in the config and do a cron to the built-in API.
    And set the desired action in your cron once the limit has been reached.

    Thanked by 1Hotmarer
Sign In or Register to comment.