Page 1 of 1

test linux memory

Posted: Tue Jan 26, 2021 7:50 pm
by mister_v
Hi,

does anyone know a command to test the RAM memory of a PC?
I have a linux server.

Re: test linux memory

Posted: Wed Jan 27, 2021 9:31 am
by Chris
Hi you can use memtester

Install it with

Code: Select all

sudo apt-get install memtester (Debian, ubuntu, ...)
sudo yum install memtester (Fedore, RedHat, ...)
sudo emerge -q sys-apps/memtester (gentoo)
And than you can run it with:

Code: Select all

memtester 2000 5
2000 is the amount of RAM-memory you want o test (in Mib)
5 is the number of tests.