Hi Guys, I am looking for pure client side metrics for my Java...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

Surya Kosuri

Guest
Hi Guys, I am looking for pure client side metrics for my Java application having JavaScript , css --etc. Example: Login scenario flow of application in steps Clicks on the login button on Browser --client side metric Initial validation(Client code validates username and password ) --client side metric client submits request to server to login --client side metric server checks the username and password --server side metric server checks database with stored username --server side metric It creates session for that user --server side metric It responds with home page html ,which is index.html --server side metric Browser loads index.html page --client side metric Browser loads all Java script files present in index.html page --client side metric Browser loads all CSS files present in index.html page --client side metric Browser loads all images present in index.html page --client side metric Browser evaluates all JavaScript and css present in the JavaScript and css files --client side metric Browser renders index.html --client side metric I want a client side metrics capturing tool and client side profiling tool, it may be licensed or freeware fine but which will give all my client side metrics. Please suggest me , Thanks in advance.
 
Fiddler, yslow, httpfox, firebug - you can use this tools.