Skip to content

Commit

Permalink
add delay and tcp connect
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Nov 23, 2018
1 parent 750f628 commit 8696c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ლ(•̀ _ •́ ლ)ლ(•̀ _ •́ ლ)ლ(•̀ _ •́ ლ)
ლ(•̀ _ •́ ლ)ლ(•̀ _ •́ ლ)
ლ(•̀ _ •́ ლ)
by:https://www.cpp.la
-->
<html>
<head>
Expand Down
4 changes: 4 additions & 0 deletions web/js/serverstatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ function uptime() {
TableRow.children["hdd"].children[0].children[0].innerHTML = HDD + "%";
ExpandRow[0].children["expand_hdd"].innerHTML = "硬盘: " + bytesToSize(result.servers[i].hdd_used*1024*1024, 2) + " / " + bytesToSize(result.servers[i].hdd_total*1024*1024, 2);

// delay time

// tcp connect

// ping
var PING_10010 = result.servers[i].ping_10010.toFixed(0);
var PING_189 = result.servers[i].ping_189.toFixed(0);
Expand Down

0 comments on commit 8696c6e

Please sign in to comment.