当前位置:网站首页>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
边栏推荐
- Tips and tricks of image segmentation summarized from 39 Kabul competitions
- RHCSA2
- 10 minute fitness method reading notes (2/5)
- 实战模拟│JWT 登录认证
- Didi open source Delta: AI developers can easily train natural language models
- JSON parsing error special character processing (really speechless... Troubleshooting for a long time)
- Introduction to sap ui5 dynamicpage control
- View and modify the MySQL data storage directory under centos7
- 初识Linkerd项目
- 10 minute fitness method reading notes (3/5)
猜你喜欢
JDBC -- extract JDBC tool classes
Add a new cloud disk to Huawei virtual machine
Introduction to sap ui5 dynamicpage control
What if wechat is mistakenly sealed? Explain the underlying logic of wechat seal in detail
Four common problems of e-commerce sellers' refund and cash return, with solutions
10 minute fitness method reading notes (3/5)
你的下一台电脑何必是电脑,探索不一样的远程操作
Didi open source Delta: AI developers can easily train natural language models
I'm doing open source in Didi
SAP UI5 DynamicPage 控件介紹
随机推荐
How can non-technical departments participate in Devops?
Sqoop import and export operation
RHCSA1
Iterator details in list... Interview pits
SAP self-development records user login logs and other information
Distance measuring sensor chip 4530a used in home intelligent lighting
946. 验证栈序列
SAP ui5 objectpagelayout control usage sharing
stirring! 2022 open atom global open source summit registration is hot!
开发者,云原生数据库是未来吗?
使用 jMeter 对 SAP Spartacus 进行并发性能测试
I met Tencent in the morning and took out 38K, which showed me the basic smallpox
RHCSA2
RHCSA5
Setting up sqli lab environment
VoneDAO破解组织发展效能难题
How do e-commerce sellers refund in batches?
Notes for preparation of information system project manager --- information knowledge
Laravel文档阅读笔记-mews/captcha的使用(验证码功能)
Halcon 模板匹配实战代码(一)