cancel
Showing results for 
Search instead for 
Did you mean: 

Calculating the time taken by URL

Former Member
0 Kudos

Hello,

Could any one please let me know if the below requirement is feasible? If so how?

I want to calculate the time taken for a URL.I will be passing the URL as the input and I need the time taken for it to execute from the local client/desktop level.

For eg: If i pass sdn.sap.com in the input, the webdynpro should calculate how much time it will take in my machine.

Let me know if you need more information.

Thanks in advance.

Praveen Pittala.

Accepted Solutions (0)

Answers (3)

Answers (3)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Praveen,

You can use HTTP watch to analyse the request response time of a url/roundtrip. this is a manual process in the sense user intervention is required to launch url. I'm not sure whether they provide some kind of APi for the same. check below link might help you.

[http://blog.httpwatch.com/2008/07/23/automating-httpwatch-with-visual-basic/]

BR,

Saravanan

Former Member
0 Kudos

Hi Praveen,

Please check this.. it might helps..

Cheers,

Kris.

former_member199125
Active Contributor
0 Kudos

Hi praveen,

I dont think there is no such tool available for us,

but using runtime analysis, u can check the how much time it took to execute the application.

Regards

srinivas

Former Member
0 Kudos

Hello Srinivas and Kris,

Thanks a lot for your reply.

But my requirement is to calculate the time taken by URL(which will be given as input) in local machine.

The idea behind this is to calculate the time taken by any URL before user actually executes the URL.

Let me know if this is feasible using Web Dynpro.

Thanks in advance.

Regards,

Praveen Pittala.