Skip to content

More metrics about PageStorage #6162

@JaySon-Huang

Description

@JaySon-Huang

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

Metadata

Metadata

Assignees

Labels

type/enhancementThe issue or PR belongs to an enhancement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions