cancel
Showing results for 
Search instead for 
Did you mean: 

Question regarding Server Stats

Former Member
0 Kudos

Hi.

I have a question regarding System stats log. In there, I can find something like....

ServerStats[serverName=AppServer,numberHits=315,rowsReturned=461,timeToRun=1237

The TimeToRun is this the processor time and is it in seconds or ??

BR

Poul.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jeremy.

Thanks for this. I have seen the link, you are refering to. But I have some performance issues on an xMII 11.5 server.

What are your experience regarding performance on version 11.5 vs 12?

It is espacially when loading the applets and not refreshing it. (Not problems regarding query and displayheadings, been there done that....)

BR.

Poul.

jcgood25
Active Contributor
0 Kudos

11.5 vs. 12 performance is a bit tough to answer without context or a valid example.

As far as your current performance issues, it sounds like you may have a bit of over JavaScript involved? Body onload? Applet dependencies?

Regards,

Jeremy

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi.

We found the problem within the standard stylesheet InterpolatedValues.xsl. We where using it very often with large amount of data and it turned out to be time consuming in our case.

We have made a new version with execution time of 20 times faster than the original one.

BR.

Poul.

jcgood25
Active Contributor
0 Kudos

http://help.sap.com/saphelp_xmii115/helpdata/en/System_Management/System_Statistics_Log.htm

Based upon the example shown in the help, it is quite unlikely that it took over 2 minutes to return one query with 60 rows, so the units would be milliseconds.

Regards,

Jeremy