Atop log feature enhancement - #175
Open
ShirleyFei wants to merge 2 commits into
Open
Conversation
ShirleyFei
force-pushed
the
atop-log-feature-enhancement
branch
2 times, most recently
from
November 17, 2021 11:22
0c110e9 to
f7cfaf6
Compare
ShirleyFei
force-pushed
the
atop-log-feature-enhancement
branch
from
December 27, 2021 10:03
f7cfaf6 to
a128dd3
Compare
The "generations" flag indicates days of logs we'd like to keep considering disk space usage. Users can define this flag in atoprc according to their own needs. Signed-off-by: Fei Li <[email protected]>
The "logpath" indicates log path atop writes. Users can define this flag in atoprc to change the logpath according to their own needs. This is meaningful especially to avoid the system disk being fully occupied. Signed-off-by: Fei Li <[email protected]>
ShirleyFei
force-pushed
the
atop-log-feature-enhancement
branch
from
March 7, 2023 08:42
a128dd3 to
c30925c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These two patches are used to enhance atop log features.
Add 'generations' flag to mark days of logs we want to keep, and 'logpath' flag to change log path. These two new flags are meaningful especially to avoid the system disk being fully occupied.