Page MenuHomeFreeBSD

Also print number of available CPUs on Linux
ClosedPublic

Authored by arichardson on Aug 13 2020, 2:55 PM.
Tags
None
Referenced Files
F170709848: D26056.id75789.diff
Sun, Sep 6, 3:42 AM
F170694997: D26056.id76145.diff
Sun, Sep 6, 1:52 AM
F170670647: D26056.id75789.diff
Sat, Sep 5, 10:49 PM
F170664516: D26056.diff
Sat, Sep 5, 9:53 PM
F170655987: D26056.id.diff
Sat, Sep 5, 8:32 PM
F170655939: D26056.id.diff
Sat, Sep 5, 8:32 PM
F170628110: D26056.id76145.diff
Sat, Sep 5, 5:21 PM
F170596316: D26056.diff
Sat, Sep 5, 1:58 PM
Subscribers

Details

Summary

Without this change the buildworld/buildkernel epilogue looks like this:

World built in 249 seconds, sysctl: cannot stat /proc/sys/hw/ncpu: No such file or directory

ncpu: , make -j72.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32974
Build 30366: arc lint + arc unit

Event Timeline

arichardson created this revision.

Side note but I find the current message to be quite lackluster as it does not include user nor system time.

Is there an easy way to include time-like output instead? If time-prefixed execution is a problem then as a hack this perhaps can run "procstat rusage" on itself before and after.

This revision is now accepted and ready to land.Aug 19 2020, 5:30 PM
This revision was automatically updated to reflect the committed changes.