node-url-tester

Simple command line utility to test a URL response/fail ratio

Usage no npm install needed!

<script type="module">
  import nodeUrlTester from 'https://cdn.skypack.dev/node-url-tester';
</script>

README

Test a URL responses success/fail ratio

Install globally using yarn global add node-url-tester

To use, run node-url-tester -u [URL ADDRESS]. This will perform 100 requests to that URL and show the request success/failed request ratio. You can specify a different no. of requests by using -r [REQUESTS NUMBER].

More options will be added over time.