High Memory Utilization


 
Thread Tools Search this Thread
Operating Systems Solaris High Memory Utilization
# 1  
Old 02-17-2013
High Memory Utilization

Hello Guys,

I have one Solaris server with high memory utilization >90%. As per checking, below is the output for memory usage.

Code:
bash-3.00# ps -efo pmem,uid,pid,ppid,pcpu,comm | sort -r
%MEM   UID   PID  PPID %CPU COMMAND
 1.7 29496 20668     1  0.0 /opt/app/iw-home/tools/java/bin/java
 1.5 267074 20368 20364  0.0 iwserver.sol
 1.2     0 20679     1  0.0 /opt/app/iw-home/tools/java/bin/java
 1.0     0  1947  1946  0.0 ../jre/bin/java
 0.5 267074 20551     1  0.0 /opt/app/iw-home/eventsubsystem/../tools/java/jre/bin/java
 0.5     0  1761     1  0.0 /opt/app/CSF/AccessService/jre/bin/java
 0.4 267074  1530     1  0.0 /opt/app/search/jre/bin/java
 0.4     0 20764     1  0.1 /opt/app/OpenDeployNG/jre/bin/java
 0.4     0  1786     1  0.1 /opt/app/AdminServer/servletd/java1.4/bin/java
 0.3 267074 20628 20626  0.0 /opt/app/iw-home/bin/iwproxy
 0.2 267074 14947     1  0.0 iwldapsync
 0.2 267074  6075     1  0.0 iwldapsync
 0.2     0  2228  2098  0.0 detect_group:filesystem
 0.2     0  2098     1  0.0 ./perl
 0.2     0  1513     1  0.0 ./AutonomyContent.exe
 0.1 8460347 23429 23353  0.0 /usr/lib/ssh/sshd
 0.1 8452755 28193 28192  0.0 /usr/lib/ssh/sshd
 0.1 29496 20624 20616  0.0 /opt/app/iw-home/iw-webd/bin/iwwebd
 0.1 29496 20623 20616  0.0 /opt/app/iw-home/iw-webd/bin/iwwebd
 0.1 29496 20622 20616  0.0 /opt/app/iw-home/iw-webd/bin/iwwebd
 0.1 267074 22724 20717  0.0 /opt/web/apache/app/team/bin/httpd
 0.1 267074 21047 20717  0.0 /opt/web/apache/app/team/bin/httpd
 0.1 267074 20724 20717  0.0 /opt/web/apache/app/team/bin/httpd
 0.1 267074 20723 20717  0.0 /opt/web/apache/app/team/bin/httpd
 0.1 267074 20722 20717  0.0 /opt/web/apache/app/team/bin/httpd

As per further checking, there was more idle process that I suspect to be the reason of high memory utilization on the server.

Can someone advise on this matter (on how to reduce the memory usage utilization)?

Thank you.

BR,
Mr. M Smilie

Last edited by DukeNuke2; 02-17-2013 at 05:13 AM..
# 2  
Old 02-17-2013
How do you measure memory utilization ?
What makes you think it is a problem ?
Please use code tags.
Please post these command's output:
Code:
echo ::memstat | mdb -k
swap -s
vmstat 5 3
prstat -cZ 5 1

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

CPU Utilization and Memory Utilization of Services and Applications

Hi, i am new to linux/RHEL 6.0 and i have two questions. 1) How to get the CPU utilization and Memory Utilization of all Services running currently? 2) How to get the CPU utilization and Memory Utilization of all Applications running currently? Please help me to find the script. ... (2 Replies)
Discussion started by: nossam
2 Replies

2. HP-UX

HP-UX server showing high memory utilization

Hi All, I am using HP-UX 11i v1(B11.11) servers for my work and its memory (RAM) utilization is consistenly 80% for the last one year. Though I am not facing any issues with this high memory utilization I just want to know the below queries: 1) Is it the default behavior of HP-UX systems? 2)... (20 Replies)
Discussion started by: ssk250
20 Replies

3. Red Hat

High CPU Utilization

Hi Experts, I need to understand few basic things regarding top command result from one of the node i have collected: Cpu0 : 4.6%us, 2.0%sy, 0.0%ni, 91.4%id, 1.3%wa, 0.3%hi, 0.3%si, 0.0%st Cpu1 : 0.0%us, 0.3%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu2 : ... (5 Replies)
Discussion started by: mackjack87
5 Replies

4. UNIX for Advanced & Expert Users

[Solved] High CPU utilization

Hi, i am observing few processes taking high CPU and when i got some more detials about them it looks like this PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 9452 xmp 25 0 16736 1224 860 R 100.0 0.0 903:54.18 ffmpeg -i - 9777 xmp 25 0 16736 1224 ... (1 Reply)
Discussion started by: Siddheshk
1 Replies

5. Solaris

[DOUBT] Memory high in idle process on Solaris 10 (Memory Utilization > 90%)

Hi Experts, Our servers running Solaris 10 with SAP Application. The memory utilization always >90%, but the process on SAP is too less even nothing. Why memory utilization on solaris always looks high? I have statement about memory on solaris, is this true: Memory in solaris is used for... (4 Replies)
Discussion started by: edydsuranta
4 Replies

6. UNIX for Advanced & Expert Users

high cpu utilization

good morning. just wanted to ask if there's a way to check what causes the high cpu utilization of a server for the past 2 months? My jffnms report resulted to high utilization for a specific server last month. is there a way to check via a command line? thanks (9 Replies)
Discussion started by: lhareigh890
9 Replies

7. Red Hat

Disk Utilization is very high

Hi, I have monitored that disk utilization is very high on one of red hat linux VM. Would like to know how to find out that issue of high disk utilization is because of disk or Installed Application on that server is causing the problem. Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

8. Shell Programming and Scripting

Unix Script to find and kill a process with high memory utilization

Hi Unix Gurus i am somewhat new to unix scripting so need your help to create a script as below. # This script would find the process consuming memory beyond a certain #limit. if the meemory consumption is more than 100% for a period of 1 # minute for the specific process. the script would... (0 Replies)
Discussion started by: robinforlinux
0 Replies

9. AIX

High CPU utilization

Hi am facing high cpu utilization on my sybase server. I have P550 Number Of Processors: 4 Processor Clock Speed: 1656 MHz CPU Type: 64-bit Kernel Type: 32-bit LPAR Info: 1 65-D837E Memory Size: 7840 MB in topas it shows Name PID CPU% PgSp Owner dataserv 565264 ... (1 Reply)
Discussion started by: vjm
1 Replies

10. Solaris

High CPU Utilization

Good morning, I need some help figuring out what's eating up my cpu. My application can't get enough cpu to do its job. this is a sunfire V440 2CPU's at 1/593 GHZ with 8GB of memory. In the morning hours the box is at less than 3%. I can't figure out what else is using the CPU. We use foglight and... (2 Replies)
Discussion started by: bbouhaik
2 Replies
Login or Register to Ask a Question