Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david78k committed Jun 23, 2013
1 parent 61e505d commit 718f0e5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ ures to be simulated, one after another. A sample line in a
scenario file could be as follows:

```
java -jar ape.jar -remote cluster-ip-list.xml
-fb lambda -k lambda
where the -fb is a “Fork Bomb” injection, the -k is a “Kill
One Node” command, and the lambda specifies the failure
rates.
java -jar ape.jar -remote cluster-ip-list.xml -fb lambda -k lambda
where the -fb is a “Fork Bomb” injection, the -k is a “Kill
One Node” command, and the lambda specifies the failure rates.
```
Users can define lambda parameters by computing Mean
Time Between Failures (MTBF) of a system. MTBF is de-
Expand Down

0 comments on commit 718f0e5

Please sign in to comment.