]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/allocsim: ops scrapper arg parsing 58423/head
authorPere Diaz Bou <pere-altea@hotmail.com>
Thu, 4 Jul 2024 10:20:07 +0000 (12:20 +0200)
committerPere Diaz Bou <pere-altea@hotmail.com>
Fri, 5 Jul 2024 08:36:16 +0000 (10:36 +0200)
commit93888d3940bce6499d00666a42636c37a59c1501
treeabaa112bc1c96a2b5864d51e4365e7186dda9576
parent27ff2146568526ba4b350011cc7532376d552974
test/allocsim: ops scrapper arg parsing

```
fedora :: pere/scrapper-replayer/build 130 ยป ./bin/replayer -h
All options:

Options:
  -h [ --help ]                 produce help message
  -i arg (=input.txt)           Input file (output of op_scraper.py)
  --ceph-conf arg (=ceph.conf)  Path to ceph conf
  --io-depth arg (=64)          I/O depth
  --parser-threads arg (=16)    Number of parser threads
  --worker-threads arg (=16)    Number of I/O worker threads
  --pool arg (=test_pool)       Pool to use for I/O
```

Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
src/test/objectstore/CMakeLists.txt
src/test/objectstore/allocsim/CMakeLists.txt [new file with mode: 0644]
src/test/objectstore/allocsim/ops_replayer.cc