read/write counts

2011-12-11 Thread Feng Qu
Hello, When I use nodetool cfstas, I see read/write for both keyspace and column family. I assume both number are counted across the ring, but I saw different read/write counts showed on one node comparing to other 7 nodes. node 1,2,4-8: Keyspace: ks         Read Count: 44285565

Re: read/write counts

2011-12-11 Thread Peter Schuller
1) Are KS level counts and CF level counts for whole cluster or just for an individual node? Individual node. Also note that the CF level counts will refer to local reads/writes submitted to the node, while the statistics you get from StorageProxy (in JMX) are for requests routed. In general,