Welcome, Guest. Please login or register.
Did you miss your activation email?
Wednesday 07 June 2023, 05:58:11 am

Login with username, password and session length

Visit the Official Endian Reference Manual  HERE
14215 Posts in 4361 Topics by 6411 Members
Latest Member: hansecol
Search:     Advanced search
+  EFW Support
|-+  Support
| |-+  General Support
| | |-+  How can I do a CPU/Memory Stress test like stress-ng?
0 Members and 0 Guests are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: How can I do a CPU/Memory Stress test like stress-ng?  (Read 6663 times)
flashvenom
Jr. Member
*
Offline Offline

Posts: 1



« on: Friday 17 June 2022, 11:06:19 am »

I could always yank out the hard drive and install something else, but since EFW community is built around the idea of repurposing old hardware to use as a router, I feel like a CPU stress test would be very valuable.

Lately our network has been experience erratic slowdowns. Rebooting the box always fixes the problem. I've tried fresh installs so I'm really only left with it's got to be a hardware problem.

Anyone know of an easy way to do a CPU/Memory stress test on a host machine without completely replacing the hard drive?
Logged
tillw863
Jr. Member
*
Offline Offline

Posts: 1



« Reply #1 on: Friday 17 June 2022, 06:32:41 pm »

Unfortunately no stress tool is installed on the EFW operating system. However, you could stree CPU by a small shell script:
Code:
for i in $(seq $(nproc)); do yes > /dev/null & done
Don't forget to kill the yes process when done.
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Page created in 0.056 seconds with 18 queries.
Powered by SMF 1.1 RC2 | SMF © 2001-2005, Lewis Media Design by 7dana.com