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 latest_fork_time to INFO STATS #978

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

enjoy-binbin
Copy link
Member

Sometimes we want to know the last fork time, this can help
user to analyze the stability since right now fork is still
a costly operation and user can monitor forks by drawing graphs
based on these fork fields.

Sometimes we want to know the last fork time, this can help
user to analyze the stability since right now fork is still
a costly operation and user can monitor forks by drawing graphs
based on these fork fields.

Signed-off-by: Binbin <binloveplay1314@qq.com>
@enjoy-binbin
Copy link
Member Author

Currently the time is, a successful fork, when it start, is recorded. We can also record the last failed fork time if needed.

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.58%. Comparing base (e3af1a3) to head (de56240).
Report is 1 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #978      +/-   ##
============================================
+ Coverage     70.45%   70.58%   +0.13%     
============================================
  Files           114      114              
  Lines         61631    61633       +2     
============================================
+ Hits          43423    43505      +82     
+ Misses        18208    18128      -80     
Files with missing lines Coverage Δ
src/server.c 88.59% <100.00%> (+<0.01%) ⬆️
src/server.h 100.00% <ø> (ø)

... and 10 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Optional for next RC
Development

Successfully merging this pull request may close these issues.

1 participant