Sponsored Content
Operating Systems AIX CPU Load balancing in AIX 5.2, Oracle Post 302631775 by zxmaus on Saturday 28th of April 2012 12:53:34 AM
Old 04-28-2012
it would be a lot more helpful if you would post vmstat -Iwt instead of what you did post - but just so much - oracle is a thread based DB - and if you do not have any work for the cpus, than the cpus are not doing anything in the usersection.
The wait times you see are waiting for IO to finish rather than whatever you think it is.
AIX will ALWAYS load balance across all available cpus - primarily between the first threads of the virtual cpus first before utilizing the second thread. In addition you are doing with AIX 5.3 on p5 out of order processing - that means whatever work is available and whatever processor has the 'correct' section idling - the work will be done no matter if it would be per scheduler the next task or not.

Regards
zxmaus
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Question about load balancing

If you have two or more servers load balancing, are the servers mirroring one another? If images, etc., are uploaded, will they be stored on all the servers so that if one server goes down, the images will be served up by another server? (1 Reply)
Discussion started by: wvmlt
1 Replies

2. AIX

idea on hacmp load balancing

Hi All, Any idea about load balancing on hacmp? Or load balancing is only on lpar. Any idea or link info will do. Thanks in advance. (2 Replies)
Discussion started by: itik
2 Replies

3. Ubuntu

perlbal and load balancing

Hi guys, I wonder if someone would be able to assist with my problem. I have just set up a load balancer for a company I am working for. HTTP redirection is working fine, however they also want to load balance SSH and FTP too. At the moment the perlbal config looks like; CREATE POOL webhttp ... (1 Reply)
Discussion started by: JayC89
1 Replies

4. Solaris

Load balancing with IPMP

Is it possible to do a load balancing ( incoming and outgoing )with with IPMP in solaris 10 like sun trunking ? If yes what are the steps involved in it , i know how to do the failover IPMP both link based and probe based but i 'm looking for possible load balancing (3 Replies)
Discussion started by: fugitive
3 Replies

5. Web Development

Load Balancing in Apache

Hi All, I have one webserver which has an application for a set of internal users can be accessed by _http://server1.com I am planning to load balance this application. For that I have cloned this server and build a new one which can be accessed using _http://server2.com]Server2.com. Also i... (2 Replies)
Discussion started by: Tuxidow
2 Replies

6. Linux

HTTP load balancing.

Hi, We have 2 pools of servers. Lets call them A and B and they would contain 2 servers each. Pool A will be hosting www.example.com/app/v1 and pool B will be hosting www.example.com/app/v2. Clients will be requesting right url (/v1 or /v2) but will be hitting just one IP. I'd like to: 1)... (3 Replies)
Discussion started by: chrisfb
3 Replies

7. IP Networking

Load Balancing ppp

Hello everybody How can i Load Balance two slow ppp(gprs) connections with iptables . (4 Replies)
Discussion started by: rink
4 Replies

8. UNIX for Advanced & Expert Users

Help in MQ load balancing

Hi, Currently we have 3 old and 3 new servers catering to Live traffic. As my component move from legacy interfaces to MQ one, we want to have load balancing of old interfaces available on MQ interface as well. For this, we want to send only 30% of all MQ traffic on 3 OLD Live servers, and want... (1 Reply)
Discussion started by: senkerth
1 Replies

9. UNIX for Advanced & Expert Users

Load balancing in Autosys

Hi, I am working on development project where I have to migrate many jobs from Tidal to Autosys R11. During this project we came across the following requirements. 1. There are 3 real machines. There could be many jobs activated simultaneously, but only one job should execute at a time and... (0 Replies)
Discussion started by: sujeetp
0 Replies

10. Shell Programming and Scripting

Load Balancing in UNIX

Dear All, Can any one help me for this request? There is a case. I have 20 files which I need to FTP to 5 servers. I want to know if there is any possibility to make a load balancer which transfers files in round robin manner to 5 servers. As per theoretical algorithm, what I think, flow can... (9 Replies)
Discussion started by: Zaib
9 Replies
CGGET(1)							 libcgroup Manual							  CGGET(1)

NAME
cgget - print parameter(s) of given group(s) SYNOPSIS
cgget [-n] [-v] [-r <name>] [-g <controller>] [-a] <path> ... cgget [-n] [-v] [-r <name>] -g <controller>:<path> ... DESCRIPTION
Prints the parameter(s) of input cgroup(s). If neither controller nor variable are specified, the values of all possible variables are displayed. <path> is the name of the cgroup which should be read. This parameter can be used multiple times. -a, --all print the variables for all controllers which consist in the given cgroup -g <controller> defines controller which values should be displaied. This option can be used multiple times. -g <controller>:<path> defines control groups which values should be displaied. This option can be used multiple times. -h, --help display help and exit -n do not print headers, i.e. names of groups. -r, --variable <name> defines parameter to display. This option can be used multiple times. -v, --values-only print only values, not parameter names. EXAMPLES
$ cgget -r cpuset.cpus -r cpuset.mems first second first: cpuset.cpus=0-1 cpuset.mems=0 second: cpuset.cpus=0 cpuset.mems=0 $ cgget -n -r cpuset.cpus -r cpuset.mems first second cpuset.cpus=0-1 cpuset.mems=0 cpuset.cpus=0 cpuset.mems=0 $ cgget -nv -r cpuset.cpus -r cpuset.mems first second 0-1 0 0 0 $ cgget -n -g cpu / cpu.rt_period_us=1000000 cpu.rt_runtime_us=950000 cpu.shares=1024 SEE ALSO
cgsules.conf (1), cgcreate (1), cgget (1) Linux 2010-01-18 CGGET(1)
All times are GMT -4. The time now is 03:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy