Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statistics are empty #1

Open
przemekgalazka opened this issue Oct 27, 2014 · 1 comment
Open

Statistics are empty #1

przemekgalazka opened this issue Oct 27, 2014 · 1 comment

Comments

@przemekgalazka
Copy link

files with stats have a content but it is like that:

2014-10-27 16:56:29,547 INFO ff-0 : The Grinder version 3.11
2014-10-27 16:56:29,557 INFO ff-0 : Java(TM) SE Runtime Environment 1.7.0_72-b14: Java HotSpot(TM) 64-Bit Server VM (24.72-b04, mixed mode) on Linux amd64 3.13.0-37-generic
2014-10-27 16:56:29,563 INFO ff-0 : time zone is CET (+0100)
2014-10-27 16:56:29,742 INFO ff-0 : worker process 0
2014-10-27 16:56:29,862 INFO ff-0 : instrumentation agents: byte code transforming instrumenter for Jython 2.5; byte code transforming instrumenter for Java
2014-10-27 16:56:31,146 INFO ff-0 : running "target/grinder/config/LoadTestScript.groovy" using GroovyScriptEngine running with groovy version: 2.0.5
2014-10-27 16:56:31,184 INFO ff-0 thread-0: starting, will do 1 run
2014-10-27 16:56:31,190 INFO ff-0 thread-1: starting, will do 1 run
2014-10-27 16:56:31,191 INFO ff-0 thread-2: starting, will do 1 run
2014-10-27 16:56:31,192 INFO ff-0 thread-3: starting, will do 1 run
2014-10-27 16:56:31,192 INFO ff-0 thread-4: starting, will do 1 run
2014-10-27 16:56:31,193 INFO ff-0 thread-5: starting, will do 1 run
2014-10-27 16:56:31,193 INFO ff-0 thread-6: starting, will do 1 run
2014-10-27 16:56:31,194 INFO ff-0 thread-7: starting, will do 1 run
2014-10-27 16:56:31,195 INFO ff-0 thread-8: starting, will do 1 run
2014-10-27 16:56:31,195 INFO ff-0 thread-9: starting, will do 1 run
2014-10-27 16:56:31,196 INFO ff-0 : start time is 1414425391196 ms since Epoch
2014-10-27 16:56:31,199 INFO ff-0 thread-0: finished 1 run
2014-10-27 16:56:31,200 INFO ff-0 thread-1: finished 1 run
2014-10-27 16:56:31,200 INFO ff-0 thread-2: finished 1 run
2014-10-27 16:56:31,200 INFO ff-0 thread-3: finished 1 run
2014-10-27 16:56:31,200 INFO ff-0 thread-5: finished 1 run
2014-10-27 16:56:31,201 INFO ff-0 thread-6: finished 1 run
2014-10-27 16:56:31,201 INFO ff-0 thread-7: finished 1 run
2014-10-27 16:56:31,201 INFO ff-0 thread-8: finished 1 run
2014-10-27 16:56:31,201 INFO ff-0 thread-4: finished 1 run
2014-10-27 16:56:31,201 INFO ff-0 thread-9: finished 1 run
2014-10-27 16:56:31,204 INFO ff-0 : elapsed time is 8 ms
2014-10-27 16:56:31,204 INFO ff-0 : Final statistics for this process:
2014-10-27 16:56:31,216 INFO ff-0 :
Tests Errors Mean Test Test Time TPS
Time (ms) Standard
Deviation
(ms)

Totals 0 0 - 0.00 0.00

Tests resulting in error only contribute to the Errors column.
Statistics for individual tests can be found in the data file, including
(possibly incomplete) statistics for erroneous tests. Composite tests
are marked with () and not included in the totals.

@ryangardner
Copy link
Member

I think this means that a test didn't record anything. Do you have an example if your test?

We should publicly post some of our samples too to give better usage examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants