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
Unknown Object (File)
Wed, Dec 11, 3:21 AM
Unknown Object (File)
Fri, Nov 29, 4:12 PM
Unknown Object (File)
Oct 25 2024, 12:43 PM
Unknown Object (File)
Oct 25 2024, 12:27 AM
Unknown Object (File)
Oct 25 2024, 12:27 AM
Unknown Object (File)
Oct 25 2024, 12:27 AM
Unknown Object (File)
Oct 25 2024, 12:08 AM
Unknown Object (File)
Oct 2 2024, 6:20 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