running autobench (httperf)
Posted
by
Matthew
on Server Fault
See other posts from Server Fault
or by Matthew
Published on 2010-09-26T18:16:28Z
Indexed on
2011/01/14
13:55 UTC
Read the original article
Hit count: 237
So I ran apt-get install httperf
on my system and I can now run httperf
. But how can I run 'autobench
'? I downloaded the file and unarchived it and if I go in it and run autobench it says -bash command not found
I think it's a perl script but if I run perl autobench
, it says:
root@example:/tmp/autobench-2.1.2# perl autobench
Autobench configuration file not found
- installing new copy in /root/.autobench.conf
cp: cannot stat `/etc/autobench.conf': No such file or directory
Installation complete - please rerun autobench
Even if I run it again it says the same thing.
© Server Fault or respective owner