The moose likes Java in General and the fly likes Need a simple Java application to collect performance metrics Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Need a simple Java application to collect performance metrics" Watch "Need a simple Java application to collect performance metrics" New topic
Author

Need a simple Java application to collect performance metrics

Pawan Komaram
Ranch Hand

Joined: Dec 08, 2009
Posts: 91
I want to develop a simple java application, which should collect permance metrics of a server(OS level) and deployed java application and write this information into a log file...........it should be a multi threaded application so that it ca n collect multilple metrics simultaneously.
Any ideas???


Thanks in advance
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8441

Your question has nothing to do with JNLP.
Please read CarefullyChooseOneForum

Moving this thread to an appropriate forum


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Wouter Oet
Saloon Keeper

Joined: Oct 25, 2008
Posts: 2700

Pawan Komaram wrote:Any ideas???

Yes I have some. But why don't you tell us yours so that we can comment on those.


"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
K Abhijit
Ranch Hand

Joined: Mar 03, 2008
Posts: 88
please have a look @ http://www.ibm.com/developerworks/java/library/j-jip/


“The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'.”
Obi Ezechukwu
Greenhorn

Joined: Oct 05, 2010
Posts: 1
Epsilon is a performance monitoring library from obix-labs. In addition to monitoring performance, it also stores historical metrics.

Have a look at: http://www.obix-labs.com/display/jsp/technology/epsilon.jsp
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Need a simple Java application to collect performance metrics
 
Similar Threads
Number of code lines per day
Web application response time calculation.
Need a simple Java application to collect performance metrics
Junit Vs Winrunner
How to use request metrics to find the component which is taking much time in transction processing