Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Is there any way to monitor/control client program (via REST API) access to RTC server?

We recently found out one of our users had developed himself a client program using REST API which had hugh performance impact on our RTC server due to its bad code. Is there any way to monitor/control such client program's access? Thanks.

0 votes



2 answers

Permanent link

You see all REST calls in httpserver access.log file.

For this reason I do logfile management in this way in httpd.conf:

CustomLog "|bin/rotatelogs.exe C:/logs/HTTPServer/access_%Y_%m_%d_%H_%M_%S.log 86400" common

0 votes

Comments

Hi @schneidg,


What is the key word you would use to search in the access.log for the API access record? Thanks.


Permanent link
Hi Clement,
You can also see in active services in admin panel (https://clm.admin.ws/ccm/admin#action=com.ibm.team.repository.admin.activeServices) what is exactly going on the server. It might be helpful too.

Best regards,
Krzysztof Kazmierczyk

0 votes

Comments

@krzysztofkazmierczyk, thanks. I'm aware of the admin page but I don't know what service names would tell me they are coming from REST API call? Thanks.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 479
× 137
× 18

Question asked: Aug 07 '13, 12:13 p.m.

Question was seen: 6,531 times

Last updated: Aug 08 '13, 9:59 a.m.

Confirmation Cancel Confirm