aspose file tools
The moose likes Performance and the fly likes performance comparison to older online legacy system Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "performance comparison to older online legacy system" Watch "performance comparison to older online legacy system" New topic
Author

performance comparison to older online legacy system

randy wilson
Greenhorn

Joined: Dec 04, 2002
Posts: 4
We are converting (re-architecting) an old UNIX based COBOL on-line system (VSAM files) to be web based J2EE database and need a proven way to measure response time. Any suggestions out there?
Wouter Zelle
Ranch Hand

Joined: Apr 12, 2002
Posts: 30
Do you want to have a set of performance metrics that you can update whenever you make changes or do you want to run one-off tests? The most interesting approach might be to combine Unit tests with performance measuring. This allows you to have rigorous regression tests for both functionality and performance.
You can time Unit tests using JUnitPerf:
http://www.clarkware.com/software/JUnitPerf.html
There are various approaches to testing EJB, you can find Unit testing tools here:
http://www.junit.org/news/extension/j2ee/index.htm
[ April 29, 2003: Message edited by: Wouter Zelle ]
Stepan Samarin
Greenhorn

Joined: Jan 16, 2003
Posts: 9
Try some load testing tools, for example RadView's WebLOAD or Grinder to name a few. Appropriate search would give you some results May be this link would help you...
http://www.theserverside.com/home/thread.jsp?thread_id=18682&article_count=14
 
 
subject: performance comparison to older online legacy system
 
Threads others viewed
How to find the system requirement
Generating dynamic log file with dynamic file name
Marcus Green's exam #1 q19 - Threads
What is meant by java-based-operating system?
advanced technology than RMI for developing Distributed applications?
developer file tools