Recent content by avinashvbhat

  1. A

    /proc/diskstats discard entries

    Hello, I had a requirement to check for the discarded sectors from the linux disk system using /proc/diskstats. Currently when i try: cat /proc/diskstats I get all the details - but the last 4 entires (discard details) always shows 0 for all the disk partitions. Quote: 8 0 sda 75206471...
  2. A

    Wanted to check Disk IO Per process/services - per-proc IOP's (no of reads, no of writes), rw wait time, disk busy ness, inodes

    I am looking for DISK IO per process/services in the linux machine : need following details: I do not want to use any external tools like iotop, dstat, atop etc... I was actually going through: /proc/{pid}/io I see it provides few details but not all what i am looking for. Is this the right...
Top