- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing priority of a process
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
07-28-2000 05:02 AM
07-28-2000 05:02 AM
Changing priority of a process
is users are complaining of slow response. The Informix administrators have
suggested to make the informix process as a System Process and this will
speed up the processing time leading to increase in system performance.
My query is what priority should be given to the Informix process. Also If a make it
a system process, how will my other system processes behave. Will it affect my
Server to the extent of damaging its file system leading to a crash.
What is the proper way of changing the priority of a process.
Any suggestions or advices will be highly appreciated.
Bye!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 05:03 AM
07-28-2000 05:03 AM
Re: Changing priority of a process
man renice - change a running processes priority.
I wouldn't advise running any database process at a higher priority than the kernel.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 05:05 AM
07-28-2000 05:05 AM
Re: Changing priority of a process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 05:06 AM
07-28-2000 05:06 AM
Re: Changing priority of a process
see man nice, man renice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 06:18 AM
07-28-2000 06:18 AM
Re: Changing priority of a process
If you don't have Glance, then I would push to get it asap. Glance will quickly point out the processing culprits and give you an indication of what the specific bottlenecks are. It's available on a trial basis from http://software.hp.com It is not unusual to find that your 'slow' response could just as easily be caused from a disk bottleneck from the culprits I mentioned above. In this case, nice with a lower priority will help, but not as much as you will probably desire. Unfortunately, nice only impacts CPU processing directly. HP has a PRM product that can be setup to help control things automatically, but again this product only effectively controls CPU. Disk issues are a lot more difficult to correct and usually will require the cooperation and effort of the DBA's to fix properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 06:37 AM
07-28-2000 06:37 AM
Re: Changing priority of a process
It is hard to tell you what other processes are going to suffer and what resources will be sacrificed from higher priority processes without knowing your system requirements.
I would push back and think about other performance issues with regards to database access, I/O... You will require a tool like Glance to analyze the process and see what the "bottleneck" really is. You can also use sar, vmstat and iostat for starts.
If your DBAs have relevant information regarding increasing the priority of the database processes, I am sure this forum would be glad to consider it.
Hope this helps,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 07:13 AM
07-28-2000 07:13 AM
Re: Changing priority of a process
In general, it is netter to *decrease* the priority of these large queries, freeing up more cpu cycles for interactive users with smaller demands.
In my experience, you get far more significant gains from identifying these queries and having the users/DBAs tune the sequels queries poperly than you ever will from changing process priorities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2000 07:30 AM
07-29-2000 07:30 AM