|
217 | 217 | }, |
218 | 218 | { |
219 | 219 | "selector": "exec_time", |
220 | | - "text": "Exec Time (ms)", |
| 220 | + "text": "Exec time (ms)", |
221 | 221 | "type": "number" |
222 | 222 | }, |
223 | 223 | { |
224 | 224 | "selector": "exec_time_per_sec", |
225 | | - "text": "Exec Time/sec (ms/s)", |
| 225 | + "text": "Exec time/sec (ms/s)", |
226 | 226 | "type": "number" |
227 | 227 | }, |
228 | 228 | { |
229 | 229 | "selector": "exec_time_per_call", |
230 | | - "text": "Exec Time/call (ms)", |
| 230 | + "text": "Exec time/call (ms)", |
231 | 231 | "type": "number" |
232 | 232 | }, |
233 | 233 | { |
234 | 234 | "selector": "plan_time", |
235 | | - "text": "Planning Time (ms)", |
| 235 | + "text": "Planning time (ms)", |
236 | 236 | "type": "number" |
237 | 237 | }, |
238 | 238 | { |
239 | 239 | "selector": "plan_time_per_sec", |
240 | | - "text": "Planning Time/sec (ms/s)", |
| 240 | + "text": "Planning time/sec (ms/s)", |
241 | 241 | "type": "number" |
242 | 242 | }, |
243 | 243 | { |
244 | 244 | "selector": "plan_time_per_call", |
245 | | - "text": "Planning Time/call (ms)", |
| 245 | + "text": "Planning time/call (ms)", |
246 | 246 | "type": "number" |
247 | 247 | }, |
248 | 248 | { |
|
262 | 262 | }, |
263 | 263 | { |
264 | 264 | "selector": "shared_blks_hit", |
265 | | - "text": "Shared Blocks Hit", |
| 265 | + "text": "Shared blocks hit", |
266 | 266 | "type": "number" |
267 | 267 | }, |
268 | 268 | { |
269 | 269 | "selector": "shared_blks_hit_per_sec", |
270 | | - "text": "Shared Blocks Hit/sec", |
| 270 | + "text": "Shared blocks hit/sec", |
271 | 271 | "type": "number" |
272 | 272 | }, |
273 | 273 | { |
274 | 274 | "selector": "shared_blks_hit_per_call", |
275 | | - "text": "Shared Blocks Hit/call", |
| 275 | + "text": "Shared blocks hit/call", |
276 | 276 | "type": "number" |
277 | 277 | }, |
278 | 278 | { |
279 | 279 | "selector": "shared_blks_read", |
280 | | - "text": "Shared Blocks Read", |
| 280 | + "text": "Shared blocks read", |
281 | 281 | "type": "number" |
282 | 282 | }, |
283 | 283 | { |
284 | 284 | "selector": "shared_blks_read_per_sec", |
285 | | - "text": "Shared Blocks Read/sec", |
| 285 | + "text": "Shared blocks read/sec", |
286 | 286 | "type": "number" |
287 | 287 | }, |
288 | 288 | { |
289 | 289 | "selector": "shared_blks_read_per_call", |
290 | | - "text": "Shared Blocks Read/call", |
| 290 | + "text": "Shared blocks read/call", |
291 | 291 | "type": "number" |
292 | 292 | }, |
293 | 293 | { |
294 | 294 | "selector": "shared_blks_dirtied", |
295 | | - "text": "Shared Blocks Dirtied", |
| 295 | + "text": "Shared blocks dirtied", |
296 | 296 | "type": "number" |
297 | 297 | }, |
298 | 298 | { |
299 | 299 | "selector": "shared_blks_dirtied_per_sec", |
300 | | - "text": "Shared Blocks Dirtied/sec", |
| 300 | + "text": "Shared blocks dirtied/sec", |
301 | 301 | "type": "number" |
302 | 302 | }, |
303 | 303 | { |
304 | 304 | "selector": "shared_blks_dirtied_per_call", |
305 | | - "text": "Shared Blocks Dirtied/call", |
| 305 | + "text": "Shared blocks dirtied/call", |
306 | 306 | "type": "number" |
307 | 307 | }, |
308 | 308 | { |
309 | 309 | "selector": "shared_blks_written", |
310 | | - "text": "Shared Blocks Written", |
| 310 | + "text": "Shared blocks written", |
311 | 311 | "type": "number" |
312 | 312 | }, |
313 | 313 | { |
314 | 314 | "selector": "shared_blks_written_per_sec", |
315 | | - "text": "Shared Blocks Written/sec", |
| 315 | + "text": "Shared blocks written/sec", |
316 | 316 | "type": "number" |
317 | 317 | }, |
318 | 318 | { |
319 | 319 | "selector": "shared_blks_written_per_call", |
320 | | - "text": "Shared Blocks Written/call", |
| 320 | + "text": "Shared blocks written/call", |
321 | 321 | "type": "number" |
322 | 322 | }, |
323 | 323 | { |
324 | 324 | "selector": "blk_read_time", |
325 | | - "text": "Block Read Time (ms)", |
| 325 | + "text": "Block read time (ms)", |
326 | 326 | "type": "number" |
327 | 327 | }, |
328 | 328 | { |
329 | 329 | "selector": "blk_read_time_per_sec", |
330 | | - "text": "Block Read Time/sec (ms)", |
| 330 | + "text": "Block read time/sec (ms)", |
331 | 331 | "type": "number" |
332 | 332 | }, |
333 | 333 | { |
334 | 334 | "selector": "blk_read_time_per_call", |
335 | | - "text": "Block Read Time/call (ms)", |
| 335 | + "text": "Block read time/call (ms)", |
336 | 336 | "type": "number" |
337 | 337 | }, |
338 | 338 | { |
339 | 339 | "selector": "blk_write_time", |
340 | | - "text": "Block Write Time (ms)", |
| 340 | + "text": "Block write time (ms)", |
341 | 341 | "type": "number" |
342 | 342 | }, |
343 | 343 | { |
344 | 344 | "selector": "blk_write_time_per_sec", |
345 | | - "text": "Block Write Time/sec (ms)", |
| 345 | + "text": "Block write time/sec (ms)", |
346 | 346 | "type": "number" |
347 | 347 | }, |
348 | 348 | { |
349 | 349 | "selector": "blk_write_time_per_call", |
350 | | - "text": "Block Write Time/call (ms)", |
| 350 | + "text": "Block write time/call (ms)", |
351 | 351 | "type": "number" |
352 | 352 | } |
353 | 353 | ], |
|
395 | 395 | }, |
396 | 396 | "includeByName": {}, |
397 | 397 | "indexByName": { |
398 | | - "Block Read Time (ms)": 27, |
399 | | - "Block Read Time/call (ms)": 29, |
400 | | - "Block Read Time/sec (ms)": 28, |
401 | | - "Block Write Time (ms)": 24, |
402 | | - "Block Write Time/call (ms)": 26, |
403 | | - "Block Write Time/sec (ms)": 25, |
| 398 | + "Block read time (ms)": 27, |
| 399 | + "Block read time/call (ms)": 29, |
| 400 | + "Block read time/sec (ms)": 28, |
| 401 | + "Block write time (ms)": 24, |
| 402 | + "Block write time/call (ms)": 26, |
| 403 | + "Block write time/sec (ms)": 25, |
404 | 404 | "Calls": 1, |
405 | 405 | "Calls/sec": 2, |
406 | 406 | "Duration (seconds)": 30, |
407 | | - "Exec Time (ms)": 3, |
408 | | - "Exec Time/call (ms)": 5, |
409 | | - "Exec Time/sec (ms/s)": 4, |
410 | | - "Planning Time (ms)": 6, |
411 | | - "Planning Time/call (ms)": 8, |
412 | | - "Planning Time/sec (ms/s)": 7, |
| 407 | + "Exec time (ms)": 3, |
| 408 | + "Exec time/call (ms)": 5, |
| 409 | + "Exec time/sec (ms/s)": 4, |
| 410 | + "Planning time (ms)": 6, |
| 411 | + "Planning time/call (ms)": 8, |
| 412 | + "Planning time/sec (ms/s)": 7, |
413 | 413 | "Query ID": 0, |
414 | 414 | "Rows": 9, |
415 | 415 | "Rows/call": 11, |
416 | 416 | "Rows/sec": 10, |
417 | | - "Shared Blocks Dirtied": 21, |
418 | | - "Shared Blocks Dirtied/call": 23, |
419 | | - "Shared Blocks Dirtied/sec": 22, |
420 | | - "Shared Blocks Hit": 12, |
421 | | - "Shared Blocks Hit/call": 14, |
422 | | - "Shared Blocks Hit/sec": 13, |
423 | | - "Shared Blocks Read": 15, |
424 | | - "Shared Blocks Read/call": 17, |
425 | | - "Shared Blocks Read/sec": 16, |
426 | | - "Shared Blocks Written": 18, |
427 | | - "Shared Blocks Written/call": 20, |
428 | | - "Shared Blocks Written/sec": 19 |
| 417 | + "Shared blocks dirtied": 21, |
| 418 | + "Shared blocks dirtied/call": 23, |
| 419 | + "Shared blocks dirtied/sec": 22, |
| 420 | + "Shared blocks hit": 12, |
| 421 | + "Shared blocks hit/call": 14, |
| 422 | + "Shared blocks hit/sec": 13, |
| 423 | + "Shared blocks read": 15, |
| 424 | + "Shared blocks read/call": 17, |
| 425 | + "Shared blocks read/sec": 16, |
| 426 | + "Shared blocks written": 18, |
| 427 | + "Shared blocks written/call": 20, |
| 428 | + "Shared blocks written/sec": 19 |
429 | 429 | }, |
430 | 430 | "renameByName": {} |
431 | 431 | } |
|
0 commit comments