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.
Differential D26056
Also print number of available CPUs on Linux arichardson on Aug 13 2020, 2:55 PM. Authored by Tags None Referenced Files
Subscribers
Details
Without this change the buildworld/buildkernel epilogue looks like this:
ncpu: , make -j72.
Diff Detail
Event TimelineComment Actions 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. |