Skip to content

Commit

Permalink
Remove sched stats scraping utils.
Browse files Browse the repository at this point in the history
sched_debug is getting the wrong load information. Runnable tasks list
in the output include running and sleeping tasks. We only need to look
at nr_running for each scheduling entity to figure out load. We also
don't need per-core stats.

I am going to redo these to derive per-cgroup load from nr_running.
  • Loading branch information
rjnagal authored and kateknister committed Jan 23, 2015
1 parent 7a60b92 commit ea0d2d7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,005 deletions.
204 changes: 0 additions & 204 deletions utils/procfs/scheddebug.go

This file was deleted.

Loading

0 comments on commit ea0d2d7

Please sign in to comment.