Cross protocol metrics

The following section lists all the cross protocol metrics::

  • nfs_iorate_read_perc: nfs_read_ops/(op_count+nfs_read_ops)
  • nfs_iorate_read_perc_exports: 1.0*nfs_read_ops/(op_count+nfs_read_ops)
  • nfs_iorate_write_perc: nfs_write_ops/(write|op_count+nfs_write_ops)
  • nfs_iorate_write_perc_exports: 1.0*nfs_write_ops/(op_count+nfs_write_ops)
  • nfs_read_throughput_perc: nfs_read/(read|op_outbytes+nfs_read)
  • nfs_write_throughput_perc: nfs_write/(write|op_outbytes+nfs_write)
  • smb_iorate_read_perc: op_count/(op_count+nfs_read_ops)
  • smb_iorate_write_perc: op_count/(op_count+nfs_write_ops)
  • smb_latency_read: read|op_time/read|op_count
  • smb_latency_write: write|op_time/write|op_count
  • smb_read_throughput_perc: read|op_outbytes/(read|op_outbytes+nfs_read)
  • smb_total_cnt: write|op_count+close|op_count
  • smb_tp: op_inbytes+op_outbytes
  • smb_write_throughput_perc: write|op_outbytes/(write|op_outbytes+nfs_write)
  • total_read_throughput: nfs_read+read|op_outbytes
  • total_write_throughput: nfs_write+write|op_inbytes