mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
b80967f5dc
CTDB's system memory monitoring in 05.system.script monitors both main memory and swap. The swap monitoring was originally based on the (possibly incorrect, see below) idea that swap space stacks on top of main memory, so that when a system starts filling swap space then this is supposed to be a good sign that the system is running out of memory. Additionally, performance on a Linux system tends to be destroyed by the I/O associated with a lot of swapping to spinning disks. However, some platforms default to creating only 4GB of swap space even when there is 128GB of main memory. With such a small swap to main memory ratio, memory pressure can force swap to be nearly full even when a significant amount of main memory is still available and the system is performing well. This suggests that checking swap utilisation might be less than useful in many circumstances. So, remove the separate swap space checking and change the memory check to cover the total of main memory and swap space. Test function set_mem_usage() still takes an argument for each of main memory and swap space utilisation. For simplicity, the same number is now passed twice to make the intended results comprehensible. This could be changed later. A couple of tests are cleaned up to no longer use hard-coded /proc/meminfo and ps output. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> |
||
---|---|---|
.. | ||
examples | ||
cluster_mutex_helper.txt | ||
ctdb_diagnostics.1.xml | ||
ctdb_mutex_ceph_rados_helper.7.xml | ||
ctdb-etcd.7.xml | ||
ctdb-script.options.5.xml | ||
ctdb-statistics.7.xml | ||
ctdb-tunables.7.xml | ||
ctdb.1.xml | ||
ctdb.7.xml | ||
ctdb.conf.5.xml | ||
ctdb.sysconfig.5.xml | ||
ctdbd_wrapper.1.xml | ||
ctdbd.1.xml | ||
ltdbtool.1.xml | ||
onnode.1.xml | ||
ping_pong.1.xml | ||
readonlyrecords.txt | ||
recovery-process.txt |