oha-0.4.0 is not a library.
Visit the last successful build:
oha-1.14.0
oha (おはよう)
oha is a tiny program that sends some load to a web application and show realtime tui inspired by rakyll/hey.
This program is written in Rust and powered by tokio and beautiful tui by tui-rs.

Installation
This program is built on stable Rust.
cargo install oha
On Arch Linux
yay -S oha
On macOS (Homebrew)
brew install oha
Platform
- Linux - Tested on Ubuntu 18.04 gnome-terminal
- Windows 10 - Tested on Windows Powershell
- MacOS - Tested on iTerm2
Usage
-q option works different from rakyll/hey. It's set overall query per second instead of for each workers.
)
)
<url> Target
Contribution
Feel free to help us!
Here are some issues to improving.
- Write tests
- Improve tui design.
- Show more information?
- There are no color in realtime tui now. I want help from someone who has some color sense.
- Improve speed
- I'm new to tokio. I think there are some space to optimize query scheduling.
- Output like CSV or JSON format.
- Improve histogram in summary output
- It uses very simple algorithm now.