提取kv字段的日志中的某类型的全部value #46
guodongxiaren
started this conversation in
教程
Replies: 1 comment
-
得到:
加上一个awk即可:
得到
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
有一个trace.log
提取出所有的cost的数值。可供后续统计分析均值、99分位、最大最小等等。如果是统计uid可以方便捞出每个用户某时间段内的访问次数。
总之这种操作是高频操作!
Beta Was this translation helpful? Give feedback.
All reactions