Lines Matching refs:show
57 tasks # attach a task(thread) and show list of threads
58 cgroup.procs # show list of processes
60 memory.usage_in_bytes # show current usage for memory
62 memory.memsw.usage_in_bytes # show current usage for memory+Swap
64 memory.limit_in_bytes # set/show limit of memory usage
65 memory.memsw.limit_in_bytes # set/show limit of memory+Swap usage
66 memory.failcnt # show the number of memory usage hits limits
67 memory.memsw.failcnt # show the number of memory+Swap hits limits
68 memory.max_usage_in_bytes # show max memory usage recorded
69 memory.memsw.max_usage_in_bytes # show max memory+Swap usage recorded
70 memory.soft_limit_in_bytes # set/show soft limit of memory usage
71 memory.stat # show various statistics
72 memory.use_hierarchy # set/show hierarchical account enabled
75 memory.swappiness # set/show swappiness parameter of vmscan
77 memory.move_charge_at_immigrate # set/show controls of moving charges
78 memory.oom_control # set/show oom controls.
79 memory.numa_stat # show the number of memory usage per numa node
81 memory.kmem.limit_in_bytes # set/show hard limit for kernel memory
82 memory.kmem.usage_in_bytes # show current kernel memory allocation
83 memory.kmem.failcnt # show the number of kernel memory usage hits limits
84 memory.kmem.max_usage_in_bytes # show max kernel memory usage recorded
86 memory.kmem.tcp.limit_in_bytes # set/show hard limit for tcp buf memory
87 memory.kmem.tcp.usage_in_bytes # show current tcp buf memory allocation
88 memory.kmem.tcp.failcnt # show the number of tcp buf memory usage hits limits
89 memory.kmem.tcp.max_usage_in_bytes # show max tcp buf memory usage recorded
564 method and doesn't show 'exact' value of memory (and swap) usage, it's a fuzz