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-2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback