Skip to content

Commit

Permalink
[rabbitmq-throughput] More appropriate lower bound based on empirical…
Browse files Browse the repository at this point in the history
… data.
  • Loading branch information
dkuebric committed Jan 17, 2012
1 parent 909d6de commit 2e9125d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rabbitmq-throughput
Expand Up @@ -13,7 +13,7 @@ pwd = 'guest'

class RabbitMQThroughputPlugin(MuninPlugin):
title = "RabbitMQ Throughput"
args = "--base 1000 -l-500"
args = "--base 1000 -l-50"
vlabel = "throughput"
scaled = False
category = "rabbitmq"
Expand Down

0 comments on commit 2e9125d

Please sign in to comment.