当前位置:网站首页>Concurrent performance test of SAP Spartacus with JMeter
Concurrent performance test of SAP Spartacus with JMeter
2022-07-05 12:54:00 【Wang Zixi】
Spartacus It's based on Angular 's storefront , Is for SAP Hybris Commerce/ SAP Commerce Cloud The design of the . It USES REST API And Hybris Commerce Interaction . In the initial stage , It provides Hybris Most of the core functions of the store .Spartacus It is extensible and customizable .
Spartacus There is a decoupled architecture , This means that the store itself is an independent entity , In its OOTB Features can be customized . It passes through REST API And SAP Commerce Cloud Or any other SAP、 Not SAP Tools interact , This makes it a stand-alone framework . It allows front-end developers to stop understanding back-end technology , The only interaction they need is through web Service layer , This makes development 、 It is easier to test and deploy a single platform .
We can really use fast UI, That is, server-side rendering and delayed loading components . Because it is no longer part of the platform , So it can be deployed separately , Allow it to expand independently .
stay Angular in , Each function exists as a separate module . If in SmartEdit or CMS Cockpit Created a new page in , You need to Angular Create a separate site page in the code base .
2021 Achievements during the national day of . The version used at that time was 5.4.1:
Directly report an error after startup :
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console…
Switch to 5.5 edition , Error when opening file :
Problem loading XML from:‘C:\Code\jmeter-projects\jerry-static\ssr\JerryStaticPagesTestPlan.jmx’.
Cause:
CannotResolveClassException: com.blazemeter.jmeter.RandomCSVDataSetConfig
Detail:com.thoughtworks.xstream.converters.ConversionException:
---- Debugging information ----
cause-exception : com.thoughtworks.xstream.converters.ConversionException
cause-message :
first-jmeter-class : org.apache.jmeter.save.converters.HashTreeConverter.unmarshal(HashTreeConverter.java:66)
class : org.apache.jmeter.save.ScriptWrapper
required-type : org.apache.jmeter.save.ScriptWrapper
converter-type : org.apache.jmeter.save.ScriptWrapperConverter
path : /jmeterTestPlan/hashTree/hashTree/hashTree[5]/hashTree[3]/com.blazemeter.jmeter.RandomCSVDataSetConfig
line number : 258
version : 5.5
Solution : The file jmeter-plugins-random-csv-data-set-0.6.jar
Put it in jMeter Installation directory lib/ext Under folder .
Then I encountered new errors :
Cannot invoke “org.apache.jmeter.gui.JMeterGUIComponent.clearGui()” because “guicomp” is null
Put these jar Put in bags ext Folder , restart jMeter, The problem disappears :
Execute the command line of the test :
jmeter -n -t ./jerry-static/ssr/JerryStaticPagesTestPlan.jmx -p ./jerry-static/ssr/user.properties -l jerryresult.csv
jmeter -g results/static-results-2022-06-30-2143.csv -o reports/a1 -q ./jerry-static/ssr/user.properties
边栏推荐
- Taobao short video, why the worse the effect
- What if wechat is mistakenly sealed? Explain the underlying logic of wechat seal in detail
- 太方便了,钉钉上就可完成代码发布审批啦!
- Iterator details in list... Interview pits
- Shi Zhenzhen's 2021 summary and 2022 outlook | colorful eggs at the end of the article
- JDBC -- extract JDBC tool classes
- SAP UI5 ObjectPageLayout 控件使用方法分享
- SAP SEGW 事物码里的导航属性(Navigation Property) 和 EntitySet 使用方法
- Taobao short videos are automatically released in batches without manual RPA open source
- 逆波兰表达式
猜你喜欢
CF:A. The Third Three Number Problem【关于我是位运算垃圾这个事情】
RHCSA3
[cloud native] use of Nacos taskmanager task management
Kotlin变量
Transactions on December 23, 2021
Preliminary exploration of basic knowledge of MySQL
Setting up sqli lab environment
【云原生】Nacos中的事件发布与订阅--观察者模式
RHCAS6
使用 jMeter 对 SAP Spartacus 进行并发性能测试
随机推荐
关于 SAP UI5 getSAPLogonLanguage is not a function 的错误消息以及 API 版本的讨论
Vonedao solves the problem of organizational development effectiveness
leetcode:221. 最大正方形【dp状态转移的精髓】
Simply take stock reading notes (1/8)
Transactions from December 27 to 28, 2021
Didi open source Delta: AI developers can easily train natural language models
RHCSA1
SAP SEGW 事物码里的 Association 建模方式
Kotlin variable
SAP SEGW 事物码里的导航属性(Navigation Property) 和 EntitySet 使用方法
Volatile instruction rearrangement and why instruction rearrangement is prohibited
Talk about my drawing skills in my writing career
Pinduoduo flag insertion remarks API
##无监控,不运维,以下是监控里常用的脚本监控
RHCSA3
insmod 提示 Invalid module format
《信息系统项目管理师》备考笔记---信息化知识
JXL notes
I met Tencent in the morning and took out 38K, which showed me the basic smallpox
SAP UI5 FlexibleColumnLayout 控件介绍