How to check which process is writting on FileSystem Solaris
It won’t show the actual IO operations, but you can also use the fuser utility to identify process(es) using the filesystem in any way, even those that don’t cause actual IO, or do IO in ways that can’t be traced back to a particular process (mmap() of files is one, where a file can be mmap()‘d by multiple processes): Synopsis Description… Leer más »