简体   繁体   English

测量XACML PDP性能的确切时间,用于评估访问控制请求

[英]on measuring XACML PDP performance exactly time taken to evaluate an access control request

How can I measure the XACML PDP performance using WSO2 exactly time taken to evaluate an access control request? 如何使用WSO2准确评估访问控制请求所花费的时间来衡量XACML PDP性能? Is it possible to do that using Apache Jmeter? 使用Apache Jmeter可以做到这一点吗?

It is probably not any different from measuring the performance of any application. 它可能与衡量任何应用程序的性能没有什么不同。

In XACML specifically you need to measure: 特别是在XACML中,您需要测量:

  1. PEP-PDP call PEP-PDP通话
  2. PDP evaluation (including serialization / deserialization of XACML requests / responses) PDP评估(包括XACML请求/响应的序列化/反序列化)
  3. PDP-PIP calls PDP-PIP通话

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM