-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MELVIN GEORGE edited this page Oct 31, 2020
·
1 revision
Welcome to the REQCLIER wiki!
By default the Link tester CLI will make a single request to the https://linktree.melvingeorge10.workers.dev/links URL and print the full HTTP response without any arguments.
You can also modify the CLI by attaching various arguments:
--url <FULL_URL_PATH> - To modify the URL
e.g: ./bin/main --url https://www.google.com/ --profile <NUMBER_OF_REQUESTS_TO_PROFILE> - To measure the requests
e.g: ./bin/main --url https://www.google.com/ --profile 20 --help will get the full usages of the CLI app in the console
If you provide the --profile, the CLI app will only show the measurements such as mean, the median, slowest, fastest time in milliseconds. If you need only the response you can omit the --profile completely.