scylla-jmx/src/main/java/org/apache/cassandra
Pekka Enberg 8e0fb98fc4 Merge "Adding estimated histogram support for nodetool cfhistogram" from Amnon
"This series together with the cfhistogram series in scylla adds the
 missing functionality so that nodetoold cfhistogram would work.

 After both series will be apply an execution example is:

 ./bin/nodetool cfhistograms keyspace1 standard1
 keyspace1/standard1 histograms
 Percentile  SSTables     Write Latency      Read Latency    Partition Size        Cell Count
                               (micros)          (micros)           (bytes)
 50%             0.00           6866.00        4866323.00               310                 5
 75%             0.00           8239.00       10090808.00               310                 5
 95%             0.00          20501.00       17436917.00               310                 5
 98%             0.00          35425.00       25109160.00               310                 5
 99%             0.00          51012.00       25109160.00               310                 5
 Min             0.00           2300.00         654950.00               259                 5
 Max             0.00       20924300.00       25109160.00               310                 5"
2015-10-21 14:26:40 +03:00
..
db ColumnFamilyStore: add support for estimated latency 2015-10-21 14:22:06 +03:00
gms Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
locator EndpointSnitchInfo: Cache results for data center and rack 2015-10-07 10:24:50 +03:00
metrics ColumnFamilyMetrics: add estimted per read histogram support 2015-10-21 14:22:06 +03:00
net JMX API rename the cloudius package to cloudius.urchin 2015-05-18 10:27:27 +03:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service StorageService: handle loadNewSStable and forceKeyspaceCleanup 2015-10-21 12:27:59 +03:00