diff options
| author | Loïc Guégan <manzerbredes@mailbox.org> | 2025-04-01 17:56:32 +0200 |
|---|---|---|
| committer | Loïc Guégan <manzerbredes@mailbox.org> | 2025-04-01 17:56:32 +0200 |
| commit | 2f1837a75e96612040c6db2b594adf7463173c88 (patch) | |
| tree | 99f667df480606457c0786e3c314caba07f91038 /sandbox/config | |
Diffstat (limited to 'sandbox/config')
| -rw-r--r-- | sandbox/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sandbox/config b/sandbox/config new file mode 100644 index 0000000..317165f --- /dev/null +++ b/sandbox/config @@ -0,0 +1,19 @@ +# Global Configuration: +inadev="2:0x40 2:0x41 2:0x42 2:0x43" +bbhost=debian@192.168.6.2 +delaypurezmq=10 +delayiperfpure=10 + +# Pure Read Experiments: +nread=500000 +readrest=60 + +# ZMQ Experiments: +zmqrest=60 +zmqduration=300 +hostip=192.168.7.1 +zmqport=5556 +zmqlogdelay=0 +zmqloginterval=60 +zmqmsgsize=20242880 +zmqmaxqueue=1 |
