Hi
Never tried but I would probably try to tweak the logging so that the
appender is one that can collate information from multiple clients and show
it wherever you prefer (Something like a socket appender in log4j with
simple socket server)

regards
deepak

On Mon, Feb 25, 2019 at 11:20 PM Ivan Rancati <[email protected]>
wrote:

> hi Antonio,
>
> thanks, I'll try annotations for graphics.
> However, my question was slightly different: how to get some information
> displayed in real time during test execution. Apologies if it was unclear.
> For the current project, I have a simple, ssh-only infrastructure, without
> Grafana.
>
> Best regards,
> Ivan
>
> On Mon, Feb 25, 2019 at 3:34 PM Antonio Gomes Rodrigues <[email protected]>
> wrote:
>
> > Hi,
> >
> > Have you try annotations like
> > http://docs.grafana.org/reference/annotations/
> > ?
> >
> > Antonio
> >
> > Le lun. 25 févr. 2019 à 15:00, Ivan Rancati <[email protected]> a
> > écrit :
> >
> > > Hello,
> > >
> > > I have a couple of test plans (run in non-GUI mode), where I use a
> JSR223
> > > sampler (groovy) to display on the console when a certain stage is
> > reached.
> > > For example, to indicate the setUp thread/s is/are complete:
> > >
> > > OUT.println("the setUp Thread Group is completed\n")
> > >
> > > This works locally, but of course not with remote execution. Is there
> an
> > > equivalent way to display, on the controller's console, a similar
> message
> > > when a remote has finished a thread, or some other stage is reached?
> > >
> > > Thanks a lot and best regards,
> > > Ivan
> > >
> >
>

Reply via email to