Re: jmeter non-gui mode sample results output

2004-11-30 Thread sebb
If you add a summariser - see jmeter.properties - this will print a summary line to stdout (and the log) every so often. This might be enough? Alternatively, have you tried using -l{xxx} where {xxx} is the name for standard output on your OS, e.g. /dev/stdout on some/most Un*xes, CON for DOS, sys$

jmeter non-gui mode sample results output

2004-11-29 Thread Brenda White
When running jmeter in non-gui mode, is it possible to specify that sample results go to standard out? In other words, I'd like the output that would go to the specified .jtl file (given the '-l' option) to instead go to standard out. Is this possible? Thanks.