Question about Cassandra performance monitoring

Not applicable

So we have determined that it would be useful to look at "RecentReadLatencyMicros" JMX metric and "RecentWriteLatencyMicros" in Cassandra to measure the performance of Tables we are interested in.

We know that the most important things for us to watch - as it relates to the performance of our proxies are

  1. Caching
  2. API Key Lookup

We know that we can get Caching right off the object "cache_entries" in the cache container.

967-apigee-caching.jpg

We are curious if anyone knows what object under the KMS container might be where the api key lookups impact on the system would be monitored.

968-apigee-kms.jpg

Solved Solved
0 2 359
1 ACCEPTED SOLUTION

Not applicable
@Benjamin Goldman

Apikeys are stored in app_credentials .

View solution in original post

2 REPLIES 2

Not applicable
@Benjamin Goldman

Apikeys are stored in app_credentials .

Thanks @Maruti Chand