Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 02-26-2007, 06:16 AM
bxf
Newsgroup Contributor
 
Posts: n/a
Clock-time in a trace

I'm looking at a trace (CSV) file formatted by TRACERPT. This shows a
heading that includes an entry labeled "clock-time", and heads a
column of 18-digit numbers. I'm unable to figure out how to convert
this number to the actual clock time. Can anybody help, please? For
what it's worth, the trace was started 26 Feb 2007 4:25:38.625.

Thanks in advance.

Sample:

Event Name, Type, TID, Clock-Time, Kernel(ms),
User(ms), User Data
EventTrace, Header, 0x0E28, 128169375386250000,
0, 0, 4096, 65797...
HWConfig, CPU, 0x0E28, 128169375386250000,
0, 0, 2327, 2...
HWConfig, 14, 0x0E28, 128169375386250000,
0,...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 02-26-2007, 06:16 AM
  #2 (permalink)  
Old 02-27-2007, 08:01 AM
Bob I
Newsgroup Contributor
 
Posts: n/a
Re: Clock-time in a trace

hazarding a guess that the "12816937538" is the number of seconds from
"time zero". Time started about Jan 1, 1600.

bxf wrote:

> I'm looking at a trace (CSV) file formatted by TRACERPT. This shows a
> heading that includes an entry labeled "clock-time", and heads a
> column of 18-digit numbers. I'm unable to figure out how to convert
> this number to the actual clock time. Can anybody help, please? For
> what it's worth, the trace was started 26 Feb 2007 4:25:38.625.
>
> Thanks in advance.
>
> Sample:
>
> Event Name, Type, TID, Clock-Time, Kernel(ms),
> User(ms), User Data
> EventTrace, Header, 0x0E28, 128169375386250000,
> 0, 0, 4096, 65797...
> HWConfig, CPU, 0x0E28, 128169375386250000,
> 0, 0, 2327, 2...
> HWConfig, 14, 0x0E28, 128169375386250000,
> 0,...
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 02-27-2007, 10:15 AM
bxf
Newsgroup Contributor
 
Posts: n/a
Re: Clock-time in a trace

On Feb 27, 3:50 pm, Bob I <bire...******.com> wrote:
> hazarding a guess that the "12816937538" is the number of seconds from
> "time zero". Time started about Jan 1, 1600.
>
> bxfwrote:
> > I'm looking at a trace (CSV) file formatted by TRACERPT. This shows a
> > heading that includes an entry labeled "clock-time", and heads a
> > column of 18-digit numbers. I'm unable to figure out how to convert
> > this number to the actual clock time. Can anybody help, please? For
> > what it's worth, the trace was started 26 Feb 2007 4:25:38.625.

>
> > Thanks in advance.

>
> > Sample:

>
> > Event Name, Type, TID, Clock-Time, Kernel(ms),
> > User(ms), User Data
> > EventTrace, Header, 0x0E28, 128169375386250000,
> > 0, 0, 4096, 65797...
> > HWConfig, CPU, 0x0E28, 128169375386250000,
> > 0, 0, 2327, 2...
> > HWConfig, 14, 0x0E28, 128169375386250000,
> > 0,...


Yeah, I thought of something like that, except I had no awareness of
anything hat should make me focus on the year 1600. Now I just need to
convert the numbers to the actual times of day...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 02-27-2007, 10:45 AM
Bob I
Newsgroup Contributor
 
Posts: n/a
Re: Clock-time in a trace



bxf wrote:

> On Feb 27, 3:50 pm, Bob I <bire...******.com> wrote:
>
>>hazarding a guess that the "12816937538" is the number of seconds from
>>"time zero". Time started about Jan 1, 1600.
>>
>>bxfwrote:
>>
>>>I'm looking at a trace (CSV) file formatted by TRACERPT. This shows a
>>>heading that includes an entry labeled "clock-time", and heads a
>>>column of 18-digit numbers. I'm unable to figure out how to convert
>>>this number to the actual clock time. Can anybody help, please? For
>>>what it's worth, the trace was started 26 Feb 2007 4:25:38.625.

>>
>>>Thanks in advance.

>>
>>>Sample:

>>
>>>Event Name, Type, TID, Clock-Time, Kernel(ms),
>>>User(ms), User Data
>>> EventTrace, Header, 0x0E28, 128169375386250000,
>>>0, 0, 4096, 65797...
>>> HWConfig, CPU, 0x0E28, 128169375386250000,
>>>0, 0, 2327, 2...
>>> HWConfig, 14, 0x0E28, 128169375386250000,
>>>0,...

>
>
> Yeah, I thought of something like that, except I had no awareness of
> anything hat should make me focus on the year 1600. Now I just need to
> convert the numbers to the actual times of day...
>


Probably easiest would be to divide by 10 million to get seconds and
then subtract a set amount to make the remaining number become a serial
date/time in Excel.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 02-27-2007, 07:01 PM
bxf
Newsgroup Contributor
 
Posts: n/a
Re: Clock-time in a trace

On Feb 27, 6:37 pm, Bob I <bire...******.com> wrote:
> bxfwrote:
> > On Feb 27, 3:50 pm, Bob I <bire...******.com> wrote:

>
> >>hazarding a guess that the "12816937538" is the number of seconds from
> >>"time zero". Time started about Jan 1, 1600.

>
> >>bxfwrote:

>
> >>>I'm looking at a trace (CSV) file formatted by TRACERPT. This shows a
> >>>heading that includes an entry labeled "clock-time", and heads a
> >>>column of 18-digit numbers. I'm unable to figure out how to convert
> >>>this number to the actual clock time. Can anybody help, please? For
> >>>what it's worth, the trace was started 26 Feb 2007 4:25:38.625.

>
> >>>Thanks in advance.

>
> >>>Sample:

>
> >>>Event Name, Type, TID, Clock-Time, Kernel(ms),
> >>>User(ms), User Data
> >>> EventTrace, Header, 0x0E28, 128169375386250000,
> >>>0, 0, 4096, 65797...
> >>> HWConfig, CPU, 0x0E28, 128169375386250000,
> >>>0, 0, 2327, 2...
> >>> HWConfig, 14, 0x0E28, 128169375386250000,
> >>>0,...

>
> > Yeah, I thought of something like that, except I had no awareness of
> > anything hat should make me focus on the year 1600. Now I just need to
> > convert the numbers to the actual times of day...

>
> Probably easiest would be to divide by 10 million to get seconds and
> then subtract a set amount to make the remaining number become a serial
> date/time in Excel.


Thanks for that.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 09-11-2008, 04:54 AM
Registered User
 
Join Date: Sep 2008
Posts: 1
dayneo is on a distinguished road
Re: Clock-time in a trace

Hi there,

I see that you were dealing with a dumpfile.csv that contained the HWConfig event. I assume that the trace log was taken using the "Network TCP/IP" built in provider.

I have also created trace log and was wondering if you knew what the "User Data" fields are for the TcpIp and UdpIp events?

Any help would be appreciated...

Thanks,
DayneO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
clock loosing time Finnis Windows Vista 5 07-24-2008 03:01 PM
Internal clock set to UTC time Tieum Windows Vista 8 11-28-2007 11:40 AM
PC clock won't keep time! rajtheroge Windows XP 5 11-15-2007 01:00 PM
Clock and time question SteveB Windows Vista 0 05-22-2007 03:30 PM
Clock/Time Zone Rudd Windows XP 4 01-04-2007 06:32 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 10:24 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0