The following example shows how to configure various thresholds for buffer, CPU, and memory ROs.
Configuring System Global Thresholding Policy for Buffer RO
The following example shows how to configure a global policy with the policy name as system-global-pc1 for public buffer with
critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval of 10
seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy system-global-pc1 global
system
buffer public
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring Per User Global Thresholding Policy for Buffer RO
The following example shows how to configure a per user global policy with the policy name as per-user-global-pc1 for public
buffer with critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval
of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy per-user-global-pc1 type iosprocess
system
buffer public
critical rising 90 interval 12 falling 20 interval 10 global
major rising 70 interval 12 falling 15 interval 10 global
minor rising 60 interval 12 falling 10 interval 10 global
Configuring User Local Thresholding Policy for Buffer RO
The following example shows how to configure a user local policy with the policy name as user-local-pc1 for public buffer
with critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval
of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy user-local-pc1 type iosprocess
system
buffer public
critical rising 70 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring System Global Thresholding Policy for I/O Memory RO
The following example shows how to configure a global policy with the policy name as system-global-pc1 for I/O memory with
critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval of 10
seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy system-global-pc1 global
system
memory io
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring Per User Global Thresholding Policy for I/O Memory RO
The following example shows how to configure a per user global policy with the policy name as per-user-global-pc1 for I/O
memory with critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval
of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy per-user-global-pc1 type iosprocess
system
memory io
critical rising 90 interval 12 falling 20 interval 10 global
major rising 70 interval 12 falling 15 interval 10 global
minor rising 60 interval 12 falling 10 interval 10 global
Configuring User Local Thresholding Policy for I/O Memory RO
The following example shows how to configure a user local policy with the policy name as user-local-pc1 for I/O memory with
critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval of 10
seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy user-local-pc1 type iosprocess
system
memory io
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring System Global Thresholding Policy for Processor Memory RO
The following example shows how to configure a user system global policy with the policy name as system-global-pc1 for processor
memory with critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval
of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy system-global-pc1 global
system
memory processor
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring Per User Global Thresholding Policy for Processor Memory RO
The following example shows how to configure a per user global policy with the policy name as user-global-pc1 and the resource
type as iosprocess for processor memory with critical threshold values of 90 percent as rising at an interval of 12 seconds,
20 percent as falling at an interval of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds,
15 percent as falling at an interval of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12
seconds, 10 percent as falling at an interval of 10 seconds:
configure terminal
resource policy
policy user-global-pc1 type iosprocess
system
memory processor
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring User Local Thresholding Policy for Processor Memory RO
The following example shows how to configure a user local policy with the policy name as user-local-pc1 and the resource type
as iosprocess for processor memory with critical threshold values of 90 percent as rising at an interval of 12 seconds, 20
percent as falling at an interval of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds,
15 percent as falling at an interval of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12
seconds, 10 percent as falling at an interval of 10 seconds:
configure terminal
resource policy
policy user-local-pc1 type iosprocess
system
memory processor
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring System Global Thresholding Policy for Interrupt CPU RO
The following example shows how to configure a global policy with the policy name as system-global-pc1 for interrupt CPU with
critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval of 10
seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy system-global-pc1 global
system
cpu interrupt
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring Per User Global Thresholding Policy for Interrupt CPU RO
The following example shows how to configure a per user global policy with the policy name as per-user-global-pc1 and the
resource type as iosprocess for interrupt CPU with critical threshold values of 90 percent as rising at an interval of 12
seconds, 20 percent as falling at an interval of 10 seconds, major threshold values of 70 percent as rising at an interval
of 12 seconds, 15 percent as falling at an interval of 10 seconds, and minor threshold values of 60 percent as rising at an
interval of 12 seconds, 10 percent as falling at an interval of 10 seconds:
configure terminal
resource policy
policy per-user-global-pc1 type iosprocess
system
cpu interrupt
critical rising 90 interval 12 falling 20 interval 10 global
major rising 70 interval 12 falling 15 interval 10 global
minor rising 60 interval 12 falling 10 interval 10 global
Configuring User Local Thresholding Policy for Interrupt CPU RO
The following example shows how to configure a user local policy with the policy name as user-local-pc1 and the resource type
as iosprocess for interrupt CPU with critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent
as falling at an interval of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent
as falling at an interval of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds,
10 percent as falling at an interval of 10 seconds:
configure terminal
resource policy
policy user-local-pc1 global type iosprocess
system
cpu interrupt
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring System Global Thresholding Policy for Process CPU RO
The following example shows how to configure a global policy with the policy name as system-global-pc1 for process CPU with
critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval of 10
seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy system-global-pc1 global
system
cpu process
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring Per User Global Thresholding Policy for Process CPU RO
The following example shows how to configure a per user global policy with the policy name as per-user-global-pc1 and the
resource type as iosprocess for process CPU with critical threshold values of 90 percent as rising at an interval of 12 seconds,
20 percent as falling at an interval of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds,
15 percent as falling at an interval of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12
seconds, 10 percent as falling at an interval of 10 seconds:
configure terminal
resource policy
resource policy per-user-global-pc1 type iosprocess
system
cpu process
critical rising 90 interval 12 falling 20 interval 10 global
major rising 70 interval 12 falling 15 interval 10 global
minor rising 60 interval 12 falling 10 interval 10 global
Configuring User Local Thresholding Policy for Process CPU RO
The following example shows how to configure a user local policy with the policy name as user-local-pc1 and the resource type
as iosprocess for process CPU with critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent
as falling at an interval of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent
as falling at an interval of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds,
10 percent as falling at an interval of 10 seconds:
configure terminal
resource policy
policy user-local-pc1 global type iosprocess
system
cpu process
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring System Global Thresholding Policy for Total CPU RO
The following example shows how to configure a global policy with the policy name as system-global-pc1 for total CPU with
critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval of 10
seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 20 percent as falling at an interval
of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds, 10 percent as falling at an
interval of 10 seconds:
configure terminal
resource policy
policy system-global-pc1 global
system
cpu total
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10
Configuring Per User Global Thresholding Policy for Total CPU RO
The following example shows how to configure a per user global policy with the policy name as per-user-global-pc1 and the
resource type as iosprocess for total CPU with critical threshold values of 90 percent as rising at an interval of 12 seconds,
20 percent as falling at an interval of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds,
15 percent as falling at an interval of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12
seconds, 10 percent as falling at an interval of 10 seconds:
configure terminal
resource policy
policy per-user-global-pc1 type iosprocess
system
cpu total
critical rising 90 interval 12 falling 20 interval 10 global
major rising 70 interval 12 falling 15 interval 10 global
minor rising 60 interval 12 falling 10 interval 10 global
Configuring User Local Thresholding Policy for Total CPU RO
The following example shows how to configure a user local policy with the policy name as user-local-pc1 and the resource type
as iosprocess for total CPU with critical threshold values of 90 percent as rising at an interval of 12 seconds, 20 percent
as falling at an interval of 10 seconds, major threshold values of 70 percent as rising at an interval of 12 seconds, 15 percent
as falling at an interval of 10 seconds, and minor threshold values of 60 percent as rising at an interval of 12 seconds,
10 percent as falling at an interval of 10 seconds:
configure terminal
resource policy
policy user-local-pc1 type iosprocess
system
cpu total
critical rising 90 interval 12 falling 20 interval 10
major rising 70 interval 12 falling 15 interval 10
minor rising 60 interval 12 falling 10 interval 10