perfcli

Last updated:

0 purchases

perfcli Image
perfcli Images
Add to Cart

Description:

perfcli

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


Developed with 💙 by Apparence.io
Installing #
dart pub global activate percli
copied to clipboard
Test an url with 100 parallel requests #
dart run bin/perfcli.dart -u http://myurl.com -t 100
copied to clipboard
Test an url with 100 parallel requests for 10 seconds #
dart run bin/perfcli.dart -u http://myurl.com -t 100 -r 100
copied to clipboard
Show help #
Creates only html version
dart pub global run perfcli -h
copied to clipboard
Run (uncompiled version) #
Creates only html version
dart run bin/perfcli.dart --help
copied to clipboard
Compile #
dart compile exe bin/perfcli.dart
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.