Skip to Content
Red Hat Enterprise Linux Server Cookbook
book

Red Hat Enterprise Linux Server Cookbook

by William Leemans
December 2015
Intermediate to advanced
250 pages
4h 41m
English
Packt Publishing
Content preview from Red Hat Enterprise Linux Server Cookbook

Monitoring storage performance

In this recipe, we'll look at the following metrics:

  • disk.all.read
  • disk.all.write
  • disk.all.read_bytes
  • disk.all.write_bytes

How to do it…

Let's create a text and graphical representation of the performance data through the following steps:

  1. Display live data for the preceding metrics; you can use the following command for this:
    ~]# pmdumptext -H -t 1 -i -l disk.all.read disk.all.write disk.all.read_bytes disk.all.write_bytes -h guest.example.com
    
    How to do it…
  2. Next, create a configuration file for pmchart to display live data called disk.conf with the following contents:
    #kmchart
    version 1
    
    chart style stacking
     plot color #ffff00 metric mem.util.used ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

CentOS 7 Server Deployment Cookbook

CentOS 7 Server Deployment Cookbook

Timothy Boronczyk

Publisher Resources

ISBN: 9781784392017