forked from docs/doc-exports
Reviewed-by: Miskanin, Jan <jan.miskanin@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
134 lines
21 KiB
HTML
134 lines
21 KiB
HTML
<a name="evs_faq_0053"></a><a name="evs_faq_0053"></a>
|
|
|
|
<h1 class="topictitle1">How Can I View My Disk Usage?</h1>
|
|
<div id="body1566379707507"><p id="evs_faq_0053__p14553021348">You can view your disk usages in either of the following ways:</p>
|
|
<ul id="evs_faq_0053__ul11471195910713"><li id="evs_faq_0053__li1647117598714">View disk usages manually.<p id="evs_faq_0053__p930118195119"><a name="evs_faq_0053__li1647117598714"></a><a name="li1647117598714"></a>The details depend on the OS. This FAQ uses Windows Server 2008, Windows Server 2016, and Linux as samples to describe how to view the disk usage.</p>
|
|
<ul id="evs_faq_0053__ul157895309114"><li id="evs_faq_0053__li2604914144217"><a href="#evs_faq_0053__section193332219345">Viewing Disk Usage in Linux</a></li><li id="evs_faq_0053__li3686154013115"><a href="#evs_faq_0053__section171726918570">Viewing Disk Usage in Windows Server 2008</a></li><li id="evs_faq_0053__li2686174019112"><a href="#evs_faq_0053__section112851921192418">Viewing Disk Usage in Windows Server 2016</a></li></ul>
|
|
</li><li id="evs_faq_0053__li18604641213"><a href="#evs_faq_0053__section169291740133">Installing Agent to View Disk Usage</a></li></ul>
|
|
<div class="section" id="evs_faq_0053__section193332219345"><a name="evs_faq_0053__section193332219345"></a><a name="section193332219345"></a><h4 class="sectiontitle">Viewing Disk Usage in Linux</h4><p id="evs_faq_0053__p18731631152616">In this section, CentOS 7.4 64bit is used as an example. The details depend on if you need to view the available space or not.</p>
|
|
<ul id="evs_faq_0053__ul19842731112616"><li id="evs_faq_0053__li28421631192612">To query the total capacity only, run <strong id="evs_faq_0053__b923816478529">l</strong><strong id="evs_faq_0053__b1956617194714">sblk</strong>.<div class="p" id="evs_faq_0053__p130646203210">Information similar to the following is displayed:<pre class="screen" id="evs_faq_0053__screen10760108181215">[root@ecs-test-0001 ~]# lsblk
|
|
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
|
|
vda 253:0 0 40G 0 disk
|
|
└─vda1 253:1 0 40G 0 part /
|
|
vdb 253:16 0 40G 0 disk
|
|
└─vdb1 253:17 0 40G 0 part</pre>
|
|
</div>
|
|
<p id="evs_faq_0053__p102071546113718">In the command output, the server has two disks, <strong id="evs_faq_0053__b07002116129">/dev/vda</strong> and <strong id="evs_faq_0053__b91351148127">/dev/vdb</strong>. System disk <strong id="evs_faq_0053__b8830171981212">/dev/vda</strong> has 40 GiB of capacity, as does data disk <strong id="evs_faq_0053__b1876105071215">/dev/vdb</strong>.</p>
|
|
</li><li id="evs_faq_0053__li188104019355">To query the total capacity and display the space available as well, run <strong id="evs_faq_0053__b1521215163614">df -TH</strong>. Ensure that the disk has been attached and initialized before running this command.<p id="evs_faq_0053__p3739732185411">Information similar to the following is displayed:</p>
|
|
<pre class="screen" id="evs_faq_0053__screen154083505310">[root@ecs-0001 ~]# df -TH
|
|
Filesystem Type Size Used Avail Use% Mounted on
|
|
/dev/vda1 ext4 43G 2.0G 39G 5% /
|
|
devtmpfs devtmpfs 509M 0 509M 0% /dev
|
|
tmpfs tmpfs 520M 0 520M 0% /dev/shm
|
|
tmpfs tmpfs 520M 7.2M 513M 2% /run
|
|
tmpfs tmpfs 520M 0 520M 0% /sys/fs/cgroup
|
|
tmpfs tmpfs 104M 0 104M 0% /run/user/0
|
|
/dev/vdb1 ext4 43G 51M 40G 1% /mnt/sdc</pre>
|
|
<p id="evs_faq_0053__p16263557134320">In the command output, the server has two partitions, <strong id="evs_faq_0053__b36439593165">/dev/vda1</strong> and <strong id="evs_faq_0053__b94001432174">/dev/vdb1</strong>. Partition <strong id="evs_faq_0053__b8586227178">/dev/vda1</strong> is used to deploy the OS, and its total capacity, used capacity, and available capacity are 43 GiB, 2 GiB, and 39 GiB, respectively. Partition <strong id="evs_faq_0053__b1841511304180">/dev/vdb1</strong>'s total capacity, used capacity, and available capacity are 43 GiB, 51 MiB, and 40 GiB, respectively.</p>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="evs_faq_0053__section171726918570"><a name="evs_faq_0053__section171726918570"></a><a name="section171726918570"></a><h4 class="sectiontitle">Viewing Disk Usage in Windows Server 2008</h4><p id="evs_faq_0053__p6153652103515">In this section, Windows Server 2008 R2 Enterprise 64bit is used as an example.</p>
|
|
<ol id="evs_faq_0053__ol768205819572"><li id="evs_faq_0053__li468285820579"><span>On the desktop of the <span id="evs_faq_0053__text129384287579">server</span>, right-click <strong id="evs_faq_0053__b8423527069913">Computer</strong> and choose <strong id="evs_faq_0053__b8423527069917">Manage</strong> from the shortcut menu.</span><p><p id="evs_faq_0053__p169553820018">The <strong id="evs_faq_0053__b105892001946">Server Manager</strong> window is displayed.</p>
|
|
</p></li><li id="evs_faq_0053__li13569561602"><span>In the navigation tree, choose <strong id="evs_faq_0053__b228213819199">Storage</strong> > <strong id="evs_faq_0053__b6283158101918">Disk Management</strong>.</span><p><p id="evs_faq_0053__p41991714813">The sizes and available spaces of the volumes on the current disk are displayed in the middle pane.</p>
|
|
<div class="fignone" id="evs_faq_0053__fig174673391438"><span class="figcap"><b>Figure 1 </b>Disk Management page</span><br><span><img id="evs_faq_0053__image7468193916312" src="en-us_image_0187937488.png"></span></div>
|
|
</p></li></ol>
|
|
</div>
|
|
<div class="section" id="evs_faq_0053__section112851921192418"><a name="evs_faq_0053__section112851921192418"></a><a name="section112851921192418"></a><h4 class="sectiontitle">Viewing Disk Usage in Windows Server 2016</h4><p id="evs_faq_0053__p293221673614">In this section, Windows Server 2016 Standard 64bit is used as an example.</p>
|
|
<ol id="evs_faq_0053__ol71050116258"><li id="evs_faq_0053__li510517182519"><span>On the desktop of the <span id="evs_faq_0053__text5191937584">server</span>, click the start icon in the lower left corner.</span><p><p id="evs_faq_0053__p7155151118275">The <strong id="evs_faq_0053__b842352706215049">Windows Server</strong> window is displayed.</p>
|
|
</p></li><li id="evs_faq_0053__li1096513352259"><span>Click <strong id="evs_faq_0053__b842352706105759">Server Manager</strong>.</span><p><p id="evs_faq_0053__p156081536309">The <strong id="evs_faq_0053__b84235270617428">Server Manager</strong> window is displayed.</p>
|
|
<div class="fignone" id="evs_faq_0053__fig0450125511307"><span class="figcap"><b>Figure 2 </b>Server Manager page</span><br><span><img id="evs_faq_0053__image194511755163011" src="en-us_image_0187940206.png"></span></div>
|
|
</p></li><li id="evs_faq_0053__li04781048102512"><span>In the upper right corner, choose <strong id="evs_faq_0053__b842352706201449">Tools</strong> > <strong id="evs_faq_0053__b842352706201453">Computer Management</strong>.</span></li><li id="evs_faq_0053__li20919124392613"><span>Choose <strong id="evs_faq_0053__b8638466">Storage</strong> > <strong id="evs_faq_0053__b10637330">Disk Management</strong>.</span><p><p id="evs_faq_0053__p79752576316">In the middle pane, you can view the sizes and available spaces of the volumes on the disk.</p>
|
|
<div class="fignone" id="evs_faq_0053__fig11761034193212"><span class="figcap"><b>Figure 3 </b>Disk list page</span><br><span><img id="evs_faq_0053__image576103453213" src="en-us_image_0187940368.png"></span></div>
|
|
</p></li></ol>
|
|
<p id="evs_faq_0053__p680715320404"></p>
|
|
</div>
|
|
<div class="section" id="evs_faq_0053__section169291740133"><a name="evs_faq_0053__section169291740133"></a><a name="section169291740133"></a><h4 class="sectiontitle">Installing Agent to View Disk Usage</h4><p id="evs_faq_0053__en-us_topic_0220691167_p8060118">Some disk monitoring metrics require that the agent to be installed.</p>
|
|
<p id="evs_faq_0053__p727710161911">For details about how to install the Agent on an ECS, see section "Installing and Configuring the Agent on a Linux ECS or BMS" in the <em id="evs_faq_0053__i1222851011542">Cloud Eye User Guide</em>.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="evs_faq_0053__table11888143517135" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Disk metrics</caption><thead align="left"><tr id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_row250917130458"><th align="left" class="cellrowborder" valign="top" width="13.099999999999998%" id="mcps1.3.6.4.2.7.1.1"><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_p126095471215">Metric</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="14.529999999999998%" id="mcps1.3.6.4.2.7.1.2"><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p13757487454">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="33.809999999999995%" id="mcps1.3.6.4.2.7.1.3"><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p47794817458">Description</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="14.179999999999998%" id="mcps1.3.6.4.2.7.1.4"><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p17186610175111">Value Range</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="10.349999999999996%" id="mcps1.3.6.4.2.7.1.5"><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p81307820578">Monitored Object & Dimension</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="14.029999999999998%" id="mcps1.3.6.4.2.7.1.6"><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p21306815714">Monitoring Period (Raw Data)</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_row650913134455"><td class="cellrowborder" valign="top" width="13.099999999999998%" headers="mcps1.3.6.4.2.7.1.1 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_p10720854195015">disk_free</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.529999999999998%" headers="mcps1.3.6.4.2.7.1.2 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p11426145312588">(Agent) Available Disk Space</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.809999999999995%" headers="mcps1.3.6.4.2.7.1.3 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p116982408478">Free space on the disks</p>
|
|
<p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p364185016435">Unit: GB</p>
|
|
<ul id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_ul1836810491232"><li id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_li113681549202314">Linux: Run the <strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_b1979312105813">df -h</strong> command to check the value in the <strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_b01978317518">Avail</strong> column. The path of the mount point prefix cannot exceed 64 characters. It must start with a letter, and contain only digits, letters, hyphens (-), dots (.), and swung dashes (~).</li><li id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_li03685491234">Windows: Use the WMI interface to call GetDiskFreeSpaceExW API to obtain disk space data. The path of the mount point prefix cannot exceed 64 characters. It must start with a letter, and contain only digits, letters, hyphens (-), dots (.), and swung dashes (~).</li></ul>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.179999999999998%" headers="mcps1.3.6.4.2.7.1.4 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p194261653135820">≥ 0</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.349999999999996%" headers="mcps1.3.6.4.2.7.1.5 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p4938131119577"><span id="evs_faq_0053__en-us_topic_0197985578_text149071948162513">ECS</span> - Mount point</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.029999999999998%" headers="mcps1.3.6.4.2.7.1.6 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p1093851113572">1 minute</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_row75091135457"><td class="cellrowborder" valign="top" width="13.099999999999998%" headers="mcps1.3.6.4.2.7.1.1 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_p5721155418501">disk_total</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.529999999999998%" headers="mcps1.3.6.4.2.7.1.2 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p1775111613310">(Agent) Disk Storage Capacity</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.809999999999995%" headers="mcps1.3.6.4.2.7.1.3 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p18426105319582">Total space on the disks, including used and free</p>
|
|
<p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p3181456184316">Unit: GB</p>
|
|
<ul id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_ul22892410242"><li id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_li92891412412">Linux: Run the <strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_b1280441333113">df -h</strong> command to check the value in the <strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_b6805191313113">Size</strong> column.<p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_p5341629122612">The path of the mount point prefix cannot exceed 64 characters. It must start with a letter, and contain only digits, letters, hyphens (-), dots (.), and swung dashes (~).</p>
|
|
</li><li id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_li112891462415">Windows: Use the WMI interface to call GetDiskFreeSpaceExW API to obtain disk space data. The path of the mount point prefix cannot exceed 64 characters. It must start with a letter, and contain only digits, letters, hyphens (-), dots (.), and swung dashes (~).</li></ul>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.179999999999998%" headers="mcps1.3.6.4.2.7.1.4 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p1057313810816">≥ 0</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.349999999999996%" headers="mcps1.3.6.4.2.7.1.5 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p631511310574"><span id="evs_faq_0053__en-us_topic_0197985578_text92911551182518">ECS</span> - Mount point</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.029999999999998%" headers="mcps1.3.6.4.2.7.1.6 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p8315131319579">1 minute</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_row95094134450"><td class="cellrowborder" valign="top" width="13.099999999999998%" headers="mcps1.3.6.4.2.7.1.1 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_p19721165445019">disk_used</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.529999999999998%" headers="mcps1.3.6.4.2.7.1.2 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p34202178311">(Agent) Used Disk Space</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.809999999999995%" headers="mcps1.3.6.4.2.7.1.3 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p167462537593">Used space on the disks</p>
|
|
<p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p25641849446">Unit: GB</p>
|
|
<ul id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_ul032356132415"><li id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_li10323464245">Linux: Run the <strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_b12670094014">df -h</strong> command to check the value in the <strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_b270120154018">Used</strong> column. The path of the mount point prefix cannot exceed 64 characters. It must start with a letter, and contain only digits, letters, hyphens (-), dots (.), and swung dashes (~).</li><li id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_li13231667246">Windows: Use the WMI interface to call GetDiskFreeSpaceExW API to obtain disk space data. The path of the mount point prefix cannot exceed 64 characters. It must start with a letter, and contain only digits, letters, hyphens (-), dots (.), and swung dashes (~).</li></ul>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.179999999999998%" headers="mcps1.3.6.4.2.7.1.4 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p13509440124615">≥ 0</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.349999999999996%" headers="mcps1.3.6.4.2.7.1.5 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p5014143578"><span id="evs_faq_0053__en-us_topic_0197985578_text194271653192516">ECS</span> - Mount point</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.029999999999998%" headers="mcps1.3.6.4.2.7.1.6 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p160201485719">1 minute</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_row1050951394510"><td class="cellrowborder" valign="top" width="13.099999999999998%" headers="mcps1.3.6.4.2.7.1.1 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_p572216546508">disk_usedPercent</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.529999999999998%" headers="mcps1.3.6.4.2.7.1.2 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p105111318631">(Agent) Disk Usage</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.809999999999995%" headers="mcps1.3.6.4.2.7.1.3 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p64261535585">Percentage of total disk space that is used, which is calculated as follows: <strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0083516942_b842352706162238">Disk Usage</strong> = <strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0083516942_b842352706162227">Used Disk Space</strong>/<strong id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0083516942_b842352706162230">Disk Storage Capacity</strong></p>
|
|
<p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p14423171814449">Unit: percent</p>
|
|
<ul id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_ul098197247"><li id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_li6982992418">Linux: It is calculated as follows: Used/Size. The path of the mount point prefix cannot exceed 64 characters. It must start with a letter, and contain only digits, letters, hyphens (-), dots (.), and swung dashes (~).</li><li id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_li109813972416">Windows: Use the WMI interface to call GetDiskFreeSpaceExW API to obtain disk space data. The path of the mount point prefix cannot exceed 64 characters. It must start with a letter, and contain only digits, letters, hyphens (-), dots (.), and swung dashes (~).</li></ul>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.179999999999998%" headers="mcps1.3.6.4.2.7.1.4 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_en-us_topic_0083516942_p94261253205813">0-100</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.349999999999996%" headers="mcps1.3.6.4.2.7.1.5 "><p id="evs_faq_0053__en-us_topic_0197985578_p16126328102920"><span id="evs_faq_0053__en-us_topic_0197985578_text15249355202519">ECS</span> - Mount point</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.029999999999998%" headers="mcps1.3.6.4.2.7.1.6 "><p id="evs_faq_0053__en-us_topic_0197985578_en-us_topic_0084814075_en-us_topic_0084814075_p3166191516578">1 minute</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="evs_01_0082.html">Capacity</a></div>
|
|
</div>
|
|
</div>
|
|
|