- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Slowing down a server
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
02-13-2001 10:14 AM
02-13-2001 10:14 AM
Slowing down a server
I have an L2000/2/440 which I need to slow down. The objective behind this is to provide a more realistic performance feel for the end users who are the first ones on this new server. As we will be adding additional applications to this server over time and so we want this first group to not get 'spoilt'.
Is there a way to reduce the CPU performance as well as the disk I/O. I would like to start by taking one CPU offline. (How do you do this?)
Any help or ideas appreciated.
Leon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 10:19 AM
02-13-2001 10:19 AM
Re: Slowing down a server
Use PRM (Process Resource Management) to allocate bounded resources to this group of users or run an resource-intensive application in the background.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 10:54 AM
02-13-2001 10:54 AM
Re: Slowing down a server
http://www.hp.com/go/prm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 04:59 PM
02-13-2001 04:59 PM
Re: Slowing down a server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 05:08 PM
02-13-2001 05:08 PM
Re: Slowing down a server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 05:45 PM
02-13-2001 05:45 PM
Re: Slowing down a server
1) lower the value of the timeslice kernel parameter, this should increase system overhead hence degrade your system performance.
2) write two small programs, one does straightly loopings and ones loop on read operations, run these two programs along side so that your user applications will never get full cpu cycle and i/o priorities.
Regards,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 07:36 AM
02-14-2001 07:36 AM
Re: Slowing down a server
than type
cpu 1 off <-- to disable cpu# 1
cpu 1 on <-- to enable cpu# 1
you will not be ablet to disable all CPUs and try not to disable CPU# 0
happy disabling!!
Ajay