Skip to content

Commit

Permalink
add write latency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellis committed May 13, 2010
1 parent 1995655 commit ec9b330
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions standard1_latency.conf
Expand Up @@ -9,3 +9,10 @@ read_latency.jmxAttributeName TotalReadLatencyMicros
read_latency.graph yes
read_latency.type DERIVE
read_latency.cdef read_latency,3000000,/

write_latency.label write latency
write_latency.jmxObjectName org.apache.cassandra.db:type=ColumnFamilyStores,keyspace=Keyspace1,columnfamily=Standard1
write_latency.jmxAttributeName TotalWriteLatencyMicros
write_latency.graph yes
write_latency.type DERIVE
write_latency.cdef write_latency,3000000,/

0 comments on commit ec9b330

Please sign in to comment.