show system configuration database usage
Syntax
show system configuration database usage <ephemeral-instance (default | instance-name)> <merge>
Description
Display configuration database disk space usage statistics.
Options
| none | Display statistics for the static configuration database. |
| ephemeral-instance (default | instance-name) | (Optional) Display statistics for the specified ephemeral configuration database instance. |
| merge | (Optional) Display combined statistics for all configuration databases, including the static configuration database and all ephemeral configuration database instances. |
Required Privilege Level
maintenance
Output Fields
Table 1 describes the output fields for the show system
configuration database usage command. Output fields
are listed in the approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
|
Display the maximum available space on the disk to store the configuration database |
|
|
Display the total space on the disk used by the current configuration database |
|
|
Display the actual space on the disk used by the current configuration data |
|
|
Display the free space available on the disk to store the configuration database |
|
|
Display the total space on the disk used by all configuration databases |
|
|
Display the actual space on the disk used by the current configuration data in all databases |
Sample Output
show system configuration database usage
user@host> show system configuration database usage Maximum size of the database: 665.99 MB Current database size on disk: 1.50 MB Actual database usage: 1.48 MB Available database space: 664.51 MB
show system configuration database usage merge
user@host> show system configuration database usage merge Current merged database size on disk: 6.00 MB Actual merged database usage: 5.91 MB
Release Information
Command introduced in Junos OS Release 15.1.
ephemeral-instance option introduced in Junos OS Release
23.2R1 and Junos OS Evolved Release 23.2R1.
merge option introduced in Junos OS Release 25.2R1 and
Junos OS Evolved Release 25.2R1.