Hi raju,
If you are on WAS 8.X and you have HPEL logs enabled you can use logviewer if not you need to do an script to get your information
High Performance Extensible Logging (HPEL) www-01.ibm.com/support/knowledgecenter/S... take a view to
APPSERVER_HOME\bin\logviewer.bat/sh -help
-startDate
Specifies the earliest date or date and time for which log entries should be extracted. You may specify either just a date or a date and time. If only a date is specified, it is equivalent to specifying the time as 00:00:00:000 in your time zone. Dates should be entered in the M/d/yy format. Dates and times should be in the M/d/yy H:m:s:S z format, where H is the hour in 24 hour format, m is the minutes, s is the seconds, and S is the milliseconds, and the z is the time zone. When including the time with this option, quotes must be used as there are spaces in the date time format.
Examples:
-startDate 1/30/09
-startDate "1/30/09 4:0:0:100 CET"
-stopDate
Specifies the latest date or date and time for which log entries should be extracted. You may specify either just a date or a date and time. If only a date is specified, it is equivalent to specifying the time as 23:59:59:999 in your time zone. Dates should be entered in the M/d/yy format. Dates and times should be in the M/d/yy H:m:s:S z format, where H is the hour in 24 hour format, m is the minutes, s is the seconds, and S is the milliseconds, and the z is the time zone. When including the time with this option, quotes must be used as there are spaces in the date time format.
Examples:
-stopDate 5/28/09
-stopDate "5/28/09 14:32:9:100 CEST"
logViewer.bat -startDate "4/27/10 1:30:0:0 CEST" -stopDate "4/27/10 1:35:0:0 CEST"
Hope this helps. Tell us if you need more support.
Regards