forked from david78k/anarchyape
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Jul 7, 2013
1 parent
bdd3b49
commit d78a1ab
Showing
2 changed files
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#java -jar ape.jar -h | ||
#java -jar ape.jar -L -p,--network-drop <percentage> <duration> | ||
#java -jar ape.jar -L -p 50 30 | ||
#java -jar ape.jar -R -S <delay in millisec> <duration in sec> | ||
#java -jar ape.jar -L -S 100 30 | ||
#java -jar ape.jar -L -d,--network-disconnect <time in seconds> | ||
java -jar ape.jar -L -d 30 | ||
#java -jar ape.jar -L --remount | ||
#java -jar ape.jar -L --panic | ||
#java -jar ape.jar -L --forkbomb | ||
|
||
#java -jar ape.jar -L -c,--corrupt-file <file> <size> <offset> | ||
#java -jar ape.jar -L --corrupt-file <file> <size> <offset> | ||
#java -jar ape.jar -L -C,--corrupt-block <meta/ord> <size> <offset> | ||
|
||
#java -jar ape.jar -R precise386 -S 100 30 | ||
#java -jar ape.jar -R cluser-ip-list.xml -S 100 5 | ||
|
||
#java -jar ape.jar -remote cluster-ip-list.xml -fb lambda -k lambda | ||
#java -jar ape.jar -remote cluster-ip-list.xml -F lambda | ||
|
||
#java -cp .:log4j.jar ape/Main -h | ||
#java -cp .:log4j.jar ape/Main -R slaves | ||
#java -cp .:log4j.jar ape/Main -V |