lsvdiskanalysisprogress
Use the lsvdiskanalysisprogress command to display information about the space analysis progress for an entire system.
Syntax
Parameters
- -nohdr
- (Optional) By default, headings are displayed for each column of data in a concise
style view, and for each item of data in a detailed style view. The
-nohdr parameter suppresses the display of these
headings.Note: If there is no data to be displayed, headings are not displayed.
- -delim delimiter
- (Optional) By default in a concise view, all columns of data are space-separated. The
width of each column is set to the maximum width of each item of data. In a detailed
view, each item of data has its own row, and if the headers are displayed, the data is
separated from the header by a space. The -delim parameter
overrides this behavior. Valid input for the -delim parameter is a
1-byte character. If you enter
-delim :on the command line, the colon character (:) separates all items of data in a concise view; for example, the spacing of columns does not occur. In a detailed view, the data is separated from its header by the specified delimiter.
Description
This command displays information about the space analysis progress for an entire system.
This table
provides the attribute values that can be displayed as output view data.
| Attribute | Description |
|---|---|
| vdisk_count | Indicates the number of volumes on this system. |
| pending_analysis | Indicates the number of volumes that belong to this system
and:
|
| estimated_completion_time | Indicates the estimated time at which analysis is expected to
end. This value is calculated based on extrapolation from the actual
analysis duration.
Estimated completion time does not consider volumes that are offline and displays estimated completion time as if the volumes are online. |
| last_cycle_start_time | Indicates the start time of the last automatic space analysis time interval. The value is a number (in seconds) or blank if no cycle has previously run. |
| automatic_pending_analysis | Indicates the number of volumes that belong to this system and are scheduled for automatic space analysis for the current 12-hour time interval. The value is 0 if automatic scheduling is disabled. |
| automatic_estimated_completion_time | Indicates the automatic analysis estimated time (in seconds) that the analysis is expected to end. This value is calculated based on extrapolation from the actual analysis duration. The value is blank if automatic scheduling is disabled. |
A concise invocation example that shows analysis progress for a system with some scheduled disks and no active cycle
lsvdiskanalysisprogress
The detailed resulting output:
vdisk_count pending_analysis estimated_completion_time last_cycle_start_time automatic_pending_analysis automatic_estimated_completion_time
15 10 20150523135200 20150523130000 0
A concise invocation example that shows analysis progress for a system with no scheduled disks and an active cycle
lsvdiskanalysisprogress
The detailed resulting output:
vdisk_count pending_analysis estimated_completion_time last_cycle_start_time automatic_pending_analysis automatic_estimated_completion_time
15 0 20150523130000 4 20150523140000A concise invocation example that shows analysis progress for a system with no disks
lsvdiskanalysisprogress
The detailed resulting output:
vdisk_count pending_analysis estimated_completion_time last_cycle_start_time automatic_pending_analysis automatic_estimated_completion_time
0 0 20150523130000 0