| statspec fdsOpen * VMStats * fdsOpen |
| filter=none combine=combineAcrossArchives ops=max? trimspec=none |
| ; |
| statspec memoryUse * ProcessStats * rssSize |
| filter=none combine=combineAcrossArchives ops=max? trimspec=operations |
| ; |
| |
| statspec memoryGrowth * ProcessStats * rssSize |
| filter=none combine=combineAcrossArchives ops=max-min? trimspec=operations |
| ; |
| |
| statspec loadAverage * SystemStats * loadAverage1 |
| filter=none combine=combineAcrossArchives ops=min,max,mean? trimspec=operations |
| ; |
| |
| statspec totalUpdates * cacheperf.CachePerfStats * updateEvents |
| filter=none combine=combineAcrossArchives ops=max-min! trimspec=operations |
| ; |
| |
| statspec totalConnects * cacheperf.CachePerfStats * connects |
| filter=none combine=combineAcrossArchives ops=max-min! trimspec=connects |
| ; |
| statspec totalConnectTime * cacheperf.CachePerfStats * connectTime |
| filter=none combine=combineAcrossArchives ops=max-min! trimspec=connects |
| ; |
| |
| expr updateResponseTime = totalConnectTime / totalUpdates ops=max-min? |
| ; |