Commit 17a404c
committed
Don't take time from /proc/schedstat for processes.
I assume this is a copy-paste error. We shouldn't take the rt and wt
values here from /proc/schedstat, as they're resulting in entirely
incorrect values. Instead, the loop code fills them properly with
the per-process value already, and they can be left blank here
intentionally. This was the case before in the pre-systemd code tree.1 parent 279089f commit 17a404c
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | 252 | | |
255 | 253 | | |
256 | 254 | | |
| |||
0 commit comments