Luis-Miguel Alventosa's Blog

All | Personal | Sun
Main | Next page »
20080414 Monday April 14, 2008

VisualVM Beta 2 released

VisualVM Beta 2 has been released.

What's new?

Mainly API stabilization, lots of minor improvements and bug fixes.

Visit https://visualvm.dev.java.net for download or to get more information.

Use feedback at visualvm.dev.java.net mailing list to send us your feedback.

Have fun!

Posted by lmalvent ( Apr 14 2008, 04:49:01 PM CEST ) Permalink Comments [0]

20080311 Tuesday March 11, 2008

VisualVM Beta 1 released

VisualVM Beta 1 has been released.

What's new on JMX side?

What's new on Profiler side?

New cool stuff!

Visit https://visualvm.dev.java.net for download or to get more information.

Use feedback at visualvm.dev.java.net mailing list to send us your feedback.

Have fun!

Posted by lmalvent ( Mar 11 2008, 03:05:37 AM CET ) Permalink Comments [1]

20080219 Tuesday February 19, 2008

VisualVM Milestone 3 released

VisualVM Milestone 3 has just been released with some more fixes and UI improvements.

You can download it from the VisualVM project website as usual.

What's new?

Visit https://visualvm.dev.java.net for download or to get more information.

Use feedback at visualvm.dev.java.net mailing list to send us your feedback.

Have fun!

Posted by lmalvent ( Feb 19 2008, 03:43:31 PM CET ) Permalink Comments [0]

20080124 Thursday January 24, 2008

JConsole plugin for VisualVM Milestone 1

This is an experimental plugin for VisualVM Milestone 1 that allows to add the custom JConsole plugins for both local and remote Java applications into the VisualVM tool.

[Read More] Posted by lmalvent ( Jan 24 2008, 12:27:20 AM CET ) Permalink Comments [6]

20080115 Tuesday January 15, 2008

VisualVM Milestone 1 released

The VisualVM Milestone 1 has just been released.

Major changes in this release:

If you want to play with the new bits just download it from the project's java.net website and send us feedback.

Posted by lmalvent ( Jan 15 2008, 02:56:57 PM CET ) Permalink Comments [2]

20071125 Sunday November 25, 2007

JConsole plugin for VisualVM Preview 2

This is an experimental plugin for VisualVM Preview 2 that allows to add the JConsole tool functionality into the VisualVM tool. This new VisualVM plugin provides support for JConsole core tabs as well as custom JConsole plugins for both local and remote Java applications.

[Read More] Posted by lmalvent ( Nov 25 2007, 01:51:00 AM CET ) Permalink Comments [2]

20071119 Monday November 19, 2007

MBean Browser plugin in VisualVM Preview 2 The VisualVM Preview 2 Plugins Center provides an MBean Browser plugin that adds the JConsole's MBeans tab functionality to the VisualVM tool. [Read More] Posted by lmalvent ( Nov 19 2007, 10:46:59 PM CET ) Permalink Comments [2]

20071018 Thursday October 18, 2007

VisualVM: The new all-in-one troubleshooting tool for the Java platform

At JavaOne this year we showed a first prototype of a new all-in-one troubleshooting tool for the Java platform named VisualVM.

We promised that we would make it public as soon as we could and the time has come.

Go to the VisualVM project on java.net, download the new tool, give it a try and send us feedback.

Have fun!

Posted by lmalvent ( Oct 18 2007, 10:36:07 AM CEST ) Permalink Comments [4]

20070709 Monday July 09, 2007

JConsole local process list on Windows systems

Several times in the JMX and M&M SDN forums I have seen developers post questions like What should I see in the connection dialog's local process list in JConsole when running on Windows platforms?. There are several answers to this question depending on how both JConsole and the target Java application have been deployed, and more precisely, how the TMP and/or TEMP environment variables have been set in the command shell before launching them.

[Read More] Posted by lmalvent ( Jul 09 2007, 09:07:33 PM CEST ) Permalink Comments [5]

20070626 Tuesday June 26, 2007

TheServerSide Java Symposium Europe

Eager to learn more about the monitoring and management features of the Java SE 6 Platform?

If yes, I'm going to give a talk about the JMX, JConsole and M&M technologies and the different serviceability tools available in the Java SE 6 Platform at TheServerSide Java Symposium Europe in Barcelone on June 28, 2007.

For more detailed info about my talk have a look at the TSSJS Europe website.

I look forward to seeing you all there!

Posted by lmalvent ( Jun 26 2007, 06:26:58 PM CEST ) Permalink Comments [0]

20070623 Saturday June 23, 2007

JavaOne 2007 Hands-On Lab 1420

Don´t be sad if you couldn´t come to JavaOne this year and attend your favorite JConsole troubleshooting hands-on lab.

The lab illustrates how JConsole can be used for troubleshooting problems in running Java applications as well as how a Java application can be monitored using JMX and AOP in a non-intrusive manner. A simple database application based on the Spring Framework, monitored by an open source JMX AOP monitoring tool called Glassbox, is used as an example. The lab provides also a custom JConsole plugin that plots some custom servlet request metrics computed from the values returned by the Glassbox MBeans.

You can now download it from the SDN website, LAB-1420.

Have fun and feel free to send us feedback for enhancements.

Posted by lmalvent ( Jun 23 2007, 03:16:34 AM CEST ) Permalink Comments [2]

20070621 Thursday June 21, 2007

Enhanced JTop JConsole Plugin

Peter Doornbosch has written an enhanced JTop plugin for JConsole.

If you want to know more about the new features it incorporates and play with it go to:

http://blog.luminis.nl/luminis/entry/top_threads_plugin_for_jconsole

Posted by lmalvent ( Jun 21 2007, 05:36:36 PM CEST ) Permalink Comments [0]

20070202 Friday February 02, 2007

Per-thread CPU Usage JConsole Plugin

JConsole plugin that allows to plot the CPU usage of a set of threads running in a remote VM. It could be seen as an add-on to the existing JTop JConsole plugin in Java SE 6 (<JDK6_HOME>/demo/management/JTop). The aim of this plugin is to show how easy it is to add a custom UI to JConsole based on the Java SE platform instrumentation MXBeans in conjunction with the JFreeChart chart library.

[Read More] Posted by lmalvent ( Feb 02 2007, 04:43:11 PM CET ) Permalink Comments [4]

20061117 Friday November 17, 2006

Securing the out-of-the-box management agent with an SSL/TLS-based RMI Registry

The aim of this post is to comment and shed some light on the security warning message that appears in the J2SE 5.0 Monitoring and Management Guide concerning the use of an insecure RMI registry by the out-of-the-box management agent.

[Read More] Posted by lmalvent ( Nov 17 2006, 05:25:50 PM CET ) Permalink Comments [2]

20060925 Monday September 25, 2006

Authentication and Authorization in JMX RMI connectors

The aim of this blog entry is to explain to you all the possible ways of configuring the JMX RMI connectors to perform authentication and authorization by walking through the following use cases.

[Read More] Posted by lmalvent ( Sep 25 2006, 11:38:32 AM CEST ) Permalink Comments [13]

Calendar

RSS Feeds

Search

Links

Planet JMX

Navigation

Referers