Load Testing in Python with locust.io (Ep. 1 - Basics)

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

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

  • @PaulTurnerChannel
    @PaulTurnerChannel 3 года назад +5

    Thank you very much for providing such a simple but clear explanation, Nicolai. Very helpful!

  • @sherjeelhashmi4828
    @sherjeelhashmi4828 Год назад +3

    Bro is underrated this video is amazing explanation

  • @hackwithharsha5228
    @hackwithharsha5228 3 года назад +2

    Thank you, does anyone help what JMeter offers that locust doesn't ?

  • @kumarcok
    @kumarcok 3 года назад +2

    Wonderful tutorial , My very first testing is running in my test setup .. Thank You

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

    Very nice video mr. gram. I like very much good learning

  • @puruagni1927
    @puruagni1927 10 месяцев назад

    Isn't it a bad practice to name your file locust.py?

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

    Thank you Nicolai, well explained.

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

    Followed along but..
    ImportError: cannot import name 'HttpUser' from partially initialized module 'locust' (most l
    doesnt worl??

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

    hi, thank you very much for sharing, I wanna ask about these, have you integrated locust to your development cycle, like Jenkins or circleci?

  • @puruagni1927
    @puruagni1927 10 месяцев назад

    Great video, so efficient! Such a great tutorial in such a short time, well done!

  • @Jinjr322
    @Jinjr322 3 года назад +2

    But how many concurent users can I achieve with locust and what does it depend on? For example using java Runnable/Callable interfaces i can achieve only 1 thread per 1 actual cpu core. So If i have VM with 12 vCPU i only can achieve 12 users doing some actions in parallel. What about locust?

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

      A bit late, you can make any number of worker/ user and only limited by open file limit because the process is asyncronous

  • @felipetaborda5943
    @felipetaborda5943 9 месяцев назад

    Great explanation. Thanks!

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

    How to stop locust when a certain number of requests is sent?

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

    Really appreciate this video, thanks a lot man!

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

    Thx for this nice overview and your passion!!

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

    very nice explanation. thank you

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

    Very clean and simple explanation

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

    Very good and easy explaination

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

    absolutely loved it

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

    very good video !!!!

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

    Thanks