1140 views|1 replies

7171

Posts

195

Resources
The OP
 

[Zhengdian Atomic Alpha IMX6ULL Linux Development Board] Chapter 9 Basic Tests of CPU, Network Speed and Memory [Copy link]

View CPU details

#If the CPU has several cores, it will output several repeated messages

Check CPU frequency

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies

First, on the server side, enable the iperf service

iperf3 -s

Server 192.168.0.103

2) On the client, open the client and test the speed

iperf3 -c 192.168.0. 103

Memtester Introduction

Memtester is mainly used to capture memory errors and bad bits that are always very high or very low. The main test items include random values, XOR comparison, subtraction, multiplication, division, AND/OR operations, etc. By giving the size and number of test memory, the above items can be tested on the system's existing memory.

1. Download memtester-4.3.0.tar.gz from http://pyropus.ca/software/memtester/ ;

2. Execute the following command to install Memtester.

tar zxvf memtester-4.2.2.tar.gz

cd memtester-4.2.2

make && make install

3. Parameter Introduction

memtester [-p PHYSADDR] <MEMORY> [ITERATIONS]

Parameter Description:

MEMORY The amount of memory requested for testing, the default unit is megabytes, can also be BKMG.
ITERATIONS The number of tests, the default is unlimited.

Test Examples

Start the test, apply for 8M memory, and test once. As shown below:

You can use the free -h command to view memory usage.

This post is from Embedded System

Latest reply

Memtester is mainly used to capture memory errors and bad bits that are always very high or very low. The main test items include random values, XOR comparison, subtraction, multiplication, division, AND/OR operations, etc. By giving the size and number of test memory, the above items can be tested on the system's existing memory. Learned new knowledge again!   Details Published on 2023-6-10 11:17

6822

Posts

11

Resources
2
 

Memtester is mainly used to capture memory errors and bad bits that are always very high or very low. The main test items include random values, XOR comparison, subtraction, multiplication, division, AND/OR operations, etc. By giving the size and number of test memory, the above items can be tested on the system's existing memory.

Learned new knowledge again!

This post is from Embedded System
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list