WLM - Goal Management Doubt

2006-10-14 Thread Jacky Bright

I hav to create 2 service classes A and B in my WLM policy with same goal
description.

10 transactions will be assigned with service class A and 1 transaction will
be assigned with service class B.

Will this improve the performance of transaction (associated service class
B) by 10 times ?

Does this mean that A and B will get equal amt of CPU resource which will be
shared by transactions associated with those service classes ?


JAcky

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: WLM - Goal Management Doubt

2006-10-14 Thread Edward Jaffe

Jacky Bright wrote:

I hav to create 2 service classes A and B in my WLM policy with same goal
description.

10 transactions will be assigned with service class A and 1 
transaction will

be assigned with service class B.

Will this improve the performance of transaction (associated service 
class

B) by 10 times ?

Does this mean that A and B will get equal amt of CPU resource which 
will be

shared by transactions associated with those service classes ?


Transactions assigned to B will perform identically to those assigned to 
A. If B has minimal transaction volume, WLM's responses to changing 
conditions could be sluggish. Better not to define B at all.


--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: WLM - Goal Management Doubt

2006-10-14 Thread Shane
On Sat, 2006-10-14 at 07:10 -0700, Edward Jaffe wrote:

 Better not to define B at all.

Agreed - presuming no Resource Groups involvement.
In general, less service classes is a good aim - use report classes to
differentiate the work for reporting if required.

Shane ...

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


WLM - Goal Management Doubt

2006-10-14 Thread Gerhard Adam
10 transactions will be assigned with service class A and 1 transaction will
be assigned with service class B.

Will this improve the performance of transaction (associated service class
B) by 10 times ?

Improve the performance?  NO.  Based on your definition, each transaction 
(whether in service class A or B) would be allowed the same number of 
USING/DELAY samples in proportion to the number of transactions in each service 
class.  For example, consider a velocity goal of 40.  Service class A  could 
have 40 USING samples and 60 DELAY samples to meet this goal.  Service class B 
would have 4 USING samples against 6 DELAY samples to be meeting its goals.  In 
each case, WLM would assess goal management based on the number of transactions 
in each service class.

However, the problem is that Service class B might not be able to provide 
enough samples to represent itself properly.  In this case, Service class A 
might get better performance since it has more units of work contributing 
samples, and therefore it provides a better view into what is happening within 
the service class. 

Does this mean that A and B will get equal amt of CPU resource which will be
shared by transactions associated with those service classes ?

That's not likely.  Access to the CPU is determined by dispatching priority and 
cannot be absolutely determined when two separate service classes are involved. 
 In addition, access to the CPU will be affected by the number of competing 
service classes at higher importance levels.  However, it is reasonably safe to 
say that Service class B will have more difficulty in being managed since it 
has only one transaction contributing samples for WLM assessment.

Adam

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html