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)
Mon, Oct 20, 10:28 PM
Unknown Object (File)
Fri, Oct 17, 8:13 AM
Unknown Object (File)
Wed, Oct 15, 5:08 PM
Unknown Object (File)
Wed, Oct 15, 5:08 PM
Unknown Object (File)
Wed, Oct 15, 5:08 PM
Unknown Object (File)
Wed, Oct 15, 6:29 AM
Unknown Object (File)
Jul 29 2025, 5:43 AM
Unknown Object (File)
Jul 7 2025, 12: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 Skipped
Unit
Tests Skipped
Build Status
Buildable 32308

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