Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Whigham committed Sep 24, 2015
1 parent ac097bc commit f224a28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# DICE-Fault-Injection-Tool
DICE Fault Injection tool, used to generate faults within Virtual Machines and a FCO Cloud Provider.
To access the VM level and issue commands the DICE tools use JSCH (http://www.jcraft.com/jsch/) to SSH to the Virtual Machines.



Current User/VM level faults:
* Shutdown random VM (Ignore tagged VM with "noshutdown" in random selection)
* High CPU for VM
* High Memeory usage for VM
* High CPU for VM (Using Stress tool)
* High Memeory usage for VM (Using Memtest tool)
* Block VM external access (Using ufw)

### CommandLineParameters:

Expand All @@ -13,3 +17,4 @@ Current User/VM level faults:
> -m,--stressmem <host,vmpassword,memorytesterloops,memeorytotal> Stress VM Memory.
> -r,--randomVM <cloudusername, cloudpassword, vmpassword, host> Shutdown random VM within FCO.
> -s,--stresscpu <cores, stresstime, vmpassword, host> Stress VM CPU.
> -b,--blockfirewall <host, vmpassword> Block external communication from Firewall.

0 comments on commit f224a28

Please sign in to comment.