Is there any way to know how much disk space currently running process is using? I have checked ps
and top
command but could not find out.
Background behind this question:
I have a server which is get filled 20Gb each day. I could not find out where it is taking this space. With some random advice i ran
fuser -m -u /dev/xxx
and killed the processes it shows. After restarting the server i see almos t100Gb space is freed. And again server is getting filled up by previous rate. But killing services this time is not giving me any space. I also have checked log files but no such issue there.