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 ?
I have been running Ubuntu 12.04, 64 bit, on my AMD desktop for quite some time. Last few days, I have been seeing the memory utilization of compiz to be increasing. I normally do not shut down the computer, however, recently the memory utilization when no apps are running is about 1 GB.
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 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.
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
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
Published at LXer:
with help of ps and pidof commads we can determine how much cpu and memory is consumed or used by particular process and command.
Read More...
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.
The "free" command is used to display the memory usage info of your computer. But with the normal "free" command, you get the info only once. To use "free" to display the memory usage of your computer continuously, you can use the "-s" option with the "free" command.