Paul,

I have a question for you regarding JMX on Tomcat.

While I realize that you have this disabled for Tomcat, I am able to use
Jconsole and
run Jstack via java 1.6 independently of RED5.

Since I am not that familiar with running Jconsole, and knowing what to look
for, do you
have any recommendation of what to look for or actually add to Jconsole that
would give the same results
as someone running the JMX feature under Jetty?

I notice that Jconsole gives a plethora of information.

I just wanted to make sure that I am looking for the right thing regarding
MINA, since I will
have the mina-integration-jmx-1.1.2.jar in my lib.
Any suggestions would be appreciated.

Thanks,

Lenny





On 8/14/07, Mondain <[EMAIL PROTECTED]> wrote:
>
> I have added more JMX goodness to the server in the Mina area, the
> following is a quick breakdown of the available data:
>
> * ManagedSessionCount : the number of sessions currently managed by this
> IoService
>
> * Average value for the managed IoService sessions :
>           o AverageByteReadThroughput : average byte reading per seconds
> for the managed sessions
>           o AverageByteWrittenThroughput : average byte writing throughput
> per seconds
>           o AverageMessageReadThroughput : average message decoded per
> seconds (only if you use a FilterCodec)
>           o AverageMessageWrittenThroughput : average message encoded per
> seconds (only if you use a FilterCodec)
>
> * The total throughput of this IoService sessions :
>           o TotalByteReadThroughput : total byte reading per seconds for
> the managed sessions
>           o TotalByteWrittenThroughput : total byte writting per seconds
> for the managed sessions
>           o TotalMessageReadThroughput : total message decoded per seconds
> (only if you use a FilterCodec)
>           o TotalMessageWrittenThoughput : total message encoded per
> seconds (only if you use a FilterCodec)
>
> More info here: http://mina.apache.org/jmx-integration.html
>
> IMPORTANT
> To build and run with the new functionality you must do an Ivy
> refresh/resolve to get the new libraries; specifically you want to see this
> one: mina-integration-jmx-1.1.2.jar
>
> Enjoy..
> Paul
>
> --
> It is difficult to free fools from the chains they revere. - Voltaire
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to