perfcli 1.0.0 copy "perfcli: ^1.0.0" to clipboard
perfcli: ^1.0.0 copied to clipboard

PerfCli is a basic command-line application written in dart to test the response time of a backend URL

PerfCli #

PerfCli is a basic command-line application written in dart to test the response time of a backend URL.

progress image Apparence.io logo

Developed with 💙 by Apparence.io

Installing #

dart pub global activate percli

Test an url with 100 parallel requests #

dart run bin/perfcli.dart -u http://myurl.com  -t 100

Test an url with 100 parallel requests for 10 seconds #

dart run bin/perfcli.dart -u http://myurl.com  -t 100 -r 100

Show help #

Creates only html version

dart pub global run perfcli -h

Run (uncompiled version) #

Creates only html version

dart run bin/perfcli.dart --help

Compile #

dart compile exe bin/perfcli.dart
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

PerfCli is a basic command-line application written in dart to test the response time of a backend URL

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, http, path

More

Packages that depend on perfcli