簡介#
Memtester
是一個檢測VPS
真實可分配內存的小工具,適用於檢測VPS
超售情況。本程式檢測的可分配內存指的是使用者使用時最大能佔用的內存量。
使用#
Github 地址:https://github.com/FunctionClub/Memtester
執行命令:
#CentOS/RHEL系統
yum install wget -y
yum groupinstall "Development Tools" -y
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out
#Ubuntu/Debian系統
apt-get update
apt-get install wget build-essential -y
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out
#腳本備份
https://www.moeyy.cn/usr/shell/memtester.cpp
在進程被殺死前可以測出當時最大的內存佔用。