Saturday, May 11, 2019

ubuntu - Tracking client's disk usage and bandwidth

I run a shared server (Ubuntu Linux) with up to 20 client websites on it.



Does anyone know of an application that will allow me to track the disk usage of each client (apache VHOST) and bandwidth?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...