mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 02:39:44 +00:00
Reduce IO strain from stress test while increasing bundle count
This commit is contained in:
parent
0736e6b9e8
commit
6254e0d81a
@ -46,7 +46,7 @@ configure_servald_server() {
|
||||
set mdp.iftype.wifi.tick_ms 500
|
||||
}
|
||||
|
||||
doc_StressRhizomeTransfer="Five nodes each sharing 21 bundles from 32B to 32MiB"
|
||||
doc_StressRhizomeTransfer="Five nodes each sharing 26 bundles from 0B to 620K"
|
||||
setup_StressRhizomeTransfer() {
|
||||
setup_servald
|
||||
assert_no_servald_processes
|
||||
@ -56,10 +56,10 @@ setup_StressRhizomeTransfer() {
|
||||
eval "bundles$i=()"
|
||||
set_instance +$i
|
||||
let j=0
|
||||
for n in 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l
|
||||
for n in 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z
|
||||
do
|
||||
local sidvar="SID$instance_name"
|
||||
local size=$((2 ** (j + 5)))
|
||||
local size=$((16 * (j ** 3)))
|
||||
tfw_log "Adding file file-$i-$n, size $size"
|
||||
create_file file-$i-$n $size
|
||||
tfw_nolog executeOk_servald rhizome add file "${!sidvar}" file-$i-$n file-$i-$n.manifest
|
||||
|
Loading…
Reference in New Issue
Block a user