Sponsored Content
Full Discussion: CPU utilization problem
Top Forums UNIX for Dummies Questions & Answers CPU utilization problem Post 302282442 by Ankgne on Saturday 31st of January 2009 06:16:37 AM
Old 01-31-2009
CPU utilization problem

Hi All,

I have a shell script which pulls the data from 72 different servers. We are running multiple instances of this script into infinite loop i.e we have divided the script into 9 instances and each instance caters to 8 different servers. This scripts ftps the files from the servers, gzips these files and place them into a directory.

Now my problem is i want to make sure that my system doesn't crash because of the mutiple instances.So could anyone please tell me what all i should monitor to check the system's performance?

Thanks in anticipation
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

CPU Utilization

On user complains about the performance of web application, as a part application support, we use following commands to see the CPU utilization in the UNIX using ‘sar' command. Some times it goes below 20 and even reaches 0. HLW$~> sar -u 10 60 SunOS HLW 5.8 Generic_117350-14 sun4u ... (2 Replies)
Discussion started by: thinakarmani
2 Replies

2. UNIX for Dummies Questions & Answers

% CPU utilization

Hi, iam new to AIX and had a basic question. I was asked to give a chart of CPU utilization in percentage for every hour. where can i look for information and which column should i look at? I would be very thankful if somebody could respond. Thanks! karthik (1 Reply)
Discussion started by: karthikosu
1 Replies

3. AIX

Performance Problem - High CPU utilization

Hello everybody. I have a problem with my AIX 5.3. Recently my unix shows a high cpu utilization with sar or topas. I need to find what I have to do to solve this problem, in fact, I don't know what is my problem. I had the same problem with another AIX 5.3 running the same... (2 Replies)
Discussion started by: wilder.mellotto
2 Replies

4. Shell Programming and Scripting

CPU Utilization

Dear friends, I am doing a report daily for all most 30 more serves... i need to check out CPU utlization bu (top command, 100 - (ideal value)) and Memory utilization too could some one help me how can i get it directly, if scripts also no problem.. i will very thankful if some one... (3 Replies)
Discussion started by: bullz26
3 Replies

5. Shell Programming and Scripting

CPU Utilization

Hi to All, Would you please help me. I would like to know, In Unix How to know CPU utilization for every process. Thanks in Advance. Thanks, Divyang (3 Replies)
Discussion started by: div_Neev
3 Replies

6. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies

7. AIX

CPU Utilization

Hi All, Can some one help me in finding % CPU Utilization ? From VMSTAT command, How we can find % utilization ? Thanks (3 Replies)
Discussion started by: VBudatha
3 Replies

8. Shell Programming and Scripting

CPU Utilization

I know how to check the CPU utilization and memory space like: vmstat top free What i want ot check on my linux system is... how much CPU are available on my system and do i need to put extra CPU. Also need to check the hardware configuration and the space related to the same ... (3 Replies)
Discussion started by: j_panky
3 Replies

9. UNIX for Advanced & Expert Users

CPU utilization

Hi, any commande on AIX 6.1 that shows me total CPU utilization ? I saw curt in documentation but there should be a trace file before. Thank you. (1 Reply)
Discussion started by: big123456
1 Replies

10. 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
PMDAMEMCACHE(1) 					       Performance Co-Pilot						   PMDAMEMCACHE(1)

NAME
pmdamemcache - memcache performance metrics domain agent (PMDA) DESCRIPTION
This PMDA extracts performance data from memcached, a distributed memory caching daemon commonly used to improve web serving performance. A farm of memcached processes over multiple servers can be utilised by a single web application, increasing the total available object cache size, and decreasing the database load associated with smaller cache sizes. This system is described in detail at http://www.danga.com/memcached. INSTALLATION
Configure pmdamemcache to extract the values from set of hosts used in the memcache farm. These hosts can be listed in the $PCP_PMDAS_DIR/memcache/memcache.conf file, in the format (i.e. Perl array) described at the top of pmdamemcache.pl. A custom refresh rate can also be configured using this mechanism. # cd $PCP_PMDAS_DIR/memcache # [ edit memcache.conf ] Once this is setup, you can access the names and values for the memcache performance metrics by doing the following as root: # cd $PCP_PMDAS_DIR/memcache # ./Install If you want to undo the installation, do the following as root: # cd $PCP_PMDAS_DIR/memcache # ./Remove pmdamemcache is launched by pmcd(1) and should never be executed directly. The Install and Remove scripts notify pmcd(1) when the agent is installed or removed. FILES
$PCP_PMDAS_DIR/memcache/memcache.conf configuration file listing monitored memcache instances $PCP_PMDAS_DIR/memcache/Install installation script for the pmdamemcache agent $PCP_PMDAS_DIR/memcache/Remove undo installation script for the pmdamemcache agent $PCP_LOG_DIR/pmcd/memcache.log default log file for error messages from pmdamemcache SEE ALSO
pmcd(1) and memcached(1). 3.8.10 Performance Co-Pilot PMDAMEMCACHE(1)
All times are GMT -4. The time now is 02:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy