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

CPU FREE CYCLES

0 Likes
352

Polling the server for free CPU cycles using ABAP is the challenge thatis put forth in front of me. Any suggestions?

are there any chunk of codes already existing. If no, can some one give me an idea how this can be achived?

Polling the server for free CPU cycles using ABAP is the challenge thatis put forth in front of me. Any suggestions?

are there any chunk of codes already existing. If no, can some one give me an idea how this can be achived?

1 REPLY 1
Read only

JanStallkamp
Advisor
Advisor
0 Likes
331

Hi.

Do you really need to get the number of free CPU cyles? That's something that is highly platform dependent and I doubt that you can achieve it at all in ABAP. There are some function modules used in the backend of transactions like ST06 but they rely on the OSCOLL-job and I don't know if all the information is in there.

Can you perhaps specify your requirements a little bit more in detail? Maybe I have some further ideas in that case.

Best regards,

Jan Stallkamp