- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High NICE value in TOP
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
12-01-2006 12:16 AM
12-01-2006 12:16 AM
High NICE value in TOP
On a system connected by SAN to an HDS 9570 I'm having performance problems on my Oracle database. Looking at TOP I see very high NICE values, like these..
133 processes: 128 sleeping, 4 running, 1 zombie
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.08 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
1 0.26 0.0% 64.5% 4.6% 30.9% 0.0% 0.0% 0.0% 0.0%
2 0.13 0.0% 0.2% 0.0% 99.8% 0.0% 0.0% 0.0% 0.0%
3 0.19 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 0.17 0.0% 16.2% 1.2% 82.6% 0.0% 0.0% 0.0% 0.0%
Memory: 973904K (711136K) real, 1197560K (838952K) virtual, 861544K free Page# 1/9
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
1 ? 1436 raadpopr 149 21 815M 145M sleep 50:20 59.70 59.60 oracleP741
with sar I can see there is little throughput
Is this just an I/O bottleneck ??
Please help.
Eric Lemmers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2006 12:24 AM
12-01-2006 12:24 AM
Re: High NICE value in TOP
check whether the "raadpopr" process is not a run-away process.
this snap shows that it is consuming a high amount of CPU (of cpu no 1) and memory
Note that you may also use glance to further drill-down on this process.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2006 12:33 AM
12-01-2006 12:33 AM
Re: High NICE value in TOP
The funny thing is that after a while the high NICE values are gone for some time and with sar I can see up to 60.000 to 80.000 blks/s throughput.
In other words 'it comes and goes'.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2006 12:41 AM
12-01-2006 12:41 AM
Re: High NICE value in TOP
did you run a statspack report?
if you are running Oracle 10g, the ADDM (utomatic database diagnostic monitor) will be awesome...
Also, if you have mwa, you can extract your performance data and plot appropriate graphs to identified the periods during which you have having these problems.
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2006 12:48 AM
12-01-2006 12:48 AM
Re: High NICE value in TOP
This scrit is very handly and SEP has provided this one. Just use it that will help you a lot.
From what i see from your top is, you don't have a IO problem (SAN) related. Just use vmtast, swapinfo to drill a bit. I also recon you to check the Kernel param.
http://www.hpux.ws/system.perf.sh
Chan