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 I/O cache, so if there is no memory in used, memory will be used by I/O cache.
I want to measure memory utilization of my Apache Server. Can I use pmap command and pass all the process ID of 'httpd' and take that as total utilization ?
pmap PID1 PID2 ....
It seems that pmap give more info rather than RAM utilization. Any command in Unix/Perl through I get the correct info of memory utilization ?
dear all,
kindly i want to check my server memory utilization i used alot of commands but i want to make sure that it is acurate let me explain
i have a server which has 32GB RAM
Total Memory = 33423360 kb
Free Memory = 4172568 kb
Utilized Memory = 29250792 kb
Memory Utilization Percentage = 87.5 %
if Utilized Memory = 29250792 kb how can i make sure which processes eat this amount of memo
Hi,
I am new to scripting need help, my requirement is to add the % of memory and cpu of top command.
so that script will display total Memory utilization and CPU Utilization in % of top command.
even it does not display which proess is utilizing most memory.
I have been getting requests from application teams that the server is running slow. I have checked the memory utilization, processes running and cpu utilization. Please find below:
#free -m
total used free shared buffers cached
Mem: 3006 2994 11 0 6 171
We're facing intermittent periods of 100% CPU utilization.
Server Configuration:HP DL580 G7 (4 Processor with 8 cores each; 128GB memory.)
Operating System: Solaris 10_x86 update 9
Application: Oracle 10 R2; ASM for Disk Management.
Code:
My Code
Hi Friends,
I need to get output in table format using unix shell script.For example my server CPU and memory utilization report will come as a mail with ordinary format but i want to make as table format.
Here two output finally we are getting:-
CPU utilization is $toatal_CPU_Utilized
Memory utilization is $toatal_Memory_Utilized
But i want in table format.Help m
On Ubuntu 12.10, shortly after startup, I see Firefox has 1.0GB, and compiz has 1.2GB in the Virtual Memory column. With only 2gb of memory (and a large swap) could this signify a memory leak that is causing the system to grind to a halt with several apps open? Whenever it slows significantly I see the IOwait is very high, maybe from swapping.
Has anyone ever seen one done? I recently setup lpar2rrd for a project i'm working on. Never noticed that lpar2rrd doesn't have the best memory usage graphs.