summaryrefslogtreecommitdiff
path: root/doc/protocol.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/protocol.txt')
-rw-r--r--doc/protocol.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 34a4e48..7ebfec6 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -604,8 +604,13 @@ integers separated by a colon (treat this as a floating point number).
| slab_global_page_pool | 32u | Slab pages returned to global pool for |
| | | reassignment to other slab classes. |
| slab_reassign_rescues | 64u | Items rescued from eviction in page move |
-| slab_reassign_evictions |
-| | 64u | Valid items evicted druing a page move |
+| slab_reassign_evictions_nomem |
+| | 64u | Valid items evicted during a page move |
+| | | (due to no free memory in slab) |
+| slab_reassign_evictions_samepage |
+| | 64u | Valid items evicted during a page move |
+| | | (due to free memory being in the same |
+| | | page as the source item) |
| slab_reassign_busy_items |
| | 64u | Items busy during page move, requiring a |
| | | retry before page can be moved. |