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

Add LDLM stats #20

Merged
merged 3 commits into from
Jul 6, 2023
Merged

Add LDLM stats #20

merged 3 commits into from
Jul 6, 2023

Conversation

RDruon
Copy link
Contributor

@RDruon RDruon commented Jul 6, 2023

# HELP lustre_ldlm_canceld_stats Gives information about LDLM Canceld service.
# TYPE lustre_ldlm_canceld_stats counter
lustre_ldlm_canceld_stats{operation="req_waittime"} 8288250 1688656538723
lustre_ldlm_canceld_stats{operation="req_qdepth"} 8288250 1688656538723
lustre_ldlm_canceld_stats{operation="req_active"} 8288250 1688656538723
lustre_ldlm_canceld_stats{operation="req_timeout"} 8288250 1688656538723
lustre_ldlm_canceld_stats{operation="reqbuf_avail"} 17198642 1688656538723
lustre_ldlm_canceld_stats{operation="ldlm_cancel"} 8288250 1688656538723
# HELP lustre_ldlm_cbd_stats Gives information about LDLM Callback service.
# TYPE lustre_ldlm_cbd_stats counter
lustre_ldlm_cbd_stats{operation="req_waittime"} 3858722 1688656538723
lustre_ldlm_cbd_stats{operation="req_qdepth"} 3858722 1688656538723
lustre_ldlm_cbd_stats{operation="req_active"} 3858722 1688656538723
lustre_ldlm_cbd_stats{operation="req_timeout"} 3858722 1688656538723
lustre_ldlm_cbd_stats{operation="reqbuf_avail"} 7723649 1688656538723
lustre_ldlm_cbd_stats{operation="ldlm_bl_callback"} 1375922 1688656538723
lustre_ldlm_cbd_stats{operation="ldlm_cp_callback"} 2482800 168865653872

Draft until there is a new release of https://github.com/whamcloud/lustre-collector/

@RDruon RDruon added the enhancement New feature or request label Jul 6, 2023
@RDruon RDruon self-assigned this Jul 6, 2023
src/service.rs Outdated Show resolved Hide resolved
src/service.rs Outdated Show resolved Hide resolved
RDruon and others added 2 commits July 6, 2023 17:41
Co-authored-by: Joe Grund <jgrund@whamcloud.io>
@RDruon RDruon marked this pull request as ready for review July 6, 2023 15:50
@RDruon RDruon requested a review from jgrund July 6, 2023 15:50
@jgrund jgrund merged commit 948c9e7 into main Jul 6, 2023
9 checks passed
@jgrund jgrund deleted the rdruon/ldlm_stats branch July 6, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants