Skip to content

antifragilesoftware/stressor-cli

Repository files navigation

Stressor CLI

Sample project to explore creating a stressor runtime system.

To install locally as stressor

Execute:

> sudo npm install -g

Then:

> sudo npm link

You can then dev your stress tool to your heart's content.

Samples with installing and linking locally

> stress "./network-wifi-stressor.sh" "{\"delay\" : 5}"
> stress "node network-wifi-stressor.js" "{\"delay\" : 5}"

Samples without installing and linking

> node stressor-cli.js "./network-wifi-stressor.sh" "{\"delay\" : 5}"
> node stressor-cli.js "node network-wifi-stressor.js" "{\"delay\" : 5}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •