i.MX8M Mini console hang with stress-ng

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX8M Mini console hang with stress-ng

1,225件の閲覧回数
m_c
Senior Contributor I

Customer use prebuilt image Linux 5.4.3 test with stress-ng.

No issue with:
taskset 0x1 stress-ng --cpu 4 --io 1 &
taskset 0x1 stress-ng --cpu 4 --io 1 &

Console hang with:
taskset 0x1 stress-ng --cpu 4 --io 1 &
taskset 0x2 stress-ng --cpu 4 --io 1 &

The UART console can keep output with top command after input above two test commands.

But when press 'q' to leave top, then can't input any command in UART console.

Linux system didn't hang, because plug in/out Ethernet, console will print related message.

ラベル(2)
0 件の賞賛
返信
2 返答(返信)

1,140件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi m.c.

customer can try:

- use command (like stress-ng --taskset 0,2-3 --cpu 3) for running test on several

cpus as suggested on stress-ng tutorial:

Ubuntu Manpage: stress-ng - a tool to load and stress a computer system 

- add stress-ng sources to nxp linux and rebuild all image from scratch

linux-imx - i.MX Linux kernel 

GitHub - ColinIanKing/stress-ng: This is a mirror of the upstream project at https://kernel.ubuntu.c... Best regards

igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

1,141件の閲覧回数
m_c
Senior Contributor I

Thanks, will try.

0 件の賞賛
返信