sp_cluster profile

Description

Lets you set up and manage the load profile for the logical cluster.

Syntax

sp_cluster profile, [ "show" [, profile_name ] |
	"create", profile_name |
	"drop", profile_name |
	"set", profile_name [, weight [, wt_metric [, wt_value ] |
		threshold [, thr_metric [, thr_value ] ] ]

Parameters

Usage

Examples

Example 38

Example 1 Creates the load profile “my_profile”:

sp_cluster profile, "create", my_profile

Example 39

Example 2 Specifies the metric weights for “my_profile.” “user connections” is set to zero, which excludes that metric from the profile.

sp_cluster profile, "set", my_profile, weight, 
"user connections", '0'
sp_cluster profile, "set", my_profile, weight, 
cpu utilization, '20'
sp_cluster profile, "set", my_profile, weight, runqueue, '30'
sp_cluster profile, "set", my_profile, weight, 
io load, '10'
sp_cluster profile, "set", my_profile, weight, 
engine deficit, '10'
sp_cluster profile, "set", my_profile, weight, 
user metric, '30'

See “Using Monitoring Tables in a Clustered Environment.”

Example 40

Example 3 Sets the login redirection threshold to 80 and the hysteresis value to 10 for “my_profile.”

sp_cluster profile, "set", my_profile, threshold, login, '80'
sp_cluster profile, "set", my_profile, threshold, hysteresis, '10'

Example 41

Example 4 Displays information about a configured profile.

sp_cluster profile, "show", my_profile

ID            Profile                  Type    Connections   CPU  Run    Queue
------------- ------------------------- ------- ------------- --- -------------
--------- -------- ------ -------  ------  ---------
          100 my_profile                user              0     20            30
                 10     10      30      30     0     20

Profile                    Logical Cluster
-------------------------  --------------
my_profile                  SalesLC


Profile                      Logical Cluster Instance

         Load Score                     Connections Score
         CPU Score                      Run Queue Score
         IO Load Score                  User Score
---------------------------------- -------------------- -----------
	------------------------------------ ------------------------------
	------------------------------------ ------------------------------
	------------------------------------ ------------------------------
----------------------------------
my_profile                          SalesLC          ase1
                                    0.028871                 0.000000
                                    0.028871                 0.000000
                                    0.000000                 0.000000
                                    0.000000
my_profile                                           ase2
                                    0.029474                 0.000000
                                    0.029474                 0.000000
                                    0.000000                 0.000000
                                    0.000000
my_profile                                           ase3
                                    0.019503                 0.000000
                                    0.019503                 0.000000
                                    0.000000                 0.000000
                                    0.000000 
my_profile                                           ase4
                                    0.582675                 0.000000
                                    0.290930                 0.291745
                                    0.000000                 0.000000
                                     0.000000