Confirmed users
3,727
edits
| Line 101: | Line 101: | ||
curl https://msisdn.services.mozilla.com | curl https://msisdn.services.mozilla.com | ||
curl -I https://msisdn.services.mozilla.com | curl -I https://msisdn.services.mozilla.com | ||
Or | |||
Run a single 'make test' command from the loadtests folder: | |||
make test SERVER_URL=https://msisdn.services.mozilla.com | make test SERVER_URL=https://msisdn.services.mozilla.com | ||
Note: this does hit a live third-party, so limit the check to a single run. | Note: this does hit a live third-party, so limit the check to a single run. | ||
and | |||
WIP using the following tools: | |||
CLI: https://github.com/mozilla-services/msisdn-gateway/tree/master/tools/roundTrip | |||
Web app: http://mozilla-services.github.io/msisdn-verifier-client/ | |||
based on the this repo: https://github.com/mozilla-services/msisdn-verifier-client | |||
== Load Test Tool Client/Host == | == Load Test Tool Client/Host == | ||