
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Loadtester allows for the distribution of load tests across numerous computers, making it possible to simulate millions of concurrent users.
Loadtester is a powerful tool that helps you simulate millions of concurrent users by distributing load tests across multiple computers.
Docs | Demo | Help And Support
npm install loadster -g && loadster
Note: In case of permission issue try it with sudo.
curl -sL https://raw.githubusercontent.com/cirnum/loadtester/main/installer/bash/install-loadtester.sh | sudo bash && loadster
https://docs.perfcheck.com/installation#install-with-shell-script
loadster --WORKER=true --MASTER_IP="MASTER_NODE_IP_OR_DNS"
You have the convenience of directly incorporating a worker node into the master web UI and synchronizing from there, eliminating the need for the MASTER_IP argument.
--HOST_URL= (useful when your application is running within a Docker container or if you need to assign a specific DNS for the master) Optional.
Steps: Server
> Add New Server
> Sync With Master
( In Web ui )
Scale Your Load Testing Efforts with Loadtester.
Loadtester is a powerful tool that helps you simulate millions of concurrent users by distributing load tests across multiple computers.
Steps:
Try Loadtester today and discover how it can help you improve the performance and scalability of your application or website.
Note - because of resource limit (CPU, bandwidth) you can configure
as many servers as you can run the test script across all the servers at the same time.
Env Name | Default | Description |
---|---|---|
WORKER | false | User can run loadtester as a worker or as a Master node |
MASTER_IP | empty | If the user runs the node as a Worker then the worker node can accept the MASTER_IP env which is the actual master ip |
HOST_URL | empty (Auto Detect) | If the application is running inside a Docker container or if the Master Node has a particular DNS address, this information will be transmitted to the child node for synchronization and future updates. |
1. `Darwin amd64` - For Mac user
2. `Darwin arm64` - For Mac users (new Mac)
3. `Linux amd64` - Linux arch `amd64` users (64-bit system)
4. `Linux arm64` - Linux arch `arm` users (32-bit system)
5. `windows amd64` - Windows Users
Click on Request tab on header
Fill out the form
Url - stress testing target Url
Client - Total client wants to initiate - use 100 to 1000 (depends on your cores and cpu)
Time - Till the time you want to run these requests
Select Method Get Post whatever your stress url serve
Env Name |
---|
AWS_ACCESS_KEY |
AWS_SECRET_KEY |
AWS_REGION |
FAQs
Loadtester allows for the distribution of load tests across numerous computers, making it possible to simulate millions of concurrent users.
The npm package loadster receives a total of 2 weekly downloads. As such, loadster popularity was classified as not popular.
We found that loadster demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.