summaryrefslogtreecommitdiffstats
path: root/src/common/obj_bencher.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: cache pthread namesPatrick Donnelly2024-10-251-3/+1
* common: build without "using namespace std"Kefu Chai2021-08-131-0/+10
* rados bench: fix the delayed checking of completed opsJianshen Liu2020-02-051-147/+61
* common: audit memset & bzero users for FIPS.Radoslaw Zarzynski2019-11-171-0/+1
* os/bluestore,comon,erasure-code: chmod -x source filesSage Weil2019-10-271-0/+0
* tools/rados: Fix rand & seq read bench to use num ops instead of num objs whe...Albert H Chen2019-09-151-16/+26
* common/obj_bencher: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-106/+106
* tools/rados: rename misleading variablesLi Wang2018-12-061-12/+12
* tools/rados: remove misleading commentsLi Wang2018-12-061-4/+4
* tools/rados: fix memory leak in error pathLi Wang2018-12-061-23/+13
* tools/rados: allow reuse object for write testLi Wang2018-11-291-14/+18
* common: Lock -> lock, Unlock -> lock, TryLock -> try_lockSage Weil2018-09-201-98/+98
* common: Use ceph_assert for assertsAdam C. Emerson2018-08-271-1/+1
* common/obj_bencher.cc: faster object name generationPiotr Dałek2018-06-191-12/+26
* common: fix typo in rados bench write JSON outputSandor Zeestraten2018-05-211-1/+1
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* common: calculate stddev on the flyYao Zongyou2018-04-171-39/+56
* common: Use unqualified encoding in the rest of the filesAdam C. Emerson2018-01-101-8/+8
* common: Check this->data.op_size before useamitkuma2017-11-081-4/+6
* tools/rados: use the monotonic clock in rados benchMohamad Gebai2017-10-301-95/+102
* common: silence jenkins's buiding warning in obj_bencher.ccLuo Kexue2017-08-261-1/+1
* common/obj_bencher: set {min,max}_iops if runtime < 1 secKefu Chai2017-08-231-0/+4
* common:bench test bug when <seconds>=0PC2017-08-081-3/+3
* common: Remove redundant includesJos Collin2017-05-221-10/+0
* common/obj_bencher: silence divide by zero warningKefu Chai2017-04-281-1/+3
* common: Unskew clockAdam C. Emerson2016-12-221-27/+27
* rados: add hints to rados benchSage Weil2016-11-281-1/+3
* compat: define ceph_pthread_{set,get}name()Yan, Zheng2016-07-181-3/+3
* encoding: don't encode/decode 'size_t'Yan, Zheng2016-07-181-4/+6
* Merge pull request #8913 from vumrao/wip-vumrao-15704Kefu Chai2016-06-131-0/+7
|\
| * rados: Add cleanup message with time to rados bench outputVikhyat Umrao2016-05-091-0/+7
* | compat.h: added a set of extras for FreeBSD <> Linux compatabilityWillem Jan Withagen2016-05-251-0/+1
* | common: obj_bencher.cc add missing ":"Brad Hubbard2016-05-081-1/+1
|/
* rados, test: Restrict usage of --prefix in cleanupDavid Zafman2016-05-061-0/+5
* rados: Support --all for rados bench cleanupDavid Zafman2016-05-061-31/+50
* common: Fix ObjBencher clean_up when no prefix specifiedDavid Zafman2016-05-061-4/+13
* common/obj_bencher.cc: bump the precision of bandwidth fieldPiotr Dałek2016-03-101-3/+3
* Merge pull request #7863 from branch-predictor/bp-faster-name-genSage Weil2016-03-071-10/+25
|\
| * common/obj_bencher.cc: faster object name generationPiotr Dałek2016-03-011-10/+25
* | common/obj_bencher.cc: make verify error fatalPiotr Dałek2016-03-031-2/+2
* | common/obj_bencher.cc: use more readable constant instead of magic numberPiotr Dałek2016-03-031-1/+1
* | fixed a bug for write bench with radosJames Liu2016-03-011-1/+1
|/
* rados: Add units to rados bench outputGu Zhongyan2016-02-031-16/+16
* Merge remote-tracking branch 'gh/wip-da-SCA-20150910'Sage Weil2016-02-021-1/+1
|\
| * make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* | rados: bench: fix the signed/unsigned comparison warningKefu Chai2016-01-311-2/+2
* | Merge pull request #7402 from liewegas/wip-rados-benchSage Weil2016-01-301-2/+6
|\ \
| * | rados: make rados bench metadata backward compatibleSage Weil2016-01-281-2/+6
| |/
* / tools/rados: fix wrong op/object sizes in rand/seq benchPiotr Dałek2016-01-291-0/+2
|/
* rados: bench: add --max-objectsSage Weil2016-01-251-9/+19