Rolling number of days

Exchange HTML report templates between users.
Post Reply
Brian
Posts: 2
Joined: Fri Jan 20, 2006 2:55 am

Rolling number of days

Post by Brian »

Does anyone know if I can run a report that will give me results (server uptime in this case) over a rolling 30 day period?

Any information would be appreciated :)

Regards,

Brian
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You may use Log Analyzer. Create script with DateFilter command like

Code: Select all

LoadFile C:\HostMonitor\logs\log.htm
DateFilter %DDMMYYYY[-30d]% %DDMMYYYY%
CreateReport "HTTP tests"
More information available at
www.ks-soft.net/hostmon.eng/la/index.htm#Scripts

Regards
Alex
Brian
Posts: 2
Joined: Fri Jan 20, 2006 2:55 am

Rolling number of days

Post by Brian »

Cool - I'll give that a go on Monday.

Thanks,

Brian
Post Reply