Pergunta

I need a tool similar to ApacheBench but with the ability to specify the requests per second.

This tool needs to be runnable from the command line on Windows (any scripting languages, Ruby, Python etc are fine) and should be able to output results to file.

Bonus points if it can generate graphs or produce data files that can easily be graphed.

Foi útil?

Solução 2

JMeter is what you are looking for!

It has good original documentation - http://jmeter.apache.org/ and a lot of other sourses, like this

JMeter could be run from command line, it names non gui-mode

JMeter supports Javascript, Groovy, Java, Beanshell languages

And of course it could generate graphs

Outras dicas

Yes

JMeter is good tool to use and it has other features also(non-ui mode,lightweight,opensource etc.)

if you don't have licenses issue then probably go for Loadrunner which is very costly but has more features which are required for you (graphs,analysis)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top