- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- difference between trprio & renice/nice
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 03:17 AM
06-12-2002 03:17 AM
difference between trprio & renice/nice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 03:45 AM
06-12-2002 03:45 AM
Re: difference between trprio & renice/nice
I assume you mean rtprio.
Using the search function and the string below will give you quite a few hits:
+rtprio
Here's an example:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0ac72234586d5118ff00090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 04:09 AM
06-12-2002 04:09 AM
Re: difference between trprio & renice/nice
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:28 AM
06-12-2002 06:28 AM
Re: difference between trprio & renice/nice
nice/renice is seperate to priority (rtprio): The the processor may have many processes at the same priority (say 154) but some of them may have a lesser (higher) nice value. In effect there are two queues, they do similar things but slightly differently.
the HP-UX priorities are split into a few catagories & sub catagories based on a numeric priority level.
HP-UX TimeSchedule: 101-256 (I think)
HP-UX RealTime: 0-100
POSIX RealTime [RR, RR2, FIFO]: -32 to -1
The basic difference is that RealTime priorities (-31 to 100) do not suffer from priority degradation (having there priority numericaly increased [reduced] if the OS thinks it is being CPU greedy!!!)
The other difference is when you use top (as I have found in the past) you see columns called NICE & USER. If all your processes have a nice value of 20 (default) then no NICE cpu is used and only USER is used.
If you want to see a processes Nice & priority (say PID 1234) do
% ps -lp 1234
I hope this helps
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:36 AM
06-12-2002 06:36 AM
Re: difference between trprio & renice/nice
rtprio means i am running in real-time, when you can get time give then to the nicer process...