紹介#
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
プロセスが終了する前に、その時点での最大メモリ使用量を測定することができます。