Questions tagged [artillery]

Artillery is a load testing and functional testing toolkit, which allows you to test HTTP, Socket.io, WebSockets, and AWS Kinesis.

Artillery is a load testing and functional testing toolkit which allows you to test HTTP, Socket.io, WebSockets, and AWS Kinesis.

Resources

Official Documentation

97 questions
0
votes
1 answer

Running artillery (using npm) fails on CentOS 7

I'm trying to run a load test on my AeroGear UnifiedPush Server running on CentOS 7 using the guide provided here. I did this once on my ubuntu desktop machine and everything worked well. However, I get syntax error while trying to run…
Majid Abarghooei
  • 663
  • 7
  • 21
0
votes
1 answer

How to trim a string in artillery that contains a "\n" char?

After successfully extracting username and password from a csv as shown in the documentation, I noticed that my username was in the following format: "\ntomer@mail.com". How can I erase the "\n" char in artillery? P.S. The way to check your HTTP…
Tomer
  • 531
  • 7
  • 19
0
votes
1 answer

Artillery - testing an API a several times

I'm trying to use Artillery to test one of my API and resolving a potential bug. Here is my code : "config": { "target": "http://websocket.target", "phases": [ {"duration": 3, "arrivalRate": 4} ] }, "scenarios": [ { …
Farzan Najipour
  • 2,442
  • 7
  • 42
  • 81
0
votes
1 answer

NodeJS Artillery.io tool giving the confusing result

I was doing testing of my nodeJS localhost server and I used artillery tool for testing the load on the server. So, here I just want to test the concurrency level of the server like how many requests can server handle concurrently. Please have a…
Shubham
  • 1,163
  • 2
  • 12
  • 36
0
votes
1 answer

What is the aggregate and intermediate in the artillery load test output

I am using the artillery.io load test for Node JS Rest API's. I am having single scenario with multiple flow in my json file. When I run the artillery test using run command and result having two objects as "aggregate" as object and "Intermediate"…
Soorya Prakash
  • 921
  • 3
  • 9
  • 29
0
votes
1 answer

Load/Stress testing an angular app

I have an angular application having some issues when more than a certain amount of users logs at the same time. I wish to load/stress test it with a realy simple scenario: user sees home page, logs in, then wait 30s, then logs out. I would like to…
Gigi22
  • 11
  • 1
  • 1
0
votes
1 answer

How to partial match response in the artillery tool?

I am using artillery tool for websocket testing. The problem I am facing is with response. After emitting data to the channel that I am testing, we always get different data. As artillery's Response block tries to match completely with the actual…
Chintamani Manjare
  • 1,543
  • 1
  • 13
  • 28
1 2 3 4 5 6
7