Skip to content

Commit

Permalink
Merge branch 'master' of
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhigham committed Nov 17, 2015
2 parents 67bdeb5 + c74d378 commit 6318f9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Current User/VM level faults:
* High CPU for VM (Using Stress tool)
* High Memeory usage for VM (Using Memtest tool)
* Block VM external access (Using ufw)
* High Bandwith usage. (Using iperf, requires extrnal iperf server ip to be passed)
* High Disk I/O usage (Using Bonnie ++)
* Stop service running on VM
* Shutdown random VM from whitelist provided by user (Note the whitelist does not check if VM exists or is a in a running state)

Expand All @@ -20,7 +22,10 @@ usage: CommandLineParameters
> -h,--help Shows help.
> -m,--stressmem <memorytesterloops,memeorytotal,host,vmpassword,sshkeypath> Stress VM Memory.
> -r,--randomVM <cloudusername, cloudpassword, cloudUUID,cloudapiurl> Shutdown random VM within FCO.
> -s,--stresscpu <cores, stresstime, host, vmpassword, sshkeypath> Stress VM CPU.
> -s,--stresscpu <cores,time, host, vmpassword, sshkeypath> Stress VM CPU.
> -b,--blockfirewall <host,vmpassword,sshkeypath> Block external communication from Firewall.
> -k,--killservice <host,vmpassword,service,sshkeypath> Stop service running on VM.
> -w,--whitelist <cloudusername, cloudpassword, vmpassword, filepath> Shutdown random VM within FCO from testfile list
> -n,--stressnetwork <host, vmpassword, iperfserver, time, sshkeypath> High bandwitdh usage of VM
> -d,--diskstress <host, vmpassword, n,memeorytotal, loops, sshkeypath> High Disk usage of VM

0 comments on commit 6318f9a

Please sign in to comment.