parc02 / self-study

0 stars 0 forks source link

Performance measurement scenario #5

Open parc02 opened 4 months ago

parc02 commented 4 months ago

performance test types & scenario overview

(cpu사용량을 조정하는것도 load testing과 performance tuning으로 적용 가능)


성능 측정의 목표 proxy에 캐싱을 적용했을때 시스템의 성능이 향상되는지 알아보고, 얼만큼 좋아졌는지 파악, 캐싱이 시스템 성능을 어떻게 개선하는지 파악


계획

  1. 캐싱을 적용하기전 Vuser를 늘려가며 시스템의 tps와 latency를 파악하고, 시스템의 한계를 찾아냄
  2. proxy에 캐싱 적용
  3. 캐싱을 적용한 후 1과 동일한 방법으로 테스트를 하고 비교