Calculate needed CPUs


 
Thread Tools Search this Thread
Operating Systems AIX Calculate needed CPUs
# 1  
Old 08-27-2013
Calculate needed CPUs

Hello

If a process on a AIX system uses 0.3 CPU's, how many cpu's are needed for 100 Systems?

Regards,
Patrick
# 2  
Old 08-27-2013
In real world you cannot define values considering an one server or assumptions based on single system.
It depends on many factors.
1. What are you running on the system?
2. Is it a DB system or Application system?
3. Depends on Hardware (Model of pSeries like P5,6 or 7) and OS (AIX 5.3, 6.1 or 7.1) and
other software applications running on the system.
4. The software you are running is it CPU intensive? (we need hell lot of more details)
5. Another major factor is licensing on CPUs?

If you have answers to these questions, we can discuss further or help you with correct system profiles.

There are many intellectuals here, who can help you design a better system.
# 3  
Old 08-27-2013
Another important consideration arises from what the process actually does. Are you looking to replicate the same process across different machines? Are these machines completely independent, because if not, you will be faced with other considerations such as: are these processes reading the same data? are they writing the same data? are there scheduling dependencies? are they otherwise communicating with each other?
# 4  
Old 08-28-2013
Quote:
Originally Posted by PatMis81
If a process on a AIX system uses 0.3 CPU's, how many cpu's are needed for 100 Systems?
If i need 2 hands to clap two times, how many do i need to clap once?

If you could solve such problems by multiplication than "SysAdmin" work would be done by janitors in their spare time. (Un)-fortunately, this isn't the case.

There are so many contributing factors that a general answer can't be given. Some of these have already be stated above, here is one more: how much CPU a process uses depends on what it is doing: a database system in near idle state will use a lot less CPU than running at peak.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Calculating number of CPUs in Solaris-8

Hello, I have few old V210/V240, running Solaris-8. I am trying to find, number of physical CPUs, number of cores and number of virtual processors. psrinfo is giving me confusing status. It looks like, there are 2 physical CPUs, but psrinfo -p shows me just 1 bash-2.03$ psrinfo -v Status of... (4 Replies)
Discussion started by: ron323232
4 Replies

2. Shell Programming and Scripting

Calculate age of a file | calculate time difference

Hello, I'm trying to create a shell script (#!/bin/sh) which should tell me the age of a file in minutes... I have a process, which delivers me all 15 minutes a new file and I want to have a monitoring script, which sends me an email, if the present file is older than 20 minutes. To do... (10 Replies)
Discussion started by: worm
10 Replies

3. UNIX for Advanced & Expert Users

cpus for especific users

hi, how can asignate in a multicore processor a number of core for especific users ? many thanks. (3 Replies)
Discussion started by: pixelmuerto
3 Replies

4. UNIX for Dummies Questions & Answers

Interpreting prtdiag output - 2 or 4 CPUs?

I am having trouble figuring this one out.....Is this a 2CPU or a 4CPU v490 with 16GB? I think it is a 2CPU system, looking for confirmation. $ prtdiag System Configuration: Sun Microsystems sun4u Sun Fire V490 System clock frequency: 150 MHz Memory size: 16384 Megabytes ... (1 Reply)
Discussion started by: config_boy
1 Replies

5. Shell Programming and Scripting

Help needed-calculate previous date

Hi Friends, Need a command/script in unix which calculates previous date from current date. For ex: If current date= 01 Jan 2008, then output =31 Dec 2007 If current_date =01 Aug 2008 , then output= 31 July 2008 Please advice Regards, Suresh (3 Replies)
Discussion started by: sureshg_sampat
3 Replies

6. Shell Programming and Scripting

Awk help needed to calculate total

Hi all, I have a flat file like 10 steven 25 mike 47 Charles 127 Nancy 34 steven 23 mike 67 Charles 7761 Nancy 8 steven 54 mike 88 Charles 1267 Nancy I need to calculate the total of steven and all the members , for this I am using like grep "`sed -n 1p patterns.txt`"... (7 Replies)
Discussion started by: senthilkumar_ak
7 Replies

7. AIX

CPUs information on IBM AIX 4.3

Hi, I would like to know how can i get information like %user %kernel %idle etc for each cpu. Getting the infomation for the complete system cpu usage is given below but can you help me in getting each cpu information from cpu 0 to cpu n-1. Is there any kernel symbol for that and if there is how... (0 Replies)
Discussion started by: uiqbal
0 Replies

8. Solaris

Multiple CPUs

I have a Sun server with 4 CPUs. How can I verify if all 4 are being used? When I use top, it doesn't seem to break it down into 4 cpus, should it? example: load averages: 1.14, 1.06, 0.88; up 27+03:16:09 14:39:30 148 processes: 145 sleeping, 1 running, 2 on cpu... (3 Replies)
Discussion started by: FredSmith
3 Replies

9. Solaris

how can i know how many cpus i have?

installed in my mechine? or any info about the configuretion of the cpus? thanks (4 Replies)
Discussion started by: umen
4 Replies

10. HP-UX

How Many CPUs? (Itanium)

I've got a dual CPU Itanium server that we use for hosting our Oracle database. It's been up and running fine for quite some time. So well, in fact, that I haven't even looked at 'top' in a while. Recently I needed to look at 'top' and I only see one CPU listed now. CPU0. Is there any other... (5 Replies)
Discussion started by: deckard
5 Replies
Login or Register to Ask a Question