Date: Tue, 24 Feb 2009 08:55:11 -0900 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Artem Kuchin <matrix@itlegion.ru> Subject: Re: Please, recommend CPU and RAM burn test Message-ID: <200902240855.12279.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <49A41C56.3060000@itlegion.ru> References: <49A41C56.3060000@itlegion.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 24 February 2009 07:12:06 Artem Kuchin wrote: > Hello! > > I need to really heavily test a box with 8 cores and 16GB FBDIM RAM. > > Is there a suitable port for such task? > > I'd like to point out that i don't want to measure perfomance. I need to > really really > heavily load the server up to it's maximum. sysutils/stress, in your case: stress --vm 32 --vm-bytes 512M --cpu 8 will put it into swap, while cpu's are overloaded. Add --hdd 4 to write 4 1GB files in parallel, should be a nice test ;) Test can be run till interrupt or use -t 300 to timeout after 5 minutes. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902240855.12279.fbsd.questions>