https://github.com/jahaja/ltt-tui
Terminal-UI for ltt
https://github.com/jahaja/ltt-tui
go golang http load-testing user-simulator
Last synced: 10 months ago
JSON representation
Terminal-UI for ltt
- Host: GitHub
- URL: https://github.com/jahaja/ltt-tui
- Owner: Jahaja
- License: mit
- Created: 2020-09-20T02:47:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T19:17:28.000Z (over 5 years ago)
- Last Synced: 2025-03-06T04:17:33.526Z (about 1 year ago)
- Topics: go, golang, http, load-testing, user-simulator
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ltt-tui
Terminal-UI for ltt: https://github.com/Jahaja/ltt
# Usage
`go build`
`./ttl-tui -uri http://uri-to-ltt-server.com/`
Navigate using the vi/vim keys (`h`, `j`, `k`, `l`) or the arrow keys.
The `q` key exits the program.
### Buttons
* The `Set` button will start or modify the number of users to simulate,
* The `Stop` button will set the user number to 0 and thus stop the test.
* The `Reset` button will reset all the statistics.
* The `Errors/Tasks` button toggles the table view between tasks or errors.
The Tasks table is sortable by navigating to a column and pressing Enter.