feat: include dasd memory in every log#1
Draft
Ray-ymq wants to merge 1 commit into
Draft
Conversation
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.
变更内容
KILL前重新读取 RSS;进程消失或读取失败时输出rss=unavailable。--quiet仍输出启动提示的问题。原因与影响
此前普通采样日志包含 RSS,但进程不存在、读取失败及部分终止事件缺少统一的内存字段,不利于排查和日志解析。现在每条监控事件都有稳定的
rss字段。验证
./scripts/test.sh--version与--status均通过rss=<数值>MB已知说明
本机 Swift x86_64 链接阶段仍会输出现有的 compatibility packs 架构警告,但构建与签名验证成功。