Hi Shawn,
Thank you very much for the response.
Actually what i needed was a navigation timing library so us to get some
times i need.
The thing is that now i am searching for a way to get the javascript
variables from html to use them in the Java code.
For example i get the times i want for the UserPage by inspecting the
element with Google Chrome.
I am putting some code in the UserPage in order to get the javascript
variables i want but it keeps returning me null.
So i assume the java code executes some time before the page is
rendered, right?
Thanks again,
Damian
On 7/26/2016 4:10 PM, Shawn McKinney wrote:
On Jul 26, 2016, at 3:46 AM, Damianos Metallidis <metalidi...@gmail.com> wrote:
Has anyone ever tried to monitor fortress-web?
I am trying to monitor it with an open-source Real Time Monitoring tool called
bucky(http://github.hubspot.com/BuckyClient/) but the thing is that i cannot
configure it properly.
It's a too optimistic question but has anyone played before with such a tool in
order to get response times of the webPages?
For example i want to take the the domLoading delay of the UserPage.
Hello Damian,
I’ve never tried this but have a couple of suggestions...
Start small with a project like this:
https://github.com/shawnmckinney/wicket-sample
That is try with a simpler Apache Wicket web app before attempting to measure
the complicated fortress web. My other idea is to take this question to the
Apache Wicket user’s mailing list. There you will have a much larger pool of
users and may have better luck finding someone with experience in this area.
Not fortress web specifically but my assumption is if you can measure one
simple wicket app, you will have a better chance of measuring another (of more
complexity) like the fortress web.
I realize these are just basic suggestions but maybe they will give you an
idea...
Good luck,
Shawn