Skip to content

Latest commit

 

History

History
146 lines (95 loc) · 4.51 KB

xcp-nfs-reference-estimate.adoc

File metadata and controls

146 lines (95 loc) · 4.51 KB
sidebar permalink keywords summary
sidebar
xcp-nfs-reference-estimate.html
netapp, xcp, reference, nfs, command, commands
XCP NFS command reference

estimate

The XCP NFS estimate command is used to estimate the time to complete a baseline copy from the source to destination. It calculates the estimated time to complete a baseline copy by using all of the current available system resources, such as CPU, RAM, Network, and other parameters. You can use the -target option to start a sample copy operation and get the estimation time.

Syntax
xcp estimate -id <name>

The following table lists the estimate parameters and their description.

Parameter Description

estimate -id <name>

Specifies the catalog name of a previous copy or scan index.

estimate -gbit <n>

Uses gigabits of bandwidth to estimate best-case time (default: 1).

estimate -target <path>

Specifies the target to use for live test copy.

estimate -t <n/s/m/h]>

Specifies the duration of live test copy (default: 5m).

estimate -bs <n[k]>

Specifies the read/write block size (default: 64k).

estimate -dircount <n[k]>

Specifies the request size for reading directories (default: 64k).

estimate -preserve-atime

Preserves access time of the file or directory (default: False).

estimate -loglevel <name>

Sets the log level; available levels are INFO, DEBUG (default: INFO)

estimate -id <name>

Use the -id <name> parameter with the estimate command to exclude the files and directories that match the filter.

Syntax
xcp estimate -id <name>

estimate -gbit <n>

Use the -gbit <n> parameter with the estimate command to estimate best-case time (default: 1). This option cannot be used with the -target option.

Syntax
xcp estimate -gbit <n> -id <name>

estimate -target <path>

Use the -target <path> parameter with the estimate command to specify target to use for live test copy.

Syntax
xcp estimate -t 100 -id <name> -target <path>

estimate -t <n[s|m|h]>

Use the -t <n[s|m|h]> parameter with the estimate command to specify the duration of live test copy. The default value is 5m.

Syntax
xcp estimate -t <n[s|m|h]> -id <name> -target <path>

estimate -bs <n[k]>

Use the -bs <n[k]> parameter with the estimate command to specify the read/write block size. The default value is 64k.

Syntax
xcp estimate -id <name> -bs <n[k]>

estimate -dircount <n[k]>

Use the -dircount <n[k]> parameter with the estimate command to specify the requested size for reading directories. The default value is 64k.

Syntax
xcp estimate -id <name> -dircount <n[k]> -t <n> -target <path>

estimate -parallel <n>

Use the -parallel <n> parameter with the estimate command to specify the maximum number of concurrent batch processes. The default value is 7.

Syntax
xcp estimate -loglevel <name> -parallel <n> -id <name>

estimate -preserve-atime

Use the -preserve-atime parameter with the estimate command to preserve the access time of the file or directory. The default value is false.

Syntax
xcp estimate -loglevel <name> -preserve-atime -id <name>

estimate -loglevel <name>

Use the -loglevel <name> parameter with the estimate command to set the log level; available levels are INFO and DEBUG. The default level is INFO.

Syntax
xcp estimate -loglevel <name> -id <name>