C++ Mark's bench for Ceph
 
 
 
Go to file
Vitaliy Filippov 63efee1bdf Correct testing, change output style
- Implement the correct random write testing algorithm which is not
  influenced by Bluestore's deferred writes coalescing into a single
  operation: write 4Kb blocks in random positions of one of 16 4MB
  objects per OSD, also chosen randomly
- Remove MB/sec from the statistical breakdown lines
- Use sync writes (basically the same, but code is simpler)
- Remove -DYA_PIDOR, always use urandom
- Build with tcmalloc
- Change curly brace style :-)
2019-03-25 16:06:56 +03:00
.gitignore cpp 2019-01-03 01:51:32 +05:00
Makefile Correct testing, change output style 2019-03-25 16:06:56 +03:00
main.cpp Correct testing, change output style 2019-03-25 16:06:56 +03:00
mysignals.cpp refac and signals 2019-01-20 21:30:21 +05:00
mysignals.h refac and signals 2019-01-20 21:30:21 +05:00
pool_clean.sh RBD pool cleaning command 2019-01-03 01:51:32 +05:00
radosutil.cpp asd 2019-01-20 22:51:27 +05:00
radosutil.h Correct testing, change output style 2019-03-25 16:06:56 +03:00