ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ceph: add IO size metric support
@ 2021-04-28  6:08 xiubli
  2021-04-28  6:08 ` [PATCH v3 1/2] ceph: update and rename __update_latency helper to __update_stdev xiubli
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: xiubli @ 2021-04-28  6:08 UTC (permalink / raw)
  To: jlayton; +Cc: idryomov, pdonnell, ceph-devel, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

V3:
- update and rename __update_latency to __update_stdev.

V2:
- remove the unused parameters in metric.c
- a small clean up for the code.

For the read/write IO speeds, will leave them to be computed in
userspace,
	where it can get a preciser result with float type.


Xiubo Li (2):
  ceph: update and rename __update_latency helper to __update_stdev
  ceph: add IO size metrics support

 fs/ceph/addr.c    | 14 +++++----
 fs/ceph/debugfs.c | 37 +++++++++++++++++++++---
 fs/ceph/file.c    | 23 +++++++--------
 fs/ceph/metric.c  | 74 ++++++++++++++++++++++++++++++++---------------
 fs/ceph/metric.h  | 10 +++++--
 5 files changed, 111 insertions(+), 47 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-29  2:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28  6:08 [PATCH v3 0/2] ceph: add IO size metric support xiubli
2021-04-28  6:08 ` [PATCH v3 1/2] ceph: update and rename __update_latency helper to __update_stdev xiubli
2021-04-28  6:08 ` [PATCH v3 2/2] ceph: add IO size metrics support xiubli
2021-04-28 14:14 ` [PATCH v3 0/2] ceph: add IO size metric support Jeff Layton
2021-04-29  0:57   ` Xiubo Li
2021-04-29  2:14   ` Xiubo Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).