b052
![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I want to perform the CPU and Memory Stress Testing on FreeBSD 8.1 VM created on top of ESX.
I have to test the combination of 1,3,8 CPUs for stress testing. Any recommended tool for memory and CPU testing? |
|
#2
|
||||
|
||||
|
Check this: http://www.holm.cc/stress/
You may also check the benchmarks category from Ports: /usr/ports/benchmarks PS. I am using FreeBSD 8.1 under vShpere 4.1 with load 5 and more sometimes and it works reliably: Code:
% uptime 1:41PM up 24 days, 21:43, 1 user, load averages: 4.78, 4.54, 3.91
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com |
|
#3
|
||||
|
||||
|
/usr/ports/benchmarks/forkbomb
Code:
forkbomb is tool for stress testing. It can create many processes using fork(), bring up some zombies, allocate memory using realloc() and accesses this memory. It has different switches for fine-tuning operation. While classic fork() bomb is good only for fun and QA release testing, running multiple memory-eaters can be useful for determining maximum memory which can be given to servers (bind or squid) without taking machine down. You can test different operation systems with this tool and see how they are handling the load. WWW: http://home.tiscali.cz/~cz210552/forkbomb.html
|
|
#4
|
|||
|
|||
|
I have started cpuburn for CPU stress testing and just find memtest for Memory Testing.
How is memtest? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD/CLANG ready for testing -> now imported in HEAD | DutchDaemon | FreeBSD Development | 26 | September 24th, 2011 05:40 |
| [Solved] managing memory in freebsd - inactive memory | chrcol | General | 5 | March 12th, 2010 01:33 |
| [Solved] Inactive Memory vs. Free Memory | dordal | General | 5 | November 23rd, 2009 13:39 |
| Testing a FreeBSD port | jack63ss | Installation and Maintenance of FreeBSD Ports or Packages | 7 | September 1st, 2009 08:59 |
| Server consuming 100% CPU after upgrading to dual cpu | Webmagic | System Hardware | 3 | March 4th, 2009 22:57 |