table of contents
cs_show_memory(8) | ClusterTools2 | cs_show_memory(8) |
NAME¶
cs_show_memory - show memory configuration and utilisation
SYNOPSIS¶
cs_show_memory [OPTION]
DESCRIPTION¶
cs_show_memory shows information on memory configuration and utilisation.
OPTIONS¶
Global options are:
--help show help.
--version show version.
--writecfg show some internal variables.
--all show memory configuration and utilisation.
--logs show memory related log messages.
--configured show memory configuration.
--utilised show memory utilisation.
EXIT STATUS¶
0 Successful program execution.
>0 Usage, syntax or execution errors.
EXAMPLES¶
- * Show help.
- # cs_show_memory -h
- * Show infos on memory configuration.
- # cs_show_memory -c
FILES¶
- /usr/sbin/cs_show_memory
-
the program itself. - /etc/ClusterTools2/cs_show_memory
- the configuration.
- /proc/meminfo
- basic infos on memory utilisation.
- /proc/cgroups
- basic infos on cgroups settings.
- /sys/devices/system/node/*/numastat
- basic infos on NUMA nodes.
- /var/log/messages
- basic system log.
BUGS¶
Formatting and content of this script's output will change, since
this script is under development.
Feedback is welcome, please mail to feedback@suse.com erschel
SEE ALSO¶
free(1), numastat(8), sysctl(8), cs_show_supportconfig(8), cs_precheck_for_hana(8), cs_prepare_esxvm(8), meminfolog(8), /usr/src/linux/Documentation/sysctl/vm.txt , /usr/src/linux/Documentation/sysctl/kernel.txt , /usr/src/linux/Documentation/sysctl/net.txt
COPYRIGHT¶
(c) 2016-2019 L.Pinne, Germany.
cs_show_memory comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at
http://www.gnu.org/licenses/gpl.html
01 Nov 2019 |