-
Notifications
You must be signed in to change notification settings - Fork 4k
libbpf-tools: trace_helpers: add str_loadavg() #5344
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
Conversation
e60b55d to
c8b7b1b
Compare
2585756 to
25adc38
Compare
|
@ekyooo Thanks for all the advise, and also thanks @yonghong-song , please review. |
25adc38 to
17daa2d
Compare
|
@ekyooo add |
df70840 to
9a0478f
Compare
|
rebase to master. |
chenhengqi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice cleanup. Thanks.
a8cd50e to
7e96308
Compare
7e96308 to
757c55d
Compare
dce4049 to
bc1d4a8
Compare
|
Rebase to master. |
bc1d4a8 to
3ac7914
Compare
ekyooo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my viewpoint, we’re nearly done.
I appreciate your patience with my iterative requests.
Thanks!
3ac7914 to
0260e09
Compare
There are many tools read /proc/loadavg and timestamp, this commit add two common function str_loadavg() and str_timestamp(). And fix bashreadline timestamp's wrong format, %m is month, should be %M (min). Signed-off-by: Rong Tao <[email protected]>
0260e09 to
153b9d7
Compare
Totally OK, more patience, higher quality. thanks. |
|
LGTM. Thanks for nice cleanup. |
There are many tools read /proc/loadavg, this commit add a comment function str_loadavg().