Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Show all

Native JMeter Pressure Test

Updated on 2025-01-07 GMT+08:00
  1. When the JMeter test plan is debugged, save the JMX and CSV files.
  2. Prepare test resources and create a private resource group.

    1. Log in to the CodeArts PerfTest console, choose Resource Groups in the navigation pane, and click Create Resource Group.
    2. (Optional) If this is the first time you create a private resource group, grant CodeArts PerfTest permissions necessary for creating private resource groups.
    3. If you do not have a CCE cluster, perform 2.d to create one before creating a resource group. If a CCE cluster is available, go to 2.e to create a resource group.
    4. Create a cluster.

      In the upper part of the page, click create one. The CCE console is displayed. For details about how to create a cluster, see Buying a CCE Cluster.

      Click Next: Select Add-on. On the page displayed, select the add-ons to be installed during cluster creation.

      Click Next: Add-on Configuration. Retain the default settings.

      Click Next: Confirm configuration. After confirming that the cluster configuration is correct, select I have read and understood the preceding instructions and click Submit. It takes about 6 to 10 minutes to create a cluster.

      After the cluster is created, return to the cluster management page and click Create Node. For details about how to create a node, see Creating a Node.

      Click Next: Confirm. After confirming that the node configuration information is correct, select I have read and understood the preceding instructions and click Submit.

      After the node is created, return to the CodeArts PerfTest console.

    5. Create a resource group.

      Choose Resource Groups in the navigation pane, and click Create Private Resource Group.

      Set the parameters listed in Table 1.
      Table 1 Creating a private resource group

      Parameter

      Description

      Resource Group Name

      Name of the private resource group to be created.

      Debugging Cluster

      Select a CCE cluster from the drop-down list.

      Debug Node

      Select the management node that performs a pressure test.

      The debugging node cannot be changed after the resource group is created.

      Execution Node

      Select a pressure target machine that provides performance data during a pressure test.

      Click Create.

  3. Create a JMeter test project.

    Go back to the CodeArts PerfTest console and choose JMeter Projects in the navigation pane. Click Create JMeter Project. Enter the project name and click OK.

  4. Import a JMX file.

    1. On the JMeter Projects page, click to edit the test plan.
    2. On the test plan tab, click Add Task Plan.
    3. In the dialog box that is displayed, click Select File, select a JMX file, and click Upload. When the file is imported, the dialog box closes automatically and the Test Plan List tab is displayed. You can view the added test plan.
      Figure 1 Importing a JMX file
    4. (Optional) On the test plan tab page, click Third Party Jar. In the displayed dialog box, click Import File, select and import the JAR package on which the test plan depends. After the package is imported, the dialog box closes.
      Figure 2 Importing a JAR package

  5. (Optional) Import the variable file.

    In the test plan list, click and choose Variable File. In the displayed dialog box, click Local Import, select the variable file referenced by the test plan, and import the file. After the file is imported successfully, close the dialog box.

    Figure 3 Importing variable file 1
    Figure 4 Importing variable file 2

  6. Edit a thread group.

    Click the task name in the JMeter test plan list. The thread group list is displayed. After the editing is complete, click OK.
    • Number of threads corresponds to Number of Threads in the local JMeter program.
    • Warm-up Time corresponds to Ramp-up period in the local JMeter program.
    • Number of Cycles indicates the number of cycles to be tested.
    Figure 5 Editing a thread group

  7. Debug the JMeter test task.

    Click Debug, select the target test resource group as the executor, and click Start to start debugging. If an error was reported in the debugging result, edit the case based on the log information and debug it again.

    Figure 6 Starting debugging

  8. Execute the JMeter test task.

    Click Start. In the dialog box that is displayed, specify Resource Group Type and Enterprise, and click Start to start the test task.
    Figure 7 Starting a test task

  9. View a test report.

    After the test task is started, click View Report to view the monitoring data and chart report of each metric generated during the pressure test.

    After the pressure test is complete, an offline test result report is generated automatically. You can download and view the report of the completed test task.

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback