Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
      • Pod
    • Helm Chart
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

[Ddosify] How to test the application performance with Ddosify.

Posted on May 30, 2023 By nim No Comments on [Ddosify] How to test the application performance with Ddosify.

Contents

  • 1) Introduce Ddosify
  • 2) Install Ddosify with the seflhosted mode

1) Introduce Ddosify

Ở bài trước thì mình có hướng dẫn cài bài dùng 1 opensource là vegeta để load test hệ thống.

Hôm này mình có thấy https://github.com/ddosify/ddosify
Nó là 1 Distributed Performance Testing Platform

Cách thức hoạt động là bạn sử dụng các mode khách nhau của Ddosify để call vào 1 restful API.

Bạn sẽ cần tìm hiều video trước khi bắt tay run Ddosify

2) Install Ddosify with the seflhosted mode

Để lab thì mình cài Ddosify trên docker compose.

git clone https://github.com/ddosify/ddosify.git
cd ddosify/selfhosted

docker-compose up -d

Khi mà mọi thử đã run ok.

Bạn access http://<ip_address>:8014

Thấy UI là đẹp là ngon rồi ấy.

Giờ thử chạy test nào.

Ở page 2 chúng ta sẽ tìm hiểu:
iteration và Load type.

iteration: sự lặp đi lặp lại

Nếu mình chọn iteration là 1200 và Duration 60.
thì kiểu 1s thì mình gửi đi 20 request.

NGoài ra chúng ta còn nhiều chế độ như là:

Incremental là tăng dần.

Waved: kiểu làn xóng.

Bạn sẽ cấu hình more advanced khi click vào dấu 3 chấm (…)

trong đây thì mình thấy hay là chỗ: Assertions:
Formulate a set of conditions that must be met in order for this step to be considered successful.

Kiểu như là nếu status code bằng 100 thì ok

Coding

Post navigation

Previous Post: [DevSecOps/TruffleHog] Find your repository’s secrets, sensitive words, and credentials.
Next Post: [AWS] Look into Data Transfer on AWS

More Related Articles

[GRPC/Golang] Bắt đầu Project Grpc với golang trên Windows. Coding
[Js] Sử dụng Jquery để liên kết 2 select trong page. Coding
[Zeus] Retention Project Coding
[WordPress] Tăng dung lượng upload file lên wordpress. Coding
[Ajax/PHP] Cách để PHP trả Json Data về cho Ajax Coding
[Groovy] Handle String in Groovy Coding

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [Terraform / EKS] Build EKS and Karpenter by Terraform. September 22, 2023
  • [EKS] Adjusting things to migrate EKS legacy to new versions. September 19, 2023
  • [Tetragon] Security Observability and Runtime Enforcement September 17, 2023
  • [Docker] Setup Docker for Windows Containers (NO Docker Desktop Needed!) September 15, 2023
  • [Python] Python connects MongoDB September 15, 2023

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
      • Pod
    • Longhorn – Storage
    • MetalLB
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2023 NimTechnology.