I already have written an excel macro that produces the spreadsheet shown below.
Right now, the input to this macro is coming from a .txt file created by a utility for measuring disk temperatures every few minutes ("hdd thermometer" from
http://www.rsdsoft.com/)
For some reason that .txt file does not always get timely updates, so I am looking for alternative sources of time logs that I could use instead.
I am thinking of writing my own program that appends a date/time entry to a text file, then schedule it to run every 10 minutes.
But, I am wondering if anybody knows of an existing source of timestamped log data that I can get into excel.
For instance, does anybody know how to read the contents of the windows event logs into an excel worksheet?
Or maybe somebody knows another source for similar time logs? I don't care much if the time logged is "user logged on" or simply "computer turned on", but I have slight preference for "user logged on".
Here is what my spreadsheet currently generates:
8/28/2008 15:21 OFF AT --------------Thursday 08/28/08 03:21:15 PM
8/28/2008 16:19 ON AT ---------------Thursday 08/28/08 04:19:56 PM (00:58:41 later.)
8/28/2008 16:20 on
8/28/2008 16:49 on <5 preceeding "on" records were deleted because they are boring (their gaps were less than 10 minute long)>
8/28/2008 16:56 on
8/28/2008 16:57 OFF AT --------------Thursday 08/28/08 04:57:15 PM
8/28/2008 17:38 ON AT ---------------Thursday 08/28/08 05:38:55 PM (00:41:40 later.)
8/28/2008 17:43 on
8/28/2008 17:58 on <3 preceeding "on" records were deleted because they are boring (their gaps were less than 10 minutes long)>
Start Free Trial