github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-solr/lib/stats/6.4.2/replication.json (about)

     1  {
     2    "solr-mbeans": [
     3      "REPLICATION",
     4      {
     5        "/replication": {
     6          "stats": {
     7            "replicationEnabled": "true",
     8            "replicateAfter": [
     9              "commit"
    10            ],
    11            "isSlave": "false",
    12            "isMaster": "true",
    13            "indexPath": "/opt/solr/server/solr/testcore/data/index/",
    14            "generation": 1,
    15            "indexVersion": 0,
    16            "5minRateRequestsPerSecond": 55555,
    17            "avgRequestsPerSecond": 44444,
    18            "timeouts": 33333,
    19            "clientErrors": 0,
    20            "serverErrors": 0,
    21            "errors": 22222,
    22            "requests": 11111,
    23            "handlerStart": 1495768928368,
    24            "15minRateRequestsPerSecond": 66666,
    25            "avgTimePerRequest": 77777,
    26            "medianRequestTime": 88888,
    27            "75thPcRequestTime": 99999,
    28            "95thPcRequestTime": 10000.1,
    29            "99thPcRequestTime": 10000.2,
    30            "999thPcRequestTime": 10000.3,
    31            "indexSize": "71 bytes"
    32          },
    33          "src": null,
    34          "description": "ReplicationHandler provides replication of index and configuration files from Master to Slaves",
    35          "version": "6.4.2",
    36          "class": "org.apache.solr.handler.ReplicationHandler"
    37        }
    38      }
    39    ],
    40    "responseHeader": {
    41      "QTime": 0,
    42      "status": 0
    43    }
    44  }