View on GitHub

nfsioplotter

Chart Plotter of nfs-iostat output

Chart Plotter of nfs-iostat output

Nowadays, many tools exist for graphing and monitoring and sometimes we need to build graphs from nfsiostat output file like in the good old days. By default, the nfsiostat output does not contain a time-stamp in its iterations. Therefore, an interval (in seconds) is a mandatory input for nfsioplotter.py script. There are no computations made with the timeline except using it for x-axis in the charts. The script produces four graphs (IOPS, Throughput, Request Size per operation and Average Round-Trip Time)

Tips