- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory bottleneck
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-16-2003 04:06 AM
07-16-2003 04:06 AM
Memory bottleneck
System: xyz
Wed Jul 16 17:32:17 2003
Load averages: 1.95, 1.54, 1.68
342 processes: 333 sleeping, 9 running
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 2.92 61.3% 2.0% 5.2% 31.5% 0.0% 0.0% 0.0% 0.0%
1 0.98 43.5% 1.4% 13.1% 42.1% 0.0% 0.0% 0.0% 0.0%
--- ---- - - - - - - - -----
avg 1.95 52.3% 1.8% 9.1% 36.8% 0.0% 0.0% 0.0% 0.0%
Memory: 544660K (288272K) real, 2155708K (1186736K) virtual, 4088K free Page# 1
/29
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
0 ? 14901 ora8i 241 20 84728K 25264K run 2:32 86.22 86.0785.46 oracleea
1 ? 2 root 128 20 0K 32K sleep 3:08 7.68 7.67 vhand
1 ? 5619 mockcds 168 20 7332K 216K sleep 7:01 7.57 7.55 atr.exec
1 ? 5617 mockcds 168 20 7332K 212K sleep 6:57 78 7.56 7.54 atr.exec
0 ? 15282 ora8i 154 20 30456K 1256K sleep 0:16 6.04 6.03 oracleea
1 ? 1190 root 154 20 200K 152K sleep 6:05 4.07 4.06 pwgrd
1 ? 3744 root -16 14 7024K 6436K run 2:11 2.00 1.99 midaemon
1 ? 15309 ora8i 128 20 135M 22204K sleep 4:04 1.60 1.60 oracleea
1 ? 4508 ora8i 156 20 30360K 756K sleep 2:16 1.51 49 1.48 ora_snp4
1 ? 4725 ora8i 154 20 30328K 1092K sleep 0:01 1.47 1.461.31 oracleea
1 pts/tl 16515 mockcds 168 20 3128K 668K sleep 0:07 0.70 0.70 top
Can any one explain me that why the amount of free memory is just 4088K where as the total active real memory is 544660K (288272K).
Also in system properties of SAM shows
Phycal memory 1 GB, and total real memory 545796kb. WHY?
My dbc_max_pct is set to 30 and
dbc_min_pct is set to 10
Thanks in advance
Paresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 04:17 AM
07-16-2003 04:17 AM
Re: Memory bottleneck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 04:17 AM
07-16-2003 04:17 AM
Re: Memory bottleneck
top is really a bad tool for this
Ask your local HP to get you kmeminfo
Then you can check usage
If you read the url
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9c47b82b2d63d71190080090279cd0f9,00.html
You will see a set of memory monitoring tools
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 10:01 AM
07-16-2003 10:01 AM
Re: Memory bottleneck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 12:01 PM
07-16-2003 12:01 PM
Re: Memory bottleneck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 01:04 PM
07-16-2003 01:04 PM
Re: Memory bottleneck
Don't check with the top, it's not the info
you need.
Use glance ot swapinfo then you will see
the size and the useage of memory.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 01:09 PM
07-16-2003 01:09 PM
Re: Memory bottleneck
Use vmstat,glance for memory reporting. Also check swapinfo.
You can use UNIX95= ps -ef -o "vsz,pid,args"|sort -nr
Check which process is taking most memory.