Steve Souza

Show:

What's happening?

  • Followup: RE: ClassNotFoundException - MonitorFactory.class

    That is all it should take.

    2009-11-11 21:35:04 UTC in JAMon API

  • Followup: RE: jamonadmin.jsp - Qeustion about Total values

    I'm not sure. I would think this would be obvious from the numbers though. Also, you may be able to look at the 'active' numbers and tell. Instead of monitoring the connection directly have you tried to use the jamon jdbc proxy driver? Also, I would not expect monitoring one connection to keep jamon stats for both weblogic.jdbc.wrapper.PreparedStatement, and...

    2009-10-15 15:12:27 UTC in JAMon API

  • Thanks for your work

    Thanks for creating proguard. It has come in very handy for a project I am currently working on. Steve - http://www.jamonapi.com.

    2009-08-29 08:31:06 UTC in ProGuard Java Optimizer and Obfuscator

  • Followup: RE: jamon and OAS/AIX

    I'm guessing the oracle sever you reference is a java app server. If so, you should follow the general steps of getting the jamon servlet filter to work. 1) install the jamon jar at the server level (it must be shared between your app and the jamon.war which will display the data) 2) install jamon.war in your server 3) put the jamon servlet filter xml in your web.xml file.

    2009-08-21 17:42:52 UTC in JAMon API

  • Followup: RE: handling monitor

    The jsp selection of "AllMonitors" returns all monitors. I believe the units will be the last part of the label string. If you want to exclude any time from the batch add up any times that you want to include and don't add the ones you want to exclude ,and do something like this, assuming you have tracked the time of 3 other items. MonitorFactory.add("totaltime"...

    2009-07-22 12:58:47 UTC in JAMon API

  • Followup: RE: handling monitor

    <<(Q1) i am unable to get and reset the monitors which doesn't have units>> The jamonadmin.jsp allows you to get all monitors. If you have a web application have you tried to see if your non 'ms.' monitors show up here? If so, then the code to get them out is in the jsp. <<(Q2) my looping time affects the overall batch process(a seperate monitor for overall process).>.

    2009-07-21 13:33:28 UTC in JAMon API

  • Followup: RE: handling monitor

    <<i am able to reset all the monitors except "MonProxy-SQL-PreparedStatement Reuse, count" as it doent end with unit [, ms.] Why this label is diferent and how to get and reset this particular monitor?>> "ms." means milliseconds and that the entity being measured has time as units. PreparedStatement Reuse isn't measuring time, but how many times a...

    2009-07-20 14:37:10 UTC in JAMon API

  • Followup: RE: handling monitor

    <<Q1: How to get the latest started monitor from the MonitorFactory? i dont want to use getData() and checking the timestamp by looping thru.>> There is currently no way to do this. However, you could pretty easily come up with your own class that then calls jamon and it tracks this information. Alternatively you could use arraysql to return the getData() results in sorted order...

    2009-07-10 12:57:40 UTC in JAMon API

  • Followup: RE: Newbie - SQL Detail doesn't show me anything

    A couple points. 1) You probably have 2 jamon jars in your path. Your connection is writing to one of them and jamon.war is displaying another. If there is one in the jamon.war directory remove it. If jamon is working you should see stats on the jamon admin screen without doing anything with the sql details page. By far this is the most common problem people have with jamon. 2...

    2009-06-29 20:34:13 UTC in JAMon API

About Me

  • 2003-07-22 (6 years ago)
  • 828052
  • stevesouza (My Site)
  • Steve Souza

Send me a message