Socket
Socket
Sign inDemoInstall

loadtest

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadtest - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "loadtest",
"version": "0.1.0",
"version": "0.1.1",
"description": "Load test scripts.",

@@ -23,6 +23,2 @@ "homepage": "http://milliearth.org/",

},
"bin": {
"loadtest": "lib/loadtest.js",
"testserver": "lib/testserver.js"
},
"scripts": {

@@ -29,0 +25,0 @@ "test": "node test.js"

8

README.md

@@ -16,7 +16,7 @@ # loadtest

$ loadtest [URL] or [websocket URL]
$ node node_modules/lib/loadtest.js [URL] or [websocket URL]
To get online help, run loadtest without parameters:
$ loadtest
$ node node_modules/lib/loadtest.js

@@ -27,3 +27,3 @@ ### Advanced Usage

$ loadtest [-n requests] [-c concurrency] ...
$ node node_modules/lib/loadtest.js [-n requests] [-c concurrency] ...

@@ -46,3 +46,3 @@ #### Concurrency

$ testserver [port]
$ node node_modules/lib/testserver.js [port]

@@ -49,0 +49,0 @@ It will show the number of requests received per second, the latency in answering requests and the headers for selected requests.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc