Load and Performance Test on Flask REST API with Jmeter will your API work for 1000+ client

Поделиться
HTML-код
  • Опубликовано: 13 июл 2024
  • НаукаНаука

Комментарии • 8

  • @rahulsood81
    @rahulsood81 2 года назад

    A brilliant tutorial on Jmeter..thanks for your help. You saved my research time... :thumbsup

  • @anupamchand3690
    @anupamchand3690 3 года назад

    Great video. I had an issue recently with Jmeter where I was load testing my rest API hosted on the cloud. When I did a ramp up to 100 users my internet started going down. Does this have to do anything with the number of threads being generated from my laptop? Is the number of concurrent users limited by the laptop specs or the internet bandwidth?

  • @waseemahmadchishti5872
    @waseemahmadchishti5872 4 года назад

    hi
    how you are passing test data?

  • @mofurkan4400
    @mofurkan4400 Год назад

    How to load test Python API with jmeter ?? parameter file path

  • @thalariharsha
    @thalariharsha 4 года назад

    Hit a api how to slove response time below 1 sec

  • @pratheepkumar4218
    @pratheepkumar4218 4 года назад

    Can you explain for beginners ..

    • @ryan.aquino
      @ryan.aquino 4 года назад

      learn and master webserver ,REST , API

    • @ganeshacharya234
      @ganeshacharya234 3 года назад +1

      basically for a fast performing end system or product, you need your APIs to perform at their best.
      For e.g.: in 1 of my customer their requirement was that the all APIs should have the LOAD TESTED at 300 QPS or RPS and latency should at Max 300millisecond.
      using Jmeter we can see if our APIs are performing at that level or not.
      if yes then all good :) if not, check the server configuration, your REST Backend configurations, any resource intensive operations in Code etc. Then post the fix try again.