Monday, January 21, 2008

CiscoWorks HUM 1.0 announcement from Cisco.com - Hurray !

Yup, finally I saw the announcement about HUM 1.0 release (Health and Utilization Monitor) on Cisco.com web site. I am very happy to see this, and proud to be part of the development team at HCL, Cisco ODC.

Read more about it here :

http://www.cisco.com/en/US/products/ps9303/index.html

Some pictures:





What I am doing during free time ??? Learn about Instrumentation in Java :-)

Better late than never !!! Finally I got chance to learn and experiment with instrumentation in Java. Started discussing with friends on this topic and got some good information:

Instrumentation....JMX and SNMP are the two methods commonly used.Here is a good comparision (http://blogs.sun.com/jmxetc/entry/jmx_vs_snmp)]
and there's a neat and good stuff to try out one area of instrumentation - profiling using netbean's profiler.
( make sure u do run this in a hig-end machine, as it eats quite some memory)
Netbeans site also has a good write-up on using JMX: http://www.netbeans.org/kb/articles/jmx-tutorial.html
I found this article on Profiling quite good:
http://www.research.ibm.com/journal/sj/391/viswanathan.html


I will add more stuff on this, as I work on this.