One VM is sending data to another VM using rsync
, both VMs are hosted on the same machine. I've got the task to measure the network bandwidth usage between both VMs and plot it.
Plotting is easy once the data is captured, so the problem is to capture the network bandwidth usage for a time series. How to do this?
EDIT: I'll try other answers also but due to short deadline, i came across wireshark tool, and is able to see I/O graphs on VM2, But how would i see graphs which will only show rsync
traffic from VM1 to VM2?