oha-0.1.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 wirtten in Rust and powered by tokio and beautiful tui by tui-rs.

Installation
This program is built on stable Rust.
Usage
)
<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.
- Mesasure DNS lookup time and dialup time.
- Add an option to disable keep-alive connection.
- Output like CSV or JSON format.
- Improve histogram in summary output
- It uses very simple algorithm now.