My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallationGuide  
Installation Guide for Stressful Application Test
Updated Sep 25, 2009 by menderico@gmail.com

The installation package follows the GNU guidelines, so, after download the latest package, just type, on this order:

tar zxvf stressapptest-1.0.0_autoconf.tar.gz
./configure
make
sudo make install

And it should be installed. You can use the most common options on the configure script, it was generated by autoconf and automake, so they are accepted.

Comment by project member nick.j.s...@gmail.com, Jul 24, 2010

You must also have libaio.a, librt.a and support for pthreads.

These can be installed, if you don't have them, from packages: libaio.a: libaio-dev librt.a: libc6-dev

Comment by BenKar...@gmail.com, Apr 23, 2011

Question, I have chrome OS installed. How can I install this? It works on linux, is there a way to compile it on linux and then run it on chrome os?

Comment by sympat...@gmail.com, Jul 28, 2011

Question,Is this package support for MIPS Architecture,such as ICT Loongson CPU?

Comment by sympat...@gmail.com, Jul 28, 2011

Question:

I try to install this package on my machine based on MIPS Architecture,while I run "./configure"and "make all",I got the following warnings:

warning:#warning "Unsupported CPU type:Unable to force cache flushes." warning:#warning "Unsupported CPU type:your build may not function correctly."
My CPU is ICT-loongson designed by Lemote(A chinese chip design company.)
Is this software cannot be run on MIPS?
wish u can give me some tips.thanks
Comment by sympat...@gmail.com, Jul 28, 2011

Question1:

I installed stressapptest-1.0.2 on my machine.(CPU-loongson3A,Memory:4GB)

my linux edition is mips64,but when I run"./configure"and "make all",But I find that my excutable file "stressapptest"is a 32-bit LSB executable file?
how can I get a 64bit edition of this software?

Question2:

I got the following errors while I RUN "./stressapptest -M 1300" (Memory:4GB)
Process Error: pthread_create failed - error 11 Resource temporarily unavailable Process Error: pthread_create failed - error 11 Resource temporarily unavailable Process Error: pthread_create failed - error 11 Resource temporarily unavailable Process Error: pthread_create failed - error 11 Resource temporarily unavailable
BUT when I run "./stressapptest -M 1200" I got a PASS massage like this: Status:PASS - please verify no corrected errors

IS this mean that the memory device have some problems?
can anyone help me?
Comment by gregwa...@gmail.com, Aug 19, 2011

[qqs43472@ws040 stressapptest-1.0.3_autoconf]$ make Making all in src /bin/sh: line 17: cd: src: No such file or directory make: [all-recursive] Error 1


Sign in to add a comment
Powered by Google Project Hosting