SkillAgentSearch skills...

Hail

HTTP load testing tool powered by Rust

Install / Use

/learn @greyblake/Hail
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Hail

HTTP load testing tool powered by Rust and Tokio.

Installation

There are 2 options to install:

  • Download a static build from releases
  • Install with cargo: cargo install hail

Usage

The following command sends 100 http requests to http://example.com:

hail http://example.com --concurrent 10 --requests 100

and prints result:

Requests sent: 100
Total time: 2.413s
Avg response time: 0.241s
OK rate: 100.00%
Error rate: 0.00%

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated4y ago
Forks0

Languages

Rust

Security Score

60/100

Audited on Dec 2, 2021

No findings