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

fscache: add fscache hit statistics #1910

Merged
merged 1 commit into from
Nov 16, 2018
Merged

fscache: add fscache hit statistics #1910

merged 1 commit into from
Nov 16, 2018

Conversation

benpeart
Copy link

@benpeart benpeart commented Nov 1, 2018

Track fscache hits and misses for lstat and opendir requests. Reporting of statistics is done when the cache is disabled for the last time and freed and is only reported if GIT_TRACE_FSCACHE is set.

Sample output is:

11:33:11.836428 compat/win32/fscache.c:433 fscache: lstat 3775, opendir 263, total requests/misses 4052/269

Signed-off-by: Ben Peart benpeart@microsoft.com

Copy link
Member

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good. With that one change to limit those new variables' scope, I think we're good to go!

compat/win32/fscache.c Outdated Show resolved Hide resolved
Track fscache hits and misses for lstat and opendir requests.  Reporting of
statistics is done when the cache is disabled for the last time and freed
and is only reported if GIT_TRACE_FSCACHE is set.

Sample output is:

11:33:11.836428 compat/win32/fscache.c:433 fscache: lstat 3775, opendir 263, total requests/misses 4052/269

Signed-off-by: Ben Peart <benpeart@microsoft.com>
@dscho dscho merged commit 8d05b91 into git-for-windows:master Nov 16, 2018
@dscho
Copy link
Member

dscho commented Nov 16, 2018

Thank you!

@dscho dscho added this to the v2.19.1(2) milestone Nov 16, 2018
dscho added a commit to dscho/git that referenced this pull request Nov 19, 2018
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit to dscho/git that referenced this pull request Nov 20, 2018
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit that referenced this pull request Nov 21, 2018
dscho added a commit to dscho/git that referenced this pull request Nov 23, 2018
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit to dscho/git that referenced this pull request Nov 30, 2018
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit to dscho/git that referenced this pull request Dec 1, 2018
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit to dscho/git that referenced this pull request Dec 9, 2018
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit to dscho/git that referenced this pull request Dec 15, 2018
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit to dscho/git that referenced this pull request Feb 7, 2019
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit to dscho/git that referenced this pull request Feb 7, 2019
…ics-gfw

fscache: add fscache hit statistics
dscho added a commit that referenced this pull request Oct 11, 2024
dscho added a commit that referenced this pull request Oct 20, 2024
dscho added a commit that referenced this pull request Oct 20, 2024
dscho added a commit that referenced this pull request Oct 21, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 21, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 21, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 22, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 22, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 22, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 22, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 22, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 22, 2024
dscho added a commit that referenced this pull request Oct 23, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 25, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 25, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 25, 2024
git-for-windows-ci pushed a commit that referenced this pull request Oct 30, 2024
git-for-windows-ci pushed a commit that referenced this pull request Nov 1, 2024
git-for-windows-ci pushed a commit that referenced this pull request Nov 6, 2024
dscho added a commit that referenced this pull request Nov 22, 2024
dscho added a commit that referenced this pull request Nov 22, 2024
dscho added a commit that referenced this pull request Nov 22, 2024
dscho added a commit that referenced this pull request Nov 22, 2024
dscho added a commit that referenced this pull request Nov 22, 2024
git-for-windows-ci pushed a commit that referenced this pull request Nov 25, 2024
git-for-windows-ci pushed a commit that referenced this pull request Nov 25, 2024
git-for-windows-ci pushed a commit that referenced this pull request Nov 25, 2024
git-for-windows-ci pushed a commit that referenced this pull request Nov 25, 2024
dscho added a commit to dscho/git that referenced this pull request Nov 25, 2024
…ics-gfw

fscache: add fscache hit statistics
git-for-windows-ci pushed a commit that referenced this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants