aspose file tools
The moose likes Performance and the fly likes throughput vs response time Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "throughput vs response time" Watch "throughput vs response time" New topic
Author

throughput vs response time

Shubh Bhat
Ranch Hand

Joined: Sep 08, 2002
Posts: 32
Can you please explain between throughput and response time.

Thanks,
Shubh


~-<br />Doing my best this time and everytime.<br />-- Me
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24045
    
  13

Throughput is how many transactions you can complete per second.

Response time is how long it take one transaction to be processed, from start to finish.
[ July 08, 2004: Message edited by: Ernest Friedman-Hill ]

[Jess in Action][AskingGoodQuestions]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: throughput vs response time
 
Similar Threads
Tomcat performance problem with increased no of threads
HttpUrlConnection called by multiple threads
Performance Metrics with and with out Software Pipelines?
performance question
To scott and Henry