cancel
Showing results for 
Search instead for 
Did you mean: 

SMLG -- Quality

Former Member
0 Kudos

Hi,

In SMLG tcode, whats the significance of quality column?

And how its related to number of users and average response time ?

Thanks & Regards,

Gayathry.

Accepted Solutions (1)

Accepted Solutions (1)

TomCenens
Active Contributor
0 Kudos

Dear

Please read the following page:

[http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a64b4505211d189550000e829fbbd/content.htm|http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a64b4505211d189550000e829fbbd/content.htm]

The users are logged on to the instance that has the best quality.

Kind regards

Tom

Answers (4)

Answers (4)

Former Member
0 Kudos

Not exactly an issue. Clarified.

Former Member
0 Kudos

Hi

Log on load balancing is configured when we have more number of application servers.

Work process congestion

ADVANTAGES

Effective utilization of buffers.

Failover and Load balancing

Effective utilization of resources/work process

For more follow the links mentioned in threads

Regards

Bhaskar

Former Member
0 Kudos

Hi Tom,

I didn't find any definition for "quality" at above link.

Regards,

Gayathry.

JPReyes
Active Contributor
0 Kudos

Quoye from help.sap.com

Dynamic logon load distribution should ensure that the load is distributed as evenly as possible over all available application servers in a logon group. To achieve this, a program runs automatically every five minutes, determines the logon quality for each application server, and writes the quality to a table on the message server. This quality is a numerical value that is calculated from various performance values, such as the number of users logged on and the response time. The server with the best quality within a logon group is used for the next logon

http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a644c505211d189550000e829fbbd/content.htm

Regards

Juan

Former Member
0 Kudos

Hello,

quality is computed from response time, user number, and the respective thresholds. I am not aware of an official SAP document describing the algorithm used, but you may find it in the ABAP source code of report RSRZLQVA. And SAP note 51789 will tell you what changes might be done.

hope this helps