show system security-profile scheduler
Syntax
show system security-profile scheduler
detail
logical-system <logical-system-name>
root-logical-system
summary
tenant <tenant-name>
terse
Description
Displays the number of schedulers that the user logical system administrators and primary logical system administrators can configure for their logical systems if the security profile is bound to the logical systems. The existing show command for the security-profile scheduler is enhanced with tenant support.
Options
detail
—Displays the detailed output.logical-system
—Displays the name of the logical system.root-logical-system
—Displays root logical system as default.summary
—Displays the summary output.tenant
—Displays the name of the tenant system.terse
—Displays the terse output.
Required Privilege Level
view
Output Fields
Table 1 lists the output fields
for the show system security-profile scheduler
command.
Output fields are listed in the approximate order in which they appear.
Field Name |
Field Description |
---|---|
|
Name of the logical system or tenant system name. |
|
Name of the security profile bound to the logical system or tenant system. |
|
Number of resources that are currently being used. |
|
Number of resources that are guaranteed to be available to the logical system or the tenant system. |
|
Number of resources that the logical system or the tenant system can use. The maximum does not guarantee that the amount specified for the resource in the security profile is available. The maximum is not applicable for CPU resources. |
|
If a logical system or the tenant system requires more of a resource than its reserved amount allows, it can utilize resources configured for the global maximum amount if they are available—that is, if they are not allocated to other logical systems or tenant system. |
|
Number of resources available across all the logical systems or tenant system. |
|
Total number of logical systems and tenant systems. |
|
Using the most security log streams with the detailed number. |
|
Using the least security log streams with the detailed number. |
|
Total number of the resources configured for the security profile. |
|
Number of resources used across all the logical systems or tenant systems. |
Sample Output
show system security-profile scheduler
root@host> show system security-profile scheduler logical-system tenant name security profile name usage reserved maximum root-logical-system Default-Profile 0 0 256
Sample Output
show system security-profile scheduler detail
root@host> show system security-profile scheduler detail logical-system tenant name : root-logical-system security profile name : Default-Profile used amount : 0 reserved amount : 0 maximum quota : 256
Sample Output
show system security-profile scheduler summary
root@host> show system security-profile scheduler summary global used amount : 0 global maximum quota : 256 global available amount : 256 total logical systems/tenants : 2 total security profiles : 2 heaviest usage / user : 0 / root-logical-system ...(2 logical system & tenants) lightest usage / user : 0 / root-logical-system ...(2 logical system & tenants)
Sample Output
show system security-profile scheduler terse
root@host> show system security-profile scheduler terse logical-system tenant name security profile name usage reserved maximum root-logical-system Default-Profile 0 0 256
Sample Output
show system security-profile scheduler tenant all
root@host> show system security-profile scheduler tenant all logical-system tenant name security profile name usage reserved maximum root-logical-system Default-Profile 0 0 256
Release Information
Statement introduced in Junos OS Release 11.2.
The tenant
option is added in Junos OS Release 18.3R1.