Documentation fixes and such
This commit is contained in:
@@ -208,7 +208,9 @@ function getStats(order) {
|
||||
<td>${v.position}</td>
|
||||
<td>${v.reachable}</td>
|
||||
<td>${v.unreachable_count}</td>
|
||||
<td>${v.load_1_min} ${v.load_5_min} ${v.load_15_min}</td>
|
||||
<td>${v.load_1_min}</td>
|
||||
<td>${v.load_5_min}</td>
|
||||
<td>${v.load_15_min}</td>
|
||||
<td>${formatDuration(v.latency)}</td>
|
||||
<td>${formatDataVolume(v.free_space, 3)}</td>
|
||||
<td>${formatDataVolume(v.min_free_space, 3)}</td>`
|
||||
@@ -256,4 +258,4 @@ function getStats(order) {
|
||||
}
|
||||
getStats("calls")
|
||||
|
||||
setInterval(() => { getStats(lastOrder) }, 5000)
|
||||
setInterval(() => { getStats(lastOrder) }, 10000)
|
||||
|
Reference in New Issue
Block a user