cancel
Showing results for 
Search instead for 
Did you mean: 

Way to measure amount of data travelling between the browser and the Server

Former Member
0 Kudos

Hi,

I have developed a Webdynpro application which also makes RFC calls to the R/3.

However, since i am facing some network speed problems, i would like to know the size and rate of the packet transfer between the UI (Web browser from where the end-user uses my application), and the WAS, from whre my application is running.

Is there any way i can find out the size and rate of the packets, and also, when & what actions require a exhange of data from the UI to the WAS?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

See <a href="/people/bertram.ganz/blog/2006/11/21/analyzing-web-dynpro-java-application-performance-with-a-simple-url-parameter blog.

Also for a more detailed analysis you should take a look at the JARM monitoring in the Visual Administrator and also the HttpWatch application.

Regards,

Satyajit.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you are using Mozilla Browser , you can make use of open source add on http://www.getfirebug.com/.

It has a section to monitor network activity for browser requests.

Regards

Bharathwaj