Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More metrics about PageStorage #6162

Open
Tracked by #4989
JaySon-Huang opened this issue Oct 19, 2022 · 1 comment
Open
Tracked by #4989

More metrics about PageStorage #6162

JaySon-Huang opened this issue Oct 19, 2022 · 1 comment
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@JaySon-Huang
Copy link
Contributor

JaySon-Huang commented Oct 19, 2022

Enhancement

  • The latency of reading pages from PageStorage, and some breakdown:
    • latency of getting PageEntry from PageDirectory
    • latency of reading PageData from BlobStore
  • The latency of writing pages into PageStorage, and some breakdown:
    • latency of getting insert offset by SpaceMap
    • latency of persisting PageData into BlobFile
    • latency of applying changes into PageDirectory
  • Breakdown the duration time of PageStorage GC
  • The number of pages in memory
  • The number of log files on disk
  • The total size of log files on disk
  • The memory usage when running GC
@JaySon-Huang JaySon-Huang added the type/enhancement The issue or PR belongs to an enhancement. label Oct 19, 2022
@JaySon-Huang JaySon-Huang self-assigned this Oct 19, 2022
@flowbehappy
Copy link
Contributor

flowbehappy commented Oct 27, 2022

Another related metric: the avg and max column files count per segment in the delta layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants