-
Notifications
You must be signed in to change notification settings - Fork 0
/
metrics.json
170 lines (170 loc) · 5.57 KB
/
metrics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
[
{
"name": "SOLR_SYSTEM_COMMITED_VIRTUAL_MEMORY_SIZE",
"displayName": "System commited memory size reported by SOLR",
"description": "Total commited memory on the system reported by SOLR service.",
"unit": "bytecount",
"displayNameShort": "SR Sys RAM Comm",
"defaultAggregate": "avg"
},
{
"name": "SOLR_SYSTEM_FREE_PHYSICAL_MEMORY_SIZE",
"displayName": "System free memory reported by SOLR",
"description": "Amount of free memory on the system reported by SOLR service.",
"unit": "bytecount",
"displayNameShort": "SR Sys RAM Free",
"defaultAggregate": "avg"
},
{
"name": "SOLR_SYSTEM_PROCESS_CPU_TIME",
"displayName": "System CPU time for for SOLR",
"description": "CPU time on the system used by SOLR",
"unit": "int",
"displayNameShort": "SR Sys CPU Time",
"defaultAggregate": "avg"
},
{
"name": "SOLR_SYSTEM_OPEN_FILE_DESCRIPTOR_COUNT",
"displayName": "System open file descriptor",
"description": "Total amount of file descriptors open in the system.",
"unit": "int",
"displayNameShort": "SR Sys Open FDesc",
"defaultAggregate": "avg"
},
{
"name": "SOLR_SYSTEM_MAX_FILE_DESCRIPTOR_COUNT",
"displayName": "System maximum file descriptor",
"description": "Total amount of allowed file descriptors in the system.",
"unit": "int",
"displayNameShort": "SR Sys Max FDesc",
"defaultAggregate": "avg"
},
{
"name": "SOLR_JVM_UPTIME",
"displayName": "JVM uptime for SOLR",
"description": "Uptime of JVM used to serve the SOLR service.",
"unit": "int",
"displayNameShort": "SR JVM Uptime",
"defaultAggregate": "avg"
},
{
"name": "SOLR_JVM_PROCESSORS",
"displayName": "Processors used by SOLR",
"description": "Number of processors used by SOLR.",
"unit": "int",
"displayNameShort": "SR Proc Used",
"defaultAggregate": "avg"
},
{
"name": "SOLR_JVM_MEMORY_FREE",
"displayName": "Free memory in JVM stack",
"description": "Amount of free memory in the JVM stack used by SOLR.",
"unit": "bytecount",
"displayNameShort": "SR JVM Free RAM",
"defaultAggregate": "avg"
},
{
"name": "SOLR_JVM_MEMORY_TOTAL",
"displayName": "Total allocated JVM Memory size",
"description": "The total amount of allocated JVM memory size.",
"unit": "bytecount",
"displayNameShort": "SR JVM Total RAM",
"defaultAggregate": "avg"
},
{
"name": "SOLR_JVM_MEMORY_MAX",
"displayName": "Maximum memory used since startup",
"description": "Total amount of JVM memory used by SOLR since the last startup.",
"unit": "bytecount",
"displayNameShort": "SR JVM Used MAX",
"defaultAggregate": "avg"
},
{
"name": "SOLR_JVM_MEMORY_USED",
"displayName": "Currently used JVM memory",
"description": "Total amount of JVM memory currently in use.",
"unit": "bytecount",
"displayNameShort": "SR JVM in Use",
"defaultAggregate": "avg"
},
{
"name": "SOLR_THREAD_CURRENT",
"displayName": "Current number of threads running",
"description": "Number of threads running to serv requests arriving to SOLR.",
"unit": "int",
"displayNameShort": "SR Thread Used",
"defaultAggregate": "avg"
},
{
"name": "SOLR_THREAD_PEAK",
"displayName": "Maximum running threads since startup",
"description": "The maximum number of threads in running state since the last startup.",
"unit": "int",
"displayNameShort": "SR Thread Peak",
"defaultAggregate": "avg"
},
{
"name": "SOLR_THREAD_DAEMON",
"displayName": "Threads used by daemon",
"description": "The number of running threads used by the SOLR daemon.",
"unit": "int",
"displayNameShort": "SR Thread Daemon",
"defaultAggregate": "avg"
},
{
"name": "SOLR_CACHE_DOCUMENT_LOOKUPS",
"displayName": "Amount of document cache lookups",
"description": "Total amount of lookups in the document cache.",
"unit": "int",
"displayNameShort": "SR DOC Cache LU",
"defaultAggregate": "avg"
},
{
"name": "SOLR_CACHE_DOCUMENT_HITS",
"displayName": "Amount of document cache hits",
"description": "Total amount of document cache hits (Number of requests where the doc. cache was used).",
"unit": "int",
"displayNameShort": "SR DOC Cache Hit",
"defaultAggregate": "avg"
},
{
"name": "SOLR_CACHE_DOCUMENT_HITRATIO",
"displayName": "Percent of hits in document cache",
"description": "The percentage of hits in the document cache.",
"unit": "percent",
"displayNameShort": "SR DOC Cache HRatio",
"defaultAggregate": "avg"
},
{
"name": "SOLR_CACHE_DOCUMENT_INSERTS",
"displayName": "Amount of inserts in cache",
"description": "Total amount of inserts in the document cache.",
"unit": "int",
"displayNameShort": "SR DOC Cache IS",
"defaultAggregate": "avg"
},
{
"name": "SOLR_CACHE_DOCUMENT_SIZE",
"displayName": "Document Cache Size",
"description": "The size of the document cache.",
"unit": "int",
"displayNameShort": "SR DOC Cache Size",
"defaultAggregate": "avg"
},
{
"name": "SOLR_CACHE_DOCUMENT_EVICTIONS",
"displayName": "Document cache evictions",
"description": "Total amount of evictions in the document cache.",
"unit": "int",
"displayNameShort": "SR DOC Cache Evic",
"defaultAggregate": "avg"
},
{
"name": "SOLR_CACHE_DOCUMENT_WARMUPTIME",
"displayName": "Warmup time of the document cache",
"description": "The time needed (seconds) to warm up the document cache.",
"unit": "int",
"displayNameShort": "SR DOC Cache WUP",
"defaultAggregate": "avg"
}
]