cancel
Showing results for 
Search instead for 
Did you mean: 

XI Perfomance Header Interpretation

Former Member
0 Kudos

Hi,

how would you interpret the data contained in the performance header:

- <SAP:RunTimeItem>

<SAP:Name type="CORE">INTEGRATION_ENGINE</SAP:Name>

<SAP:Timestamp type="begin" host="si00064">20060113140014.119479</SAP:Timestamp>

</SAP:RunTimeItem>

- <SAP:RunTimeItem>

<SAP:Name type="CORE">INTEGRATION_ENGINE</SAP:Name>

<SAP:Timestamp type="end" host="si00064">20060113140014.124362</SAP:Timestamp>

</SAP:RunTimeItem>

"20060113140014.119479" -> The information before the dot seems to be a timestamp. What about the figure behind the dot. These aren't ms!?

Kind regards,

Heiko

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Heiko,

Its the milli seconds interpretation.

Cheers

JK

Former Member
0 Kudos

Hi Jayakrishnan,

but a second contains 1000 millisekonds. The figure here contains more than 3 digits. How do I have to interpret this?

Cheers,

Heiko

Former Member
0 Kudos

Hi,

Its a 6 digit milli second format which is an internal format:

Example:

'YYYYMMDDHHMMSS:MMMMMM'

'20050123143008:456234'

Refer: http://help.sap.com/saphelp_nw04s/helpdata/en/03/50880e83c411d4bb3a00508b5d5211/frameset.htm

Hope this solves your issue.

Regards,

Anirban.

Former Member
0 Kudos

Ah, ok, the documentation says that the 6 digits at the end are microseconds not milliseconds. This explains it

Thank you,

Heiko

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Time stramp format is YYYYMMDDHHMMSS (Date & Time).So

2006 01 13 -- >date

14 00 14 --> time in HH MM SS.

So the figure after the dot is not time stramp i guess.

The figure before dot is time stramp.

Regards,

Anirban.