- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- When should I alert ?
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
05-17-2004 08:23 PM
05-17-2004 08:23 PM
When should I alert ?
I have a basic doubt / requirement and here it goes ..
I believe CPU idle time "zero" is not a problem which needs an immediate fix. 'Cause if CPU is free, programs will use it. But what if the runq is also more ? , yes there is a problem.
Can I have a formula for an alert script using vmstat's runq ,idle time and number of processors ?.
i.e. If I have 4 processors and the runq is "50" whether it is a problem or not ?. And what if I have a single processor and a runq of "50"
I can not go for special tools like glance, perfview or something like that.
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 08:32 PM
05-17-2004 08:32 PM
Re: When should I alert ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 08:34 PM
05-17-2004 08:34 PM
Re: When should I alert ?
If you had it installed you would find the file /var/opt/perf/alarmdefs
which gives a pretty sound alarm definition for an indication of a CPU bottleneck,
that you could use as a guideline.
Of course, it uses MWA metrics, but their names are pretty self-explanatory.
Here's the CPU bottleneck definition from that file
symptom CPU_Bottleneck type=CPU
rule GBL_CPU_TOTAL_UTIL > 75 prob 25
rule GBL_CPU_TOTAL_UTIL > 85 prob 25
rule GBL_CPU_TOTAL_UTIL > 90 prob 25
rule GBL_PRI_QUEUE > 3 prob 25
alarm CPU_Bottleneck > 50 for 5 minutes
type = "CPU"
start
if CPU_Bottleneck > 90 then
red alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"
else
yellow alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"
repeat every 10 minutes
if CPU_Bottleneck > 90 then
red alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"
else
yellow alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"
end
reset alert "End of CPU Bottleneck Alert"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 08:49 PM
05-17-2004 08:49 PM
Re: When should I alert ?
Hmmm ... i never worked on perf / glance . Can u explain in detail please ?.
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 08:55 PM
05-17-2004 08:55 PM
Re: When should I alert ?
You get a 60 days evaluation version of glance in one of the applications CD supplied with the server. you can install and have a GO at it...
If you do have an HP9000 box!!!!
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 10:58 PM
05-17-2004 10:58 PM
Re: When should I alert ?
01.runq is more than 3 times the number of processors
02. If wait is more than 25 %
Can anybody advise if this needs improvement / any suggessions are welcome.
Regds,
Kaps