No (very little).
The JMX <http://en.wikipedia.org/wiki/Java_Management_Extensions> access is
very optimized and consumes very little resource.
Is negligible in most cases.
This is not the JConsole causing overhead but rather the amount of data that
you Monitor.
JConsole is the old, rather uses
VisualVM<http://java.sun.com/javase/6/docs/technotes/guides/visualvm/index.html>

use this tools via remote access ( jstatd
)<http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jstatd.html>
Graphical interface cause overhead but not the remote access.

Sorry for my bad english ^^

2010/6/29 Kaushal Shriyan <kaushalshri...@gmail.com>

> Hi,
>
> Does jconsole
> http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html cause
> additional overheads on a server?
>
> Thanks,
>
> Kaushal
  • jconsole Kaushal Shriyan
    • Re: jconsole Sébastien MORATINOS

Reply via email to