Welcome, Guest. Please login or register.
Did you miss your activation email?
Thursday 28 March 2024, 09:10:31 pm

Login with username, password and session length

CLICK HERE for the The official Endian Roadmap and Issue tracker
14247 Posts in 4376 Topics by 6489 Members
Latest Member: GB-gattoboy
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 15743 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.031 seconds with 19 queries.
Powered by SMF 1.1 RC2 | SMF © 2001-2005, Lewis Media Design by 7dana.com