For project reason I have to measure the performance of OData service being accessed parallelly. And I plan to use the open source tool JMeter to generate a huge number of request in parallel and measure the average response time. Since I am a beginner for JMeter, I write down what I have learned into this blog.
I will continue to explorer the advanced feature of JMeter in my daily work.
(1) Download JMeter from its official website.
Go to the installation folder, add the following text in file \bin\user.properties:
————————————————
版權聲明:本文為CSDN部落客「汪子熙」的原創文章,遵循CC 4.0 BY-SA版權協定,轉載請附上原文出處連結及本聲明。
原文連結:
https://blog.csdn.net/i042416/article/details/108285951
Create a new Http Request and maintain the following settings:
Protocol: https
Server name:
Http request method: GET
Http path: /sap/c4c/odata/v1/c4codata/AccountCollection/
Use KeepAlive: do NOT select this checkbox
In Parameter tab, maintain query option $search with value ‘Wang’
Further reading
You can find a list of all other blogs related to OData written by Jerry.
Consume standard C4C OData service via ABAP code
Leverage C4C Odata notification to monitor C4C Opportunity change in CRM system
OData Service backend implementation in C4C, CRM and S4 HANA
JMeter beginner – how to use JMeter to measure performance of OData service accessed parallelly
Regarding cookie manipulation in CL_HTTP_CLIENT to avoid CSRF token validation failure issue