Just in case

This commit is contained in:
Alexey Milovidov 2021-03-28 22:34:23 +03:00
parent d800e2b1cd
commit cb252de4d3
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
MMappedFileCacheHits
MMappedFileCacheMisses
CreatedReadBufferMMap
CreatedReadBufferMMapFailed
MMappedFiles
MMappedFileCacheHits
MMappedFileCacheMisses
MMappedFileBytes
MMappedFiles

View File

@ -3,5 +3,5 @@
SYSTEM DROP MMAP CACHE;
SET system_events_show_zero_values = 1;
SELECT event FROM system.events WHERE event LIKE '%MMap%';
SELECT metric FROM system.metrics WHERE metric LIKE '%MMap%';
SELECT event FROM system.events WHERE event LIKE '%MMap%' ORDER BY event;
SELECT metric FROM system.metrics WHERE metric LIKE '%MMap%' ORDER BY metric;