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
F145844821: D25660.id.diff
Wed, Feb 25, 4:12 AM
Unknown Object (File)
Mon, Feb 9, 2:03 PM
Unknown Object (File)
Sun, Feb 8, 11:09 PM
Unknown Object (File)
Jan 11 2026, 6:57 AM
Unknown Object (File)
Dec 18 2025, 9:42 PM
Unknown Object (File)
Dec 14 2025, 4:56 AM
Unknown Object (File)
Dec 12 2025, 9:51 PM
Unknown Object (File)
Dec 10 2025, 2:25 PM
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