• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

about profiling

 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have told to check for the perfomance of the current web site than i got link to profiling can anybody guide me through?
[ October 02, 2007: Message edited by: subodh gupta ]
 
Ranch Hand
Posts: 862
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
see this link for more info about profiling, monitoring and performance.

https://coderanch.com/t/87149/Tomcat/Performance-testing
 
subodh gupta
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks steve souza,

I have gone through the link it was very good but profiling is realted to server so why we need a add on isnt tomcat provide this feature?
 
subodh gupta
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mr. Steve you have build the JAMon great job

I have added the jar's and war were i was required to and i am using the apacpe-tomcat-5.5.23 and i have added the following entry in server.xml



The summary shown is not of my project but of some other project can you help me adding my project in it.


LabelHits Avg Total StdDev LastValue Min Max Active AvgActive MaxActive FirstAccess LastAccess Enabled Primary HasListeners

com.fdsapi.FormattedDataSet.getFormattedDataSet(all), ms. 63 1 63 4 0 0 16 0 1 1 10/5/07 2:29:02 PM 10/5/07 2:52:49 PM true false false
com.fdsapi.ResultSetUtils.collectionToObjectArray(), ms. 60 0 0 0 0 0 0 0 1 1 10/5/07 2:29:22 PM 10/5/07 2:52:49 PM true false false
com.fdsapi.arrays.ArrayComparator.sort(Object[][]), ms. 20 0 0 0 0 0 0 0 1 1 10/5/07 2:29:22 PM 10/5/07 2:52:49 PM true false false
com.fdsapi.arrays.ArrayConverter.convert(Object[][]), ms. 8 2 16 6 16 0 16 0 1 1 10/5/07 2:35:53 PM 10/5/07 2:52:49 PM true false false
com.fdsapi.arrays.ArrayFilter.filter(Object[][]), ms. 16 0 0 0 0 0 0 0 1 1 10/5/07 2:29:22 PM 10/5/07 2:52:49 PM true false false
com.fdsapi.arrays.ArraySQL.buildObject(), ms. 16 1 16 4 0 0 16 0 1 1 10/5/07 2:29:22 PM 10/5/07 2:52:49 PM true false false
com.fdsapi.arrays.ArraySQL.convert(Object[][]), ms. 4 0 0 0 0 0 0 0 1 1 10/5/07 2:35:53 PM 10/5/07 2:52:49 PM true false false
com.fdsapi.arrays.ArraySQL.execute(Object[][]), ms. 18 1 16 4 0 0 16 0 1 1 10/5/07 2:29:22 PM 10/5/07 2:52:49 PM true false false
com.jamonapi.Exceptions, Exception 1 1 1 0 1 1 1 0 0 0 10/5/07 2:52:24 PM 10/5/07 2:52:24 PM true false false
com.jamontomcat.http.JAMonTomcat5Valve.ServletException, Exception 1 1 1 0 1 1 1 0 0 0 10/5/07 2:52:24 PM 10/5/07 2:52:24 PM true false false


This is the ouptut and this is not my package hirarchy.

if i put <Valve className="com.jamontomcat.JAMonTomcat55Valve"/> in the server.xml server doesn't comes up.



Thanks in advance.
 
So you made a portal in time and started grabbing people. This tiny ad thinks that's rude:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic