Software Metric Tools (RSM Alternatives)
For the Software Engineering Tools & Metrics of Curtin University IT degree program has a assignment to find a bottle necks of a Free Open Source Java Project and submit a report with the solutions and various kind of metrics. We have been given a Image Cafe software developed by our University, in a case that we couldn't find a suitable project. ;-) Anyway most of us use the given program as our test program. We are using java -prof command and analize data to find any bottlenecks and solve them.
One of the major problems we face is, we have been instructed to use RSM (Resource Standard Software) which is a commercial tool to collect metrics.
RSM Home Page
RSM Documentation
RSM Demo
Demo is available for both *nix and Windows platforms but it has a restriction. That is it can be only used with project with maximum of 10 source files. Image Cafe has more than 10 source files. :-(
So I found some Free Open Source Java Metric Tools.
First of all I must say I still didn't try any of them, just downloaded and don't even know if they are working or usable or are they really comparable with RSM.
But I think it is good have something than nothing. ;-)
CyVis - Software Complexity Visualiser (No need for source files can work with compiled files)
NetBeans Profiler - This is special purposes it uses java -prof function and visualize data, so need to copy prof output to OpenOffice.org calc or any other spread sheet program and format them. To be used with NetBeans IDE.
I will put up some comments after using them. Good Luck! ;-)










