Calculate Total disk i/o by a single process
问题 I am looking for some tool that will dump total disk I/O by a single process after it ends. So far my finding is :- iotop = It shows i/o per process in real time but does not give total after process end. iostat = It shows real time I/O but does not tell process For example , I have some process running in background with PID ####. I need the Total Bytes Written and Read by that process in total after the process ends.Can anybody tell how I can extract this information given a process PID.