Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ winsat mem <parameters>
|`-do <n>`|Specify the distance in bytes, between the end of the source buffer and the beginning of the destination buffer. The default is 64 bytes. The maximum allowable destination offset is 16 MB. Specifying an invalid destination offset results in an error.</br>Note: Zero is a valid value for `<n>`, but negative numbers aren't.|
|`-mint <n>`|Specify the minimum run time in seconds for the assessment. The default is 2.0. The minimum value is 1.0. The maximum value is 30.0.</br>Note: Specifying a `-mint` value greater than the `-maxt` value when the two parameters are used in combination results in an error.|
|`-maxt <n>`|Specify the maximum run time in seconds for the assessment. The default is 5.0. The minimum value is 1.0. The maximum value is 30.0. If used in combination with the `-mint` parameter, the assessment will begin to do periodic statistical checks of its results after the period of time specified in `-mint`. If the statistical checks pass, then the assessment finishes before the period of time specified in `-maxt` has elapsed. If the assessment runs for the period of time specified in `-maxt` without satisfying the statistical checks, then the assessment finishes at that time and return the results it has collected.|
|`-buffersize <n>`|Specify the buffer size that the memory copy test should use. Twice this amount is allocated per CPU, which determines the amount of data copied from one buffer to another. The default is 16 MB. This value is rounded to the nearest 4-KB boundary. The maximum value is 32 MB. The minimum value is 4 KB. Specifying an invalid buffer size results in an error.|
|`-buffersize <n>`|Specify the buffer size that the memory copy test should use. Twice this amount is allocated per CPU, which determines the amount of data copied from one buffer to another. The default is 16 MB. This value is rounded to the nearest 4-KB boundary. The maximum value is 384 MB. The minimum value is 64 KB. Specifying an invalid buffer size results in an error.|
|`-v`|Send verbose output to STDOUT, including status and progress information. Any errors are also be written to the command window.|
|`-xml <file name>`|Save the output of the assessment as the specified XML file. If the specified file exists, it will be overwritten.|
|`-idiskinfo`|Save information about physical volumes and logical disks as part of the `<SystemConfig>` section in the XML output.|
Expand Down