VMware Cloud Community
MattW123
Contributor
Contributor

Linux Guest determining source of disk writes causing replication load

I have a busy debian 9 samba file server VM that is replicated using vSphere replication.

It is fine some of the time, but frequently gets large bursts of changes inside the guest disks which causes VR RPO to be exceeded.

Are there any good tools available to monitor inside the linux guest filesystems to see which files/users are causing the changes?

0 Kudos
2 Replies
saikumarv
Contributor
Contributor

hi,

If you are a Linux admin, best way is to see - sysstat command is available, if not install it thru rpm.

it is a good command line to check disks, process, etc.,

else

internal commands like iostat, sar -d command, iotop  can give you clue;  Even lsof has options to check open processes, with other options.

0 Kudos
MattW123
Contributor
Contributor

those tools are OK if you know exactly when the problem will occur and you happen to be logged in at a console to watch it. What I'm looking for is some sort of enterprise monitoring tool that can gather data over days & weeks, which I can then review (graphs, reports etc) to determine who & what is causing all the filesystem delta's that are generating block-level changes for VR to replicate.

0 Kudos