/api/stats/jvm

/api/stats/jvm

The threads endpoint is used for debugging the TSD's JVM process and includes stats about the garbage collector, system load and memory usage. (v2.2)

Note

The information printed will change depending on the JVM you are running the TSD under. In particular, the pools and GC sections will differ quite a bit.

Verbs

  • GET

Requests

No parameters available.

Example Request

Query String

http://localhost:4242/api/stats/jvm

Response

The response is an object with multiple sub objects. Top level objects include

登录查看完整内容