Home arrow Support arrow Gurock Software Forum arrow General Discussion arrow Different kind of watch graph (suggestion)

Subscribe to forum RSS Forum

Different kind of watch graph (suggestion)

New Topic Post Reply

Page: 1

Author Post
Roland Bengtsson
Guest
In our server/client application I would like to log the response time from the server and all exceptions and show them in the graph. We found that there is a connection. The servers response time increase after an exception

For now I watch the response time with siMain.WatchDouble('PERF', vTimeInSeconds);

But I think it would be visual better graph to have one vertical line for each value in this case. Now it connect the values horizontally that works fine in other cases.
The same for graph exceptions, one vertical line for each exception to see how they are related to the response times.

I could of course simulate this now with
siMain.WatchInteger('PERF', 0);
siMain.WatchDouble('PERF', vTimeInSeconds);
siMain.WatchInteger('PERF', 0);

for each value. But this generate more values in the graph.
Administrator
Registered: Sep 2007
Posts: 134
Hello Roland,

Nice idea, thanks, I added it to our feature request list.
Roland Bengtsson
Guest
One more thing about the watch graph. When click on a graph value it could scroll and mark the corresponding time (or closest time) in the main logview. This way it would be easy to view what happened before an exception for example in the graph.

Regards
Administrator
Registered: Sep 2007
Posts: 134
Thanks for the suggestion, Roland. This feature is already on our list. I'm quite sure that we will add it in a future version.
Roland Bengtsson
Guest
It would also be nice to have an option "Fit in window" in the combobox for times in watch panel.
Administrator
Registered: Sep 2007
Posts: 134
I can certainly see how this can be useful, although I think it is not that easy to implement. I will talk to Dennis about this feature and we will see what we can do. Thanks for the idea!

New Topic Post Reply

Page: 1