-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathMSSQL.json
147 lines (145 loc) · 7.13 KB
/
MSSQL.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
{
"sqlserver_filesize": {
"title": "MSSQL Files Size {{PI}}",
"vertical": "bytes",
"type": "stacked",
"legend": {
"Databases_Data_File_Size": {
"name" : "DataFiles Size"
},
"Databases_Log_File_Size": {
"name" : "DataLogs Size"
}
}
},
"sqlserver_locks": {
"title": "MSSQL Lock {{PI}}",
"vertical": "Nb",
"type": "stacked",
"legend" : {
"Locks_Locks_Wait" : {
"name" : "Lock Wait"
},
"Locks_Nb_Deadlock" : {
"name" : "Nb DeadLock"
}
}
},
"sqlserver_mem": {
"title": "MSSQL Memory {{PI}}",
"vertical": "bytes",
"type": "stacked",
"legend": {
"Memory_Target_Memory" : {
"name" : "Target Memory"
},
"Memory_Total_Memory" : {
"name" : "Total Memory"
}
}
},
"sqlserver_access": {
"title": "MSSQL Access Methods Full Scans {{PI}}",
"vertical": "Nb",
"type": "stacked",
"legend" : {
"Access_Methods_Full_Scans" : {
"name" : "Full Scans/sec"
}
}
},
"sqlserver_connections": {
"title": "MSSQL Connections {{PI}}",
"vertical": "Nb",
"type": "stacked",
"legend" : {
"General_Statistics_Logical_connections" : {
"name" : "Logical Connections"
}
}
},
"sqlserver_buffercachehit" : {
"title": "MSSQL Buffer Cache Hit Ratio {{PI}}",
"vertical": "Nb",
"type" : "stacked",
"legend" : {
"Buffer_Manager_Cache_Hit_Ratio" : {
"name" : "Buffer Cache Hit Ratio"
}
}
},
"sqlserver_bufferpage" : {
"title": "MSSQL Buffer Page Life Expectancy {{PI}}",
"vertical": "Nb",
"type" : "stacked",
"legend" : {
"Buffer_Manager_Page_Life_Expectancy" : {
"name" : "Page Life Expectancy"
}
}
},
"sqlserver_jobs" : {
"title": "MSSQL Failed Jobs {{PI}}",
"vertical": "Nb",
"type" : "stacked",
"legend" : {
"Jobs_Failed_Jobs" : {
"name" : "Failed Jobs"
}
}
},
"sqlserver_processblocked" : {
"title": "MSSQL Processes Blocked {{PI}}",
"vertical": "Nb",
"type" : "stacked",
"legend" : {
"General_Statistics_Processes_blocked" : {
"name" : "Processes Blocked"
}
}
},
"sqlserver_stats" : {
"title": "MSSQL Compilations and ReCompilations {{PI}}",
"vertical": "Nb",
"type" : "stacked",
"legend" : {
"SQL_Statistics_SQL_Compilations" : {
"name" : "SQL Compilations"
},
"SQL_Statistics_SQL_Recompilations" : {
"name" : "SQL Recompilations"
}
}
},
"sqlserver_stats_requests" : {
"title": "MSSQL Batch Requests/sec {{PI}}",
"vertical": "Nb",
"type" : "stacked",
"legend" : {
"SQL_Statistics_Batch_Requests" : {
"name" : "Batch Request/sec"
}
}
},
"sqlserver_transaction_count" : {
"title": "MSSQL Transactions {{PI}}",
"vertical": "Nb",
"type" : "stacked",
"legend" : {
"Transactions_Transactions" : {
"name" : "Transactions"
}
}
},
"sqlserver_transaction_longuest" : {
"title": "MSSQL Longuest Transaction {{PI}}",
"vertical": "time in sec",
"type" : "stacked",
"legend" : {
"Transactions_Longuest_Transaction" : {
"name" : "Longuest Transactions"
}
}
},
"legend_format": "%5.1lf%s"
}