Skip to content

Commit

Permalink
Address metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing committed Jul 21, 2021
1 parent e6a0104 commit 55fde0f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs-2.0/nebula-dashboard/6.monitor-parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ This topic will describe the monitoring metrics in Nebula Graph Dashboard.
|:---|:---|
|`disk_used`| The disk space used. |
|`disk_free`| The disk space idled. |
|`disk_readbytes`| The number of bytes that the system reads in the disk every second. |
|`disk_writebytes`| The number of bytes that the system writes in the disk every second. |
|`disk_readiops`| The number of read queries that the disk receives every second. |
|`disk_writeiops`| The number of write queries that the disk receives every second. |
|`disk_readbytes`| The number of bytes that the system reads in the disk per second. |
|`disk_writebytes`| The number of bytes that the system writes in the disk per second. |
|`disk_readiops`| The number of read queries that the disk receives per second. |
|`disk_writeiops`| The number of write queries that the disk receives per second. |
|`inode_utilization`| The percentage of used inode. |

### Network

|Parameter| Description|
|:---|:---|
|`network_in_rate`| The number of bytes that the network card receives every second. |
|`network_out_rate`| The number of bytes that the network card sends out every second. |
|`network_in_errs`| The number of wrong bytes that the network card receives every second. |
|`network_out_errs`| The number of wrong bytes that the network card sends out every second. |
|`network_in_packets`| The number of data packages that the network card receives every second. |
|`network_out_packets`| The number of data packages that the network card sends out every second. |
|`network_in_rate`| The number of bytes that the network card receives per second. |
|`network_out_rate`| The number of bytes that the network card sends out per second. |
|`network_in_errs`| The number of wrong bytes that the network card receives per second. |
|`network_out_errs`| The number of wrong bytes that the network card sends out per second. |
|`network_in_packets`| The number of data packages that the network card receives per second. |
|`network_out_packets`| The number of data packages that the network card sends out per second. |

## Service

Expand Down

0 comments on commit 55fde0f

Please sign in to comment.