Bug #2445
systat is broken in dragonflybsd 3.2.1 or later
| Status: | Closed | Start date: | 11/05/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - |
Description
# systat
systat: kinfo_get_sched_ccpu: No such file or directory
Related todos
History
Updated by tuxillo 7 months ago
- Status changed from New to In Progress
Hi,
There was a change introduced in bc55d64fabb369afb8b8b6a30341793ecea21278 which removed the sysctl
-SYSCTL_INT(_kern, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0, "");
Basically one has to adapt now systat's pigs view to the new scheduler work.
By the way, the other views do work.
Cheers,
Antonio Huete