Artillery Errors: EBUSY, what is it? I see no documentation on this.
See original GitHub issueI can’t seem to find an answer for this, what is EBUSY? When I perform this test and see the EBUSY error come up, any further requests all come up with NaN, until it finishes. But I’m still able to POSTMAN to the same endpoint without any problems.
All virtual users finished
Summary report @ 04:47:39(+0000) 2021-02-16
Scenarios launched: 12795
Scenarios completed: 4076
Requests completed: 4076
Mean response/sec: 105.95
Response time (msec):
min: 315.6
max: 714.1
median: 349.4
p95: 386.9
p99: 445.2
Scenario counts:
0: 12795 (100%)
Codes:
200: 4076
Errors:
EBUSY: 8719
Artillery: 1.6.1 Artillery Pro: not installed (https://artillery.io/pro) Node.js: v15.1.0 OS: linux/x64
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Getting Error EBUSY: resource busy or locked - Stack Overflow
For example, in my case, I was using git bash. Search on windows "Gitbash" (or any other command-line window) -> Right-click -> Run...
Read more >EBUSY: resource busy or locked - Unity Forum
Hi there, I have just downloaded 2019.3.5f1 and I wanted to add Entities package to a new project. This is what I have...
Read more >Untitled
#Capek Old school money bag, Independence blue cross find a doctor, ... Kyc lpg news, Ocde pisa, Salsa kimuchi no moto, Lady deadpool...
Read more >Untitled
linux-kernel.vger.kernel.org archive mirror · help / color / mirror / Atom feed. * (no subject) @ 2005-02-17 17:14 Deepti Patel 2005-02-17 17:46 ...
Read more >How To Catch EBUSY Event on Windows using NodeJS
First step was to see what the official NodeJS documentation for error messages provided. Not much elaboration from the site unfortunately:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Switching from Amazon Liunux to Ubuntu seemed to fix this for us
I’m seeing a similar issue, I suspect it’s a saturated network interface. On AWS
t3a.medium
with Nodev15.9.0
I start gettingEBUSY
errors for any requests beyond 250 requests/s. On the largerc5.large
I get up to 400 requests/s for the same scenario.