1

In the logs from Sophos there is a Parameter called fullreqtime. In my case:

fullreqtime="256266588"

How do I convert the number to a time or Duration, what is this value?

kenorb
  • 26,615

1 Answers1

0

The fullreqtime is the complete time used for the URL call. The times are defined in microseconds.

Source: Enhanced Log entries for WebFilter Log

To convert them into hours, you can use Wolfram Alpha engine by typing:

It'll give you the result of 4 minutes and 16.27 seconds.

kenorb
  • 26,615