Commit 8ee0aec3 authored by Shashank's avatar Shashank

Update README.md

parent 8304352a
...@@ -2,13 +2,18 @@ Syntax to compile files: ...@@ -2,13 +2,18 @@ Syntax to compile files:
g++ filename.cpp -o filename g++ filename.cpp -o filename
Optional flags: Optional flags:
-DDEBUG : Enables the printing of debug information -DDEBUG : Enables the printing of debug information
-DP1000 : Enables the use of 1000 byte packets -DP1000 : Enables the use of 1000 byte packets
-DP10000 : Enables the use of 10,000 byte packets -DP10000 : Enables the use of 10,000 byte packets
Commandline arguments: Commandline arguments:
Only client.cpp takes commandline arguments Only client.cpp takes commandline arguments
The first argument is bypass_offload : if 0 then the program runs with offload, else it bypasses offload. The first argument is bypass_offload : if 0 then the program runs with offload, else it bypasses offload.
The second argument is proportion : determines what proportion of writes are inconsistent (if proportion = x, then the inconsistent to consistent write ratio is 1:x-1) The second argument is proportion : determines what proportion of writes are inconsistent (if proportion = x, then the inconsistent to consistent write ratio is 1:x-1)
Execution for offloaded mode (in order): Execution for offloaded mode (in order):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment