Book Contents

Book Index

Next Topic

Home

Monitoring System Resource Usage

You may find it helpful to monitor system resource usage on any or all nodes in the cluster.

  1. Log into the database administrator account on a node.
  2. Run the top utility. A high CPU percentage in top indicates that Vertica is CPU-bound. For example:

    Some possible reasons for high CPU usage are:

  3. Run the iostat utility. A high idle time in top at the same time as a high rate of blocks read in iostat indicates that Vertica is disk-bound. For example:

    $ /usr/bin/iostat

    Linux 2.6.9-22.ELsmp (qa0) 07/13/2007

    avg-cpu: %user %nice %sys %iowait %idle

    0.83 0.00 0.13 0.02 99.03

    Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn

    hda 0.37 3.40 10.37 2117723 6464640

    sda 0.46 1.94 18.96 1208130 11816472

    sdb 0.26 1.79 15.69 1114792 9781840

    sdc 0.24 1.80 16.06 1119304 10010328

    sdd 0.22 1.79 15.52 1117472 9676200

    md0 8.37 7.31 66.23 4554834 41284840