Site updated at 2017-10-21 23:33:52 UTC
This commit is contained in:
parent
b95006b9eb
commit
a6fbc15960
1416 changed files with 21669 additions and 4045 deletions
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:title" content="Netdata">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Netdata within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
|
@ -102,6 +102,15 @@
|
|||
<li>‘ipv4_in’: Amount of inbound IPv4 packets per second</li>
|
||||
<li>‘ipv4_out’: Amount of outbound IPv4 packets per second</li>
|
||||
<li>‘disk_free’: Free disk space</li>
|
||||
<li>‘cpu_iowait’: CPU spent spent waiting for IO operations</li>
|
||||
<li>‘cpu_user’: CPU time spent executing user tasks</li>
|
||||
<li>‘cpu_system’: CPU time spent executing system tasks</li>
|
||||
<li>‘cpu_softirq’: CPU time spent servicing soft interrupts</li>
|
||||
<li>‘cpu_guest’: CPU time spent on guest tasks (such as VMs)</li>
|
||||
<li>‘uptime’: Time (in seconds) since last boot</li>
|
||||
<li>‘packets_received’: Amount of packets received</li>
|
||||
<li>‘packets_sent’: Amount of packets sent</li>
|
||||
<li>‘connections’: Total active connections</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue