Sample project to explore creating a stressor runtime system.
Execute:
> sudo npm install -gThen:
> sudo npm linkYou can then dev your stress tool to your heart's content.
> stress "./network-wifi-stressor.sh" "{\"delay\" : 5}"> stress "node network-wifi-stressor.js" "{\"delay\" : 5}"> node stressor-cli.js "./network-wifi-stressor.sh" "{\"delay\" : 5}"> node stressor-cli.js "node network-wifi-stressor.js" "{\"delay\" : 5}"