-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't use cgroup id 1 if cgroup id is invalid choose the right cgroup id path from /proc/pid/cgroup use kernel thread group id (i.e. userspace pid) to aggregate processes to reduce search overhead add finish_task_switch kprobe switch to kprobe to trace context switch change to co-re to avoid crash review feedback clean up cpu time: use per cpu array to track process cpu time review feedback: use task_clock instead of cpu_clock review feedback add to changelog rebase Signed-off-by: Huamin Chen <[email protected]>
- Loading branch information
Showing
14 changed files
with
120,519 additions
and
55 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
in kepler 0.7 release | ||
- switch to libbpf as default ebpf provider | ||
- base image update decouple GPU driver from kepler image itself | ||
- use kprobe instead of tracepoint for ebpf to obtain context switch information | ||
- add task clock event to ebpf and use it to calculate cpu usage for each process. The event is also exported to prometheus |
This file contains 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
Binary file not shown.
This file contains 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
This file contains 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
Oops, something went wrong.