asynchronous/non-sequential example read and write test codes Librados
Hi Cephers, I am working on Ceph librados. Currently I can test sequential/synchronous read and write tests both in C and C++. However I am struggling with asynchronous/non-sequential test codes. Are there any test repositories which contain asynchronous/non-sequential examples codes? Thanks in advance Bobby !
On Mon, May 4, 2020 at 9:30 AM Bobby <italienisch1987@gmail.com> wrote:
Hi Cephers,
I am working on Ceph librados. Currently I can test sequential/synchronous read and write tests both in C and C++. However I am struggling with asynchronous/non-sequential test codes. Are there any test repositories which contain asynchronous/non-sequential examples codes?
You can find some test cases for the async interfaces in src/test/librados/aio.cc and src/test/librados/aio_cxx.cc
Thanks in advance
Bobby ! _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Hi Casey, Hi all, Casey thanks a lot for your reply ! That was really helpful. A question please. Do these tests reflect realistic workload? Basically I am profiling (CPU profiling) the computations in these tests. And naturally I am interested in big workload. I have started with CRUSH and here I would like to ask you and fellow Ceph people about the workload in: https://github.com/ceph/ceph/tree/master/src/test/crush. Thanks in advance BR Bobby! On Mon, May 4, 2020 at 6:19 PM Casey Bodley <cbodley@redhat.com> wrote:
On Mon, May 4, 2020 at 9:30 AM Bobby <italienisch1987@gmail.com> wrote:
Hi Cephers,
I am working on Ceph librados. Currently I can test
sequential/synchronous
read and write tests both in C and C++. However I am struggling with asynchronous/non-sequential test codes. Are there any test repositories which contain asynchronous/non-sequential examples codes?
You can find some test cases for the async interfaces in src/test/librados/aio.cc and src/test/librados/aio_cxx.cc
Thanks in advance
Bobby ! _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (2)
-
Bobby
-
Casey Bodley