Created
August 11, 2015 03:02
-
-
Save tallpsmith/06d6638abc4e1d170d96 to your computer and use it in GitHub Desktop.
pmchart Failure reproducable case
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pmchart -z -S@07:00 -a 20150807.0 -c ~/.pcp/pmchart/mea-activemq-failure -t2min |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#kmchart | |
version 1 | |
chart style plot antialiasing off | |
plot color #ffff00 metric filesys.free instance "/dev/dm-1" | |
plot color #0000ff metric filesys.free instance "/dev/sda1" | |
plot color #ff0000 metric filesys.free instance "/dev/sdb" | |
chart style plot antialiasing off | |
plot color #ffff00 metric activemq.queue.queue_size instance "Dxb.EntityIncrementalIndexer" | |
chart style plot antialiasing off | |
plot color #ffff00 metric activemq.queue.enqueue_count instance "Dxb.EntityIncrementalIndexer" | |
plot color #0000ff metric activemq.queue.dequeue_count instance "Dxb.EntityIncrementalIndexer" | |
chart style plot antialiasing off | |
plot color #ffff00 metric rsyslog.queues.enqueued instance "action 7 queue[DA]" | |
plot color #0000ff metric rsyslog.queues.enqueued instance "action 7 queue" | |
plot color #ff0000 metric rsyslog.queues.enqueued instance "main Q" | |
chart style plot antialiasing off | |
plot color #ffff00 metric rsyslog.queues.full instance "action 7 queue[DA]" | |
plot color #0000ff metric rsyslog.queues.full instance "action 7 queue" | |
plot color #ff0000 metric rsyslog.queues.full instance "main Q" | |
chart style plot antialiasing off | |
plot color #ffff00 metric rsyslog.queues.size instance "action 7 queue[DA]" | |
plot color #0000ff metric rsyslog.queues.size instance "action 7 queue" | |
plot color #ff0000 metric rsyslog.queues.size instance "main Q" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment