memory
Information about the TFS memory usage can be obtained from the memory list item.
Utilizes HTTP GET method.
http://hostname:port/rdmadmin/?list=memory
Example
http://localhost:21553/rdmadmin/?list=memory
Returns
{
"Memory Usage":
{
"Current":172032,
"Maximum":1343488
}
}