mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 10:48:12 +00:00
PT-716 [WIP] Forced free to use wide mode (#485)
This commit is contained in:
@@ -1174,7 +1174,7 @@ find_memory_stats () { local PTFUNCNAME=find_memory_stats;
|
||||
local platform="$1"
|
||||
|
||||
if [ "${platform}" = "Linux" ]; then
|
||||
free -b
|
||||
free -bw
|
||||
cat /proc/meminfo
|
||||
elif [ "${platform}" = "SunOS" ]; then
|
||||
$CMD_PRTCONF | awk -F: '/Memory/{print $2}'
|
||||
|
Reference in New Issue
Block a user