-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.sh
More file actions
executable file
·36 lines (27 loc) · 806 Bytes
/
Copy pathconf.sh
File metadata and controls
executable file
·36 lines (27 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/bash
# Variables for loadtests and benchmarks, adjust this before running loadtest
# -------------------------
# General variables
# -------------------------
fuse_mountpoint=/eos/homedev/loadtest
xrootd_url=eoshomedev.cern.ch//eos/homedev/loadtest
logs_dir=/eos/homedev/loadtest/logs
# -------------------------
# grid-hammer - xrootd
# -------------------------
run_dir=/eos/homedev/loadtest # should be the same folder as xrootd_url
num_of_files=(5000)
num_of_runs=5
threads="1 2 4 10"
operations="write read delete"
plot_graphs=false
# -------------------------
# filebench - FUSE
# -------------------------
config_file=tools/filebench-configs/bigfiles.f
# -------------------------
# fio - FUSE
# -------------------------
num_of_jobs=(1 2 4 10)
size_of_file=(1M)
block_size=1M