Merge "Correct the output of 'nova diagnostics' command"

This commit is contained in:
Jenkins 2016-09-21 07:53:29 +00:00 committed by Gerrit Code Review
commit 0360b01abe

View File

@ -96,25 +96,26 @@ Show instance usage statistics
.. code-block:: console .. code-block:: console
$ nova diagnostics myCirrosServer $ nova diagnostics myCirrosServer
+------------------+----------------+ +---------------------------+--------+
| Property | Value | | Property | Value |
+------------------+----------------+ +---------------------------+--------+
| vnet1_rx | 1210744 | | memory | 524288 |
| cpu0_time | 19624610000000 | | memory-actual | 524288 |
| vda_read | 0 | | memory-rss | 6444 |
| vda_write | 0 | | tap1fec8fb8-7a_rx | 22137 |
| vda_write_req | 0 | | tap1fec8fb8-7a_rx_drop | 0 |
| vnet1_tx | 863734 | | tap1fec8fb8-7a_rx_errors | 0 |
| vnet1_tx_errors | 0 | | tap1fec8fb8-7a_rx_packets | 166 |
| vnet1_rx_drop | 0 | | tap1fec8fb8-7a_tx | 18032 |
| vnet1_tx_packets | 3855 | | tap1fec8fb8-7a_tx_drop | 0 |
| vnet1_tx_drop | 0 | | tap1fec8fb8-7a_tx_errors | 0 |
| vnet1_rx_errors | 0 | | tap1fec8fb8-7a_tx_packets | 130 |
| memory | 2097152 | | vda_errors | -1 |
| vnet1_rx_packets | 5485 | | vda_read | 2048 |
| vda_read_req | 0 | | vda_read_req | 2 |
| vda_errors | -1 | | vda_write | 182272 |
+------------------+----------------+ | vda_write_req | 74 |
+---------------------------+--------+
* Get summary statistics for each tenant: * Get summary statistics for each tenant: