You are not logged in.

#1 2005-10-03 22:05:21

bardo
Member
Registered: 2004-12-06
Posts: 96

[NEW] stress

A nice proggie that does a good customizable stress test to your system. I'm using it right now to test my system's stability, and it looks like it's doing it's work.

# Contributor: Corrado Primier <cp663137@stud.polimi.it>

pkgname=stress
pkgver=0.18.6
pkgrel=1
pkgdesc="A tool that stress tests your system (CPU, memory, I/O, disks)"
url="http://weather.ou.edu/~apw/projects/stress/"
depends=('glibc')
source=(http://weather.ou.edu/~apw/projects/stress/$pkgname-$pkgver.tar.gz)
md5sums=('ff2755d21f12f14fe28f7a0526e0f231')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world

Offline

Board footer

Powered by FluxBB