BigMemory Go 4.3.7 | Product Documentation | Terracotta REST Developer Guide | REST API for the Terracotta Server Array | Statistics
 
Statistics
Use the following URI extensions with the base extension /agents/statistics or /v2/agents/statistics to return statistical information.
DGC Runs
Get statistics on the last 1000 DGC runs:
/dgc
Server Statistics
Get statistics k, l, and m for servers a, b, c:
/servers;names=a,b,c?show=k,l,m
or
/servers;names=a,b,c?show=k&show=l&show=m
If no "names" are specified, statistics for all servers are requested. If "show" is omitted, all statistics are requested.
Client Statistics
Get statistics k, l, and m for clients x, y, and z:
/clients;ids=x,y,z?show=k,l,m
or
/clients;ids=x,y,z?show=k&show=l&show=m
If no "ids" are specified, statistics for all clients are requested. If "show" is omitted, all statistics are requested.

Copyright © 2010-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.