Prerequisites- Installing Binaries
This topic describes the binaries to be installed before executing the Linux OS based VMware faults.
Install
stress-ngcommand in the VM.Ability to run the
pkillcommand in case of abort.
Download the binary:
curl -LO https://app.harness.io/public/shared/tools/chaos/linux/stress-ng-amd64-v0.14.02Rename the binary:
mv stress-ng-amd64-v0.14.02 stress-ngMake it executable:
chmod +x stress-ngMove to system path:
sudo mv stress-ng /usr/local/bin/
Install
stress-ngcommand in the VM.Ability to run the
pkillcommand in case of abort.
See VMware CPU Hog installation steps.
Install
stress-ngcommand in the VM.Ability to run the
pkillcommand in case of abort.
See VMware CPU Hog installation steps.
Install
dns_interceptorbinary in the target VM.Permissions to operate on
iptables.
N/A
Install
toxiproxy-serverbinary in the target VM.Install
toxiproxy-clibinary in the target VM.Install
iproute2in the target VM.Permissions to operate on
iptables.
Download the binary:
curl -LO https://app.harness.io/public/shared/tools/chaos/utils/toxiproxy/toxiproxy-server-linux-amd64.tar.gzExtract the archive:
tar -zxvf toxiproxy-server-linux-amd64.tar.gzMake it executable:
chmod +x toxiproxy-serverMove to system path:
sudo mv toxiproxy-server /usr/local/bin/Download the binary:
curl -LO https://app.harness.io/public/shared/tools/chaos/utils/toxiproxy/toxiproxy-cli-linux-amd64.tar.gzExtract the archive:
tar -zxvf toxiproxy-cli-linux-amd64.tar.gzMake it executable:
chmod +x toxiproxy-cliMove to system path:
sudo mv toxiproxy-cli /usr/local/bin/
Last updated
Was this helpful?