文档

​
​

Development

User Acquisition

Monetization

工业

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

此页面不支持所选语言。
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
    • Unity Version Control CLI
      • acl
      • activateuser
      • add
      • admin
      • annotate
      • api
      • applylocal
      • archive
      • attribute
      • autocomplete
      • branch
      • changelist
      • changerevisiontype
      • changeset
      • changeuserpassword
      • checkconnection
      • checkin
      • checkout
      • checkselectorsyntax
      • clone
      • codereview
      • configure
      • crypt
      • deactivateuser
      • diff
      • diffmetrics
      • fastexport
      • fastimport
      • fileinfo
      • find
      • getconfig
      • getfile
      • getrevision
      • getstatus
      • gettaskbranches
      • getworkspacefrompath
      • getworkspaceinfo
      • help
      • history
      • iostats
      • issuetracker
      • label
      • licenseinfo
      • linktask
      • list
      • listusers
      • location
      • lock
      • log
      • merge
      • move
      • objectspec
      • partial
      • patch
      • profile
      • pull
      • purge
      • push
      • query
      • remove
      • repository
      • revert
      • setowner
      • shelveset
      • show-find-objects
      • showacl
      • showcommands
      • showowner
      • showpermissions
      • support
      • switch
      • sync
      • trigger
      • tube
      • undelete
      • undo
      • undochange
      • undocheckout
      • undocheckoutunchanged
      • update
      • version
      • whoami
      • workspace
      • workspacestatus
      • xlink
    • CLI help
    • Pipe commands
    • cm find
    • Windows keyboard shortcuts
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

IOSTATS

Find input/output hardware statistics with the Unity Version Control CLI.
阅读时间2 分钟
最后更新于 10 个月前

Description

Shows statistics about the hardware.

Usage

cm iostats [<repserverspec>] [<list_of_tests>[ ...]] [--nettotalmb=<value_mb>] [--networkiterations=<value_iter>] [--diskdatasize=<value_size>] [--disktestpath=<value_path>] [--systemdisplaytime=<value_time>] [--systemdisplaytimeinterval=<value_interval>]

Options

Option / Argument

Description

--nettotalmbIndicates the amount of user data (in MegaBytes) transmitted on a network test, such as "serverDownloadTest" or "serverUploadTest". It must be a value between "4" and "512". (Default: 16)
--networkiterationsIndicates the number of iterations of "serverDownloadTest" and/or "serverUploadTest" that will be run. It must be a value between "1" and "100". (Default: 1)
--diskdatasizeIndicates the amount of data (in MegaBytes) that will be written and then read on the "diskTest". It must be a value between "100" and "4096". (Default: 512)
--disktestpathPath where the "diskTest" writes the test files. If this parameter is not provided, the command will try to use the system temp path.
--systemdisplaytimeTime interval (in seconds) showing the usage of system resources. This option is available for the following tests: "systemNetworkUsage" and "systemDiskUsage". It must be a value between "1" and "3600". (Default: 5 seconds).
--systemdisplaytimeintervalTime interval (in seconds) between the system performance samples. This option is available for the following tests: "systemNetworkUsage" and "systemDiskUsage". It must be a value between "1" and "60". (Default: 1 second).
repserverspecAn available UVCS server to perform the network tests, such as "serverUploadTest" and/ or "serverDownloadTest". If no server is provided, the command tries to communicate with the server configured by default. (Use 'cm help objectspec' to learn more about server specs.)
list_of_testsAvailable tests. Use a whitespace to separate test fields. See Remarks for more info.

Help

Remarks

This command requires an available server be used during the network speed tests ("serverUploadTest" and/or "serverDownloadTest").
The '--diskTestPath' must point to a path that belongs to the physical disk drive about to be tested. If no path is specified, the command tries to use the system default temp path. The disk drive of the specified path must have enough free space to execute the test.
During the command execution, the system can experience a degraded performance caused by the tests performed.

Available tests

Option / Argument

Description

--serveruploadtest(Default) Measures the data upload speed from UVCS client to the server.
--serverdownloadtest(Default) Measures the data download speed from UVCS server to the client.
--disktest(Default) Measures the disk read speed and disk write speed.
--systemnetworkusageShows the current usage of system network resources. (It shows Network Interface performance counters provided by Microsoft Windows). Available in Microsoft Windows only.
--systemdiskusageShows the current usage of system physical disks. (It shows Network Interface performance counters provided by Microsoft Windows). Available in Microsoft Windows only.

Examples

cm iostats MYSERVER:8087 --serveruploadtest --serverdownloadtest --nettotalmb=32

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Description

      • Usage

      • Options

    • Help

      • Remarks

        • Available tests

      • Examples


报告此页面的问题