cancel
Showing results for 
Search instead for 
Did you mean: 

how to retrieve st03n data from swnc_collector_get_aggregates

Former Member
0 Kudos

Hi experts,

I am trying to retrieve Dialogue response time from -ST03N using 'swnc_collector_get_aggregates'.

This FM returns too many tables. which is the correct table that has all the values of dialogue response time. Please help.

Answers will be awarded with points.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you share what all you used and what formula you used for final summary

Former Member
0 Kudos

Hi,

I don't know if it works in your case, but I used ,FM "SAPWL_WORKLOAD_GET_STATISTIC"

Best regards,

Orkun Gedik

Former Member
0 Kudos

Hi,

I have tried to use this FM. but i am getting empty tables as output.

but still this is also like 'swnc_collector_get_aggregates' . I couldn find much difference btw these two FMs.

former_member188883
Active Contributor
0 Kudos

Hi,

Try FM SWNC_COLLECTOR_GET_SYSTEMLOAD.

I could see some valuable inputs that matches your requirement.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi,

I have tried that FM. but how to get values of avg load+generataion time , avg lock time , avg RFC interface time , avg frontend network time , avg GUI time , no of round trips , requested data and total VMC CPU time ?

former_member188883
Active Contributor
0 Kudos

Hi,

Use the above function module with following parameters

COMPONENT TOTAL

PERIODTYPE W

PERIODSTRT 15.11.2011

Above parameters will output weekly data. In order to get Average values divide the relevant column summation by 7.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

hi,

I am using the parameters you have given. but still - which columns willl refer to these values - avg load+generataion time , avg lock time , avg RFC interface time , avg frontend network time , avg GUI time , no of round trips , requested data and total VMC CPU time ?

former_member188883
Active Contributor
0 Kudos

Hi,

For immediate reference have a look into information below.

Parameter name Description

BYTES Requested Data in KB

LOADGENTI Load Generation time

LOCKTI Lock time

RESPTI Response time

PROCTI Processing Time

CPUTI CPU time

GUITIME Gui time

GUICNT Round trip time

GUINETTIME Gui Network time

DBP_TIME Db time

VMC_CPU_TIME VMC CPU time

VMC_ELAP_TIME Total VMC time

you can get other fields from metadata of the function module. Compare the fieldnames with the St03n fields technical name.

Hope this answers your query.

Regards,

Deepak Kori

Former Member
0 Kudos

hi,

Thanks. your answer almost solved my query. but stil i am not able to find out load generation time.

points awarded .

former_member188883
Active Contributor
0 Kudos

Hi,

Look for paramter LOADGENTI Load Generation time

Regards,

Deepak Kori

Former Member
0 Kudos

Hi,

The table has so many details. i want to find out only dialogue response. any idea ?

former_member188883
Active Contributor
0 Kudos

Hi,

Look for the field RESPTI ( avg Dialog Response time)

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi,

The FM returns many tables. One among them is 'task type' - table.this table has a field 'Task type' . there are several task types lik ALE , RFC, Dialog etc. (But this table data are in Raw format. eg. 01 , 02 etc) How will find out the task type from this? Avg response time has value for all the task types. I want datas of dialog only.

Former Member
0 Kudos

Hi.

Thank u ... i tried SWNC_COLLECTOR_GET_SYSTEMLOAD to obtain the desired values