Skip to content

Where get monitoring data? #88

Answered by vharseko
orlovds asked this question in Q&A
Discussion options

You must be logged in to vote

check http://localhost:8080/admin/#apiExplorer

curl --header "X-OpenIDM-Username: openidm-admin" --header "X-OpenIDM-Password: openidm-admin" 'http://localhost:8080/openidm/health/os'
{
  "_id": "",
  "_rev": "",
  "availableProcessors": 8,
  "systemLoadAverage": 2.546875,
  "operatingSystemArchitecture": "amd64",
  "operatingSystemName": "Linux",
  "operatingSystemVersion": "6.6.26-linuxkit"
}

curl --header "X-OpenIDM-Username: openidm-admin" --header "X-OpenIDM-Password: openidm-admin" 'http://localhost:8080/openidm/health/memory'
{
  "_id": "",
  "_rev": "",
  "objectPendingFinalization": 0,
  "heapMemoryUsage": {
    "init": 50331648,
    "used": 106042160,
    "committed": 186646528…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by orlovds
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #87 on November 26, 2024 07:50.