BigMemory Go 4.3.4 | Product Documentation | Terracotta REST Developer Guide | REST API for the Terracotta Server Array | Diagnostics
 
Diagnostics
Use the following URI extensions with the base extension /agents/diagnostics or /v2/agents/diagnostics to return information useful in diagnosing trouble or initiate a DGC cycle.
Thread Dumps
Get a full thread dump from all servers and clients:
/threadDump
Get a thread dump from servers a, b, and c:
/threadDump/servers;names=a,b,c
If no "names" are specified, all servers are included.
Get a thread dump from clients x, y, and z:
/threadDump/clients;ids=x,y,z
If no "ids" are specified, all clients are included.
Thread dumps are written to the logs of their respective nodes. To have all generated thread dumps saved to a zip file, use threadDumpArchive instead of threadDump.
To write cluster state information (including, for example, on locks) in addition to thread dumps for each node, use dumpClusterState instead of threadDump. This action generates substantially more information than getting only thread dumps.
DGC Cycles
To initiate a DGC cycle, post:
/dgc

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.
Innovation Release