Hey Namaskara~Nalama~Guten Tag
Number of solutions i think: 1. Log the server code to record times 2. Study the log files with the help of log analyzers 3. Try virtualization on the same server. 4. You can also try connecting the client and the server by a simple network wire. Deepak Deepak -- Keigu Deepak +91-9765089593 [email protected] http://www.simtree.net Skype: thumsupdeicool Google talk: deicool Blog: http://loveandfearless.wordpress.com Facebook: http://www.facebook.com/deicool "Contribute to the world, environment and more : http://www.gridrepublic.org " On Wed, Nov 24, 2010 at 2:45 AM, Milamber <[email protected]> wrote: > > With JMeter and the HTTP Samplers (normal and HTTPClient), the latency > is the time (in ms) for receive the first 8192 bytes. If response is > less 8192 bytes, latency is the time for entire response. > > Pure processing time must be getting directly from Webservices, for > example with a log (example: in Java/J2EE with log4j with NDC behavior). > > You can get a transmission time (seconds or microseconds) from Apache > Httpd, Tomcat/Jboss, WebSphere, etc. with custom pattern of access logs. > This transmission time include the processing time (for backend) + > network time for response without last packet (tcp). > > Milamber > > Le 23/11/2010 10:52, sebb a ecrit : > > On 23 November 2010 10:33, Albrecht Weiser <[email protected]> wrote: > > > >> Hi Jmeter users, > >> i have created a Jmeter test scenario. I'm testing several Webservices > >> there. I want to get the PURE PROCESSING TIME of the services itself > >> (without network losses, etc.). Jmeter offers two times to get with the > >> listeners: > >> 1. Time needed (I think it's overall time) - t > >> 2. Latency time (?) - lt > >> If googleing, the statements to latency time are very general. From my > point > >> of view, i need the latency time, if the processing time of a service is > >> ment. > >> Can anyone verify my assumption? > >> > > http://jakarta.apache.org/jmeter/usermanual/glossary.html#Latency > > > > > >> Bye > >> Albrecht > >> > >> -- > >> Albrecht Weiser > >> mailto:aweiser AT gmx.de > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > >> > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

