- ksm_full_scans (integer, how many times all mergeable areas have been scanned, `full_scans`)
- ksm_max_page_sharing (integer, maximum sharing allowed for each KSM page, `max_page_sharing`)
- ksm_merge_across_nodes (integer, whether pages should be merged across NUMA nodes, `merge_across_nodes`)
- ksm_pages_shared (integer, how many shared pages are being used, `pages_shared`)
- ksm_pages_sharing (integer,how many more sites are sharing them , `pages_sharing`)
- ksm_pages_to_scan (integer, how many pages to scan before ksmd goes to sleep, `pages_to_scan`)
- ksm_pages_unshared (integer, how many pages unique but repeatedly checked for merging, `pages_unshared`)
- ksm_pages_volatile (integer, how many pages changing too fast to be placed in a tree, `pages_volatile`)
- ksm_run (integer, whether ksm is running or not, `run`)
- ksm_sleep_millisecs (integer, how many milliseconds ksmd should sleep between scans, `sleep_millisecs`)
- ksm_stable_node_chains (integer, the number of KSM pages that hit the max_page_sharing limit, `stable_node_chains`)
- ksm_stable_node_chains_prune_millisecs (integer, how frequently KSM checks the metadata of the pages that hit the deduplication limit, `stable_node_chains_prune_millisecs`)
- ksm_stable_node_dups (integer, number of duplicated KSM pages, `stable_node_dups`)
- ksm_use_zero_pages (integer, whether empty pages should be treated specially, `use_zero_pages`)