- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Load calculation
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
08-01-2000 10:27 AM
08-01-2000 10:27 AM
Load calculation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 10:33 AM
08-01-2000 10:33 AM
Re: Load calculation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 10:46 AM
08-01-2000 10:46 AM
Re: Load calculation
uptime gives the average number of tasks in the run queue over the last 1,5 and 15 minutes. This is a useful "quick" look.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 10:49 AM
08-01-2000 10:49 AM
Re: Load calculation
And measurewear/perfView for a historic perspective (non-free)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 11:29 AM
08-01-2000 11:29 AM
Re: Load calculation
To set it up:
1) mkdir /var/adm/sa
2) chown adm:adm /var/adm/sa
3) create the following root cron entry:
0 6-18 * * * su adm -c "/usr/lib/sa/sa1 900 4"
This will run the collection progran every day between 06:00 & 18:00 every 900 seconds (15 minutes"
To view information use:
sar -? -f /var/adm/sa/sa??
where -? is sar option man sar
where sa?? is the date of the month i.e. sa01
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 06:31 PM
08-01-2000 06:31 PM
Re: Load calculation
The actual formula is statistical, so the kernel doesn't have to
remember each of the last 12 values. The formula is:
new average = [previous average * e^(-1/12)] + (new value * [1 - e^(-1/12)])
There is a more comprehensive explanation in Document Id W3564348
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 11:58 PM
08-01-2000 11:58 PM