2. How do I export cache statistics collected to a CSV file that can be imported into Microsoft Excel?
Set the outPutFileExt property in setup.txt to csv and the quantitativeLevelUpperBound property to 0, and then rerun the DynaCacheStatisticsParser.bat file. This action will generate a CSV file of the collected statistics that can be imported and charted in Excel.
7. What are some of the known limitations of this technology?
The cache statistic visualization is static. The technology cannot collect and visualize the statistic at the same time. It cannot show the running state of the system.
8. Does this tool work with Sun's 1.5 Java™ Virtual Machine (JVM)?
Yes, but you must add a xerces.jar in the lib directory.of the unzipped dynacache.zip. The xercesImpl.jar file can be downloaded from the Apache Web site.
10. What kind of performance overhead does the tool have?
The tool has two aspects:
Data collection: The statistics collector script that runs on the production servers can be set up to run at different intervals. Therefore, it can collect statistics every 4 hours or every 4 minutes. The degree of intrusiveness is controlled by you.
Data visualization: Remember that the visualizer is a stand-alone tool, so, from a production server point of view, it has no impact if this tool is run on a different server after the data has been collected.
The overhead of invoking JMX™ Mbean API calls is unintrusive as compared to the monitoring provided by services such as PMI or third-party JMX vendors.