Created
February 17, 2011 19:32
-
-
Save jnewland/832461 to your computer and use it in GitHub Desktop.
This file contains 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
{% line_chart value:calls_per_minute regexp:'Database/Redis/[b-z].*' title:'CPM' %} | |
{% line_chart value:average_value regexp:'Database/Redis/[b-z].*' title:'Average Time' %} | |
{% line_chart value:max_value regexp:'Database/Redis/[b-z].*' title:'Max Time' %} | |
{% line_chart value:calls_per_minute regexp:'Database/Redis/allWeb' title:'Redis Web CPM' %} | |
{% line_chart value:calls_per_minute regexp:'Database/Redis/allOther' title:'Redis Background CPM' %} | |
{% line_chart value:average_value regexp:'Database/Redis/sadd' title:'SADD Average Time' %} | |
{% line_chart value:max_value regexp:'Database/Redis/sadd' title:'SADD Max Time' %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment