CEPH filesystem development
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ceph: metrics for opened files, pinned caps and opened inodes
@ 2020-08-25  0:54 xiubli
  2020-08-25  0:54 ` [PATCH v3 1/2] ceph: add helpers for parsing inode/ci/sb to mdsc xiubli
  2020-08-25  0:54 ` [PATCH v3 2/2] ceph: metrics for opened files, pinned caps and opened inodes xiubli
  0 siblings, 2 replies; 5+ messages in thread
From: xiubli @ 2020-08-25  0:54 UTC (permalink / raw)
  To: jlayton; +Cc: idryomov, zyan, pdonnell, ceph-devel, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

Changed in V3:
- Resend for V2 just forgot one patch, which is adding some helpers
support to simplify the code.

Changed in V2:
- Add number of inodes that have opened files.
- Remove the dir metrics and fold into files.


Xiubo Li (2):
  ceph: add helpers for parsing inode/ci/sb to mdsc
  ceph: metrics for opened files, pinned caps and opened inodes

 fs/ceph/caps.c    | 30 ++++++++++++++++++++++++++----
 fs/ceph/debugfs.c | 11 +++++++++++
 fs/ceph/dir.c     | 22 ++++++++--------------
 fs/ceph/file.c    | 17 ++++++++---------
 fs/ceph/inode.c   | 17 +++++++++++------
 fs/ceph/ioctl.c   |  6 +++---
 fs/ceph/locks.c   |  2 +-
 fs/ceph/metric.c  | 14 ++++++++++++++
 fs/ceph/metric.h  |  7 +++++++
 fs/ceph/quota.c   |  8 ++++----
 fs/ceph/snap.c    |  2 +-
 fs/ceph/super.h   | 25 +++++++++++++++++++++++++
 fs/ceph/xattr.c   |  2 +-
 13 files changed, 120 insertions(+), 43 deletions(-)

-- 
2.18.4


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

end of thread, other threads:[~2020-08-26 13:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-25  0:54 [PATCH v3 0/2] ceph: metrics for opened files, pinned caps and opened inodes xiubli
2020-08-25  0:54 ` [PATCH v3 1/2] ceph: add helpers for parsing inode/ci/sb to mdsc xiubli
2020-08-25  0:54 ` [PATCH v3 2/2] ceph: metrics for opened files, pinned caps and opened inodes xiubli
2020-08-26 13:01   ` Jeff Layton
2020-08-26 13:13     ` Xiubo Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox