Some of my previews experiment works
Time series
2016-10
Time Experiment of rsync
Patch is based on rsync with version 3.1.2. [Rsync|Patch]
How to collect data
Basically, everything of transmission time and computation time will be output with overall time will be printed on the console.
But we also need some bash script to collect data through different size of random size and with different modification through them.
- Start from 8K to 64M, modify at beginning, [Bash script]
- Start from 8K to 64M, modify at last, [Bash script]
- Start from 8K to 64M, modify at random place with a (slow) python script, [Bash script|Python program]