Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Performance measuring RFC

Former Member
0 Likes
1,518

Hey there,

I just installed the SAPCRYPTOLIB. Now I´m thinking about performance issues with encrypted RFC-Connections.

Is there a possibility to trace the performance of these connections?

Thx a lot!

Oliver

1 ACCEPTED SOLUTION
Read only

JPReyes
Active Contributor
0 Likes
1,205

Hi Oliver,

You can create a trace using ST01 and and mark the component "RFC Calls", when you do the analisys you'll be able to get the speed of the connection.

for example,

Starting Point :14:14:43:388,627

Exit :14:14:43:450,097

Hope this helps

Juan

Please reward with points if helpful

4 REPLIES 4
Read only

JPReyes
Active Contributor
0 Likes
1,206

Hi Oliver,

You can create a trace using ST01 and and mark the component "RFC Calls", when you do the analisys you'll be able to get the speed of the connection.

for example,

Starting Point :14:14:43:388,627

Exit :14:14:43:450,097

Hope this helps

Juan

Please reward with points if helpful

Read only

Former Member
0 Likes
1,205

Hey Juan,

I tried this via the trace in the transaction ST05.

But the result was, the a encrypted RFC-Connection takes the same time as a not encryed.

Why is that?

Oliver

Read only

Former Member
0 Likes
1,205

Hey there, noone another idea?

Thx!

Read only

Wolfgang_Janzen
Product and Topic Expert
Product and Topic Expert
0 Likes
1,205

Well, the RFC SDK contains a test program called "SRFCTEST".

That test program offers to perform "performance tests".

You can perform those tests with and without using SNC; and you can control whether the RFC connection is closed (and reopened) each time the function module is called. Of course, the performance impact will be much higher if you open and close the RFC connection each time (similiar to SSL).