Skip to content

tarpn/tarpn-stress-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normally, this utility will be installed and upgraded by the TARPN installer scripts. The following are manual installation instructions.

Determine your desired installation directory

export INSTALL_DIR=/opt/tarpn

Create a virtualenv

sudo mkdir -p $INSTALL_DIR
sudo chown pi:pi $INSTALL_DIR
python3 -m venv $INSTALL_DIR

Install the stress test package

$INSTALL_DIR/bin/pip install --upgrade https://github.com/tarpn/tarpn-stress-test/releases/download/v0.1/tarpn_stress_test-0.1-py3-none-any.whl

The script can be run directly from its installation directory

$INSTALL_DIR/bin/tarpn-stress-test

If desired, create a symlink to add to your PATH.

sudo ln -s $INSTALL_DIR/bin/tarpn-stress-test /usr/tarpn/sbin/tarpn-stress-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages