cancel
Showing results for 
Search instead for 
Did you mean: 

Tool for timestamp in logs and traces

0 Kudos

Hi,

Last year I saw an utility for converting timestamps in logs and traces into human readable format.

It was a resident program in the tray bar, with a green icon with letter "H" in it, activated by Ctrl+F9.

Does anyone have a link to download this tool?

10x in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Meanwhile, I found a better sollution, in WebAS itself.

It's called lv.bat (for Win, otherwise lv.sh), and it stays in \usr\sap\...\j2ee\admin\logviewer-standalone\

It has two great options:

>lv.bat sourceFile -o outputFile

converts milliseconds into human readable format and stores it into output file

>lv.bat sourceFile -t

similar to tail -f command in linux, or tomcat console

I did some associations in winddows context menu, so now I can read or watch log files with one single click.

really great utility!