Re: No statistics/results for test
Darren Ball <[email protected]> Mon, 14 Sep 2015 10:30:31 -0400
| Newsgroups | gmane.comp.java.grinder.user |
|---|---|
| Message-ID | <CA+YPNhcqhWpfvP49bNadntmGxhCtQ-23rn+UyeZYwLt=X4=HdQ@mail.gmail.com> |
Looks like I am having issues reporting to console:
{"timestamp":"2015-09-14T14:27:07.369+00:00","logger":"i-20ff63e6-0","thread":"main","level":"INFO","HOSTNAME":"ip-10-82-151-65.localdomain","WORKER_NAME":"i-20ff63e6-0","LOG_DIRECTORY":"/var/log/qbase/150914","message":"Report
to console
failed","stack_trace":"net.grinder.communication.CommunicationException:
Exception whilst sending message\n\tat
net.grinder.communication.AbstractSender.send(AbstractSender.java:57)
~[grinder-core-3.11.jar:na]\n\tat
net.grinder.communication.QueuedSenderDecorator.flush(QueuedSenderDecorator.java:60)
~[grinder-core-3.11.jar:na]\n\tat
net.grinder.engine.process.GrinderProcess.sendStatusMessage(GrinderProcess.java:638)
[grinder-core-3.11.jar:na]\n\tat
net.grinder.engine.process.GrinderProcess.access$1100(GrinderProcess.java:110)
[grinder-core-3.11.jar:na]\n\tat
net.grinder.engine.process.GrinderProcess$ReportToConsoleTimerTask.run(GrinderProcess.java:615)
~[grinder-core-3.11.jar:na]\n\tat
net.grinder.engine.process.GrinderProcess.run(GrinderProcess.java:465)
[grinder-core-3.11.jar:na]\n\tat
net.grinder.engine.process.WorkerProcessEntryPoint.run(WorkerProcessEntryPoint.java:86)
[grinder-core-3.11.jar:na]\n\tat
net.grinder.engine.process.WorkerProcessEntryPoint.main(WorkerProcessEntryPoint.java:59)
[grinder-core-3.11.jar:na]\nCaused by: java.net.SocketException: Broken
pipe\n\tat java.net.SocketOutputStream.socketWrite0(Native Method)
~[na:1.8.0_40]\n\tat
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
~[na:1.8.0_40]\n\tat
java.net.SocketOutputStream.write(SocketOutputStream.java:153)
~[na:1.8.0_40]\n\tat
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
~[na:1.8.0_40]\n\tat
java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
~[na:1.8.0_40]\n\tat
java.io.ObjectOutputStream$BlockDataOutputStream.flush(ObjectOutputStream.java:1823)
~[na:1.8.0_40]\n\tat
java.io.ObjectOutputStream.flush(ObjectOutputStream.java:719)
~[na:1.8.0_40]\n\tat
net.grinder.communication.AbstractSender.writeMessageToStream(AbstractSender.java:90)
~[grinder-core-3.11.jar:na]\n\tat
net.grinder.communication.StreamSender.writeMessage(StreamSender.java:70)
~[grinder-core-3.11.jar:na]\n\tat
net.grinder.communication.AbstractSender.send(AbstractSender.java:53)
~[grinder-core-3.11.jar:na]\n\t... 7 common frames omitted\n"}
Looks like the ports are up on the console side :
[grinder@ip-10-82-151-16 ~]$ netstat -an | grep 637
tcp 0 0 0.0.0.0:6372 0.0.0.0:*
LISTEN
tcp 0 0 127.0.0.1:6373 0.0.0.0:*
LISTEN
tcp 0 0 127.0.0.1:58492 127.0.0.1:6373
TIME_WAIT
tcp 0 0 127.0.0.1:58488 127.0.0.1:6373
TIME_WAIT
tcp 0 0 127.0.0.1:58489 127.0.0.1:6373
TIME_WAIT
tcp 0 0 10.82.151.16:6372 10.82.151.65:51017
ESTABLISHED
tcp 0 0 127.0.0.1:58487 127.0.0.1:6373
TIME_WAIT
tcp 0 0 127.0.0.1:58490 127.0.0.1:6373
TIME_WAIT
tcp 0 0 127.0.0.1:58491 127.0.0.1:6373
TIME_WAIT
Any clues - anyone?
On Fri, Sep 11, 2015 at 3:20 PM, Darren Ball <[email protected]> wrote:
>
> I recently am seeing the following happening:
> I run a series of test runs (100).
>
> My data log contains results for all 100 runs (0-99)
>
> [grinder@ip-10-82-151-65 150911]$ more i-20ff63e6-1-data.log
>
> Thread, Run, Test, Start time (ms since Epoch), Test time, Errors
> 0, 0, 8, 1441998741194, 166, 0
> 0, 1, 7, 1441998741363, 151, 0
> 0, 2, 4, 1441998741515, 56, 0
> 0, 3, 2, 1441998741573, 219, 0
> 0, 3, 3, 1441998741792, 68, 0
> ...
>
> 0, 96, 4, 1441998815931, 43, 0
> 0, 97, 7, 1441998815975, 156, 0
> 0, 98, 2, 1441998816131, 3928, 0
> 0, 98, 3, 1441998820059, 41, 0
> 0, 99, 4, 1441998820100, 52, 0
>
>
> But the summary at the end of the worker log contains nothing:
>
> 2015-09-11 19:13:40,152 INFO i-20ff63e6-1 thread-0: finished 100 runs
> 2015-09-11 19:13:40,155 INFO i-20ff63e6-1 : elapsed time is 78966 ms
> 2015-09-11 19:13:40,155 INFO i-20ff63e6-1 : Final statistics for this
> process:
> 2015-09-11 19:13:40,162 INFO i-20ff63e6-1 :
>
> 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.
>
>
>
> Why would that be? My test logic has not changed and my instrumentation
> of record is identical in which I was previously getting results summary at
> the end of the worker log.
>
> Any insight would be great.
>
------------------------------------------------------------------------------
_______________________________________________
grinder-use mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/grinder-use