The official memtester docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current memtester docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
memtester is an effective userspace tester for stress-testing the memory subsystem.
Learn more on memtester website.
The tag of each memtester docker image is consist of the version of memtester and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 4.7.1-oe2403sp4 | memtester 4.7.1 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 4.7.1-oe2403sp3 | memtester 4.7.1 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 4.7.1-oe2403sp1 | memtester 4.7.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/memtester image from docker
docker pull openeuler/memtester:{Tag}
Basic Command Syntax
memtester <memory_size> <iterations>
Example: Test 100MB RAM
Run the following command to test 100MB of memory with 1 full pass:
memtester 100M 1
Expected Output:
......
Loop 1/1:
Stuck Address : ok
Random Value : ok
Compare XOR : ok
Compare SUB : ok
Compare MUL : ok
Compare DIV : ok
Compare OR : ok
Compare AND : ok
Sequential Increment: ok
Solid Bits : ok
Block Sequential : ok
Checkerboard : ok
Bit Spread : ok
Bit Flip : ok
Walking Ones : ok
Walking Zeroes : ok
8-bit Writes : ok
16-bit Writes : ok
Done.
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:b36a6ef70…
Size
150.2 MB
Last updated
2 months ago
docker pull openeuler/memtesterPulls:
13
Last week