Code Monkey home page Code Monkey logo

diskstats's Introduction

Monitoring tool of /proc/diskstats

The tool has is sole purpose of parsing /proc/diskstats and store it as csv files for later parsing.

Usage

python diskstats.py -h
usage: diskstats.py [-h] [-l sleep] [-d name [name ...]]

Parser tool for /proc/diskstats

optional arguments:
  -h, --help            show this help message and exit
  -l sleep, --loop sleep
                        Runs the program in a loop. Takes the looptime as
                        option.
  -d name [name ...], --device name [name ...]
                        Names, like sda, sda1...

Descriptions of fields in /proc/diskstats

The /proc/diskstats file displays the I/O statistics
of block devices. Each line contains the following 14
fields:
    1 - major number
    2 - minor mumber
    3 - device name
    4 - reads completed successfully
    5 - reads merged
    6 - sectors read
    7 - time spent reading (ms)
    8 - writes completed
    9 - writes merged
   10 - sectors written
   11 - time spent writing (ms)
   12 - I/Os currently in progress
   13 - time spent doing I/Os (ms)
   14 - weighted time spent doing I/Os (ms)
    For more details refer to Documentation/iostats.txt

diskstats's People

Contributors

larhauga avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.