Page MenuHomeFreeBSD

Update to D25266 bin/ps: Make the rtprio option actually show realtime priorities
ClosedPublic

Authored by mckusick on Jul 14 2020, 7:31 AM.
Tags
None
Referenced Files
F132303295: D25660.id.diff
Wed, Oct 15, 5:08 PM
F132303290: D25660.id74425.diff
Wed, Oct 15, 5:08 PM
F132303287: D25660.id74449.diff
Wed, Oct 15, 5:08 PM
F132257962: D25660.diff
Wed, Oct 15, 6:29 AM
Unknown Object (File)
Jul 29 2025, 5:43 AM
Unknown Object (File)
Jul 7 2025, 12:59 AM
Unknown Object (File)
Jul 4 2025, 5:53 AM
Unknown Object (File)
Jul 3 2025, 4:59 AM
Subscribers

Details

Summary

The current ps -o rtprio show threads running at interrupt priority such as the [intr] thread as '1:48' and threads running at kernel priority such as [pagedaemon] as normal:4294967260.

This change shows [intr] as intr:48 and [pagedaemon] as kernel:4.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I suspect an idea was that ithreads are real-time threads but with higher priority.

This revision is now accepted and ready to land.Jul 14 2020, 10:40 AM