Page 1 of 1

Issues with Web Usage page

Posted: Sun Aug 18, 2013 12:54 pm
by mgpaulus
I currently have:

Number of Sites to Save: 5000
Number of Searches to Save: 300
Monitor all Hosts

Here's my problem. When looking at the page in Firefox, with the large list of sites, the screen will "refresh" every 5 seconds or so, and put me back at the middle of the list, which makes it near impossible to browse the list. When I use IE8, The list doesn't populate on the screen, so I can't browse it. And when I pull the list to Excel using Visited Sites and/or Search Requests buttons, the Date/Time column comes out as a long number, instead of being a nicely formatted date.

Would it be possible to get any one of these issues fixed so that I can browse the list of visited sites and searches in peace?

Thanks,

Mark

Re: Issues with Web Usage page

Posted: Tue Aug 20, 2013 7:01 am
by BashfulBladder
As a workaround, you can convert the time in Excel:
http://www.berezniker.com/content/pages ... excel-time

or use GNUawk (gawk) to convert the timestamps on the command line:

Code: Select all

gawk -F',' '{$1=strftime("%c",$1)}1' domains.csv