Is there is any way to get memory utilization analytics by cache resources in apigee ?

amitkumar2091
Participant III

I am looking for some cache analytics to improve performance of API and looking for data on memory utilization by cache resources in apigee , below are few parameters

1) Total memory consumed by L1 cache

2) Total memory consumed by L2 cache

3) Percentage of total cached data in L1 and L2 cache over some interval of time

4) Number of entry failed to persist due to size > 512kb or number of entry's in L1 cache with size > 512kb

5) Average,max and min size of entry's in a cache


any way to get this data for both on-premisis and cloud instance of apigee?

Solved Solved
1 2 266
1 ACCEPTED SOLUTION

On-premises: yes, use the JMX Beans.

in cloud: no.

View solution in original post

2 REPLIES 2

On-premises: yes, use the JMX Beans.

in cloud: no.

Thanks for your reply @Dino-at-Google

I was checking if i missed something out of box. JMX beans are able to provide some of the required info for on-premisis.