File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes timestamp in GC logs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "timestamp in GC logs" Watch "timestamp in GC logs" New topic
Author

timestamp in GC logs

Frank Piet
Greenhorn

Joined: Feb 21, 2003
Posts: 2
Does anyone know how to get a timestamp in a GC log? I need to synch GC activity with activity logged by vmstat.
Thanks,
Frank
Ardaman Chauhan
Greenhorn

Joined: Feb 21, 2002
Posts: 1
For java1.4 i use -XX:+PrintGCTimeStamps
Frank Piet
Greenhorn

Joined: Feb 21, 2003
Posts: 2
Originally posted by Frank Piet:
Does anyone know how to get a timestamp in a GC log? I need to synch GC activity with activity logged by vmstat.
Thanks,
Frank

Is there a Java 1.3 equivalent?
thanks,
Frank
 
 
subject: timestamp in GC logs
 
Threads others viewed
Date Mapping
How do I convert a Timestamp to a Calendar?
Question on Gregorian Calendar
Track User Activity
Controlling Session Timeout in JSP
IntelliJ Java IDE