Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.9
-
Fix Version/s: 0.9.12
-
Component/s: None
-
Labels:None
-
Environment:HideFedora Core 10 64-bit OS, JDK 1.6.0_12-b04 (64-bit and 32-bit), JDK 1.5.0_17-b04 (32-bit) on a Dell Precision T3400 Core 2 Quad;
Fedora Core 8 32-bit OS (guest) running in a VMWare Server virtual machine, JDK 1.5.0_17, on a Dell Precision M65 laptop (Windows XP host)ShowFedora Core 10 64-bit OS, JDK 1.6.0_12-b04 (64-bit and 32-bit), JDK 1.5.0_17-b04 (32-bit) on a Dell Precision T3400 Core 2 Quad; Fedora Core 8 32-bit OS (guest) running in a VMWare Server virtual machine, JDK 1.5.0_17, on a Dell Precision M65 laptop (Windows XP host)
-
Number of attachments :
Description
I followed the example in the 'Using Spring AOP to Integrate Timing Aspects' section of the Developer's Guide. I created a log4j.xml file from the 'Writing Graphs with the GraphingStatisticsAppender' section, and set the tag names to 'nextPrime'.
When I run the example on my Quad Core Dell desktop under Fedora Core 10, the 'perfGraphs.log' file is empty.
However, when I run the exact same code on my laptop under Fedora Core 8 in a virtual machine, the 'perfGraphs.log' file contains reasonable looking graph data.
I tried various 'TimeSlice' values in log4j.xml, but the 'perfGraphs.log' file is still empty on the faster machine. I also tried different JDK versions, but still empty.
Any ideas?
Thanks!
I have results from running the example test on another machine:
Red Hat EL 5, Dell Precision T3400 Quad Core, JDK 1.6.0_12 (64-bit) – No output to perfGraphs.log
Windows XP virtual machine (VMWare Player on the Red Hat box), JDK 1.6.0_12 (32-bit) – No output to perfGraphs.log