mirror of https://github.com/cppla/ServerStatus
add todo
parent
d64beb7ba8
commit
d8c8d8fd3f
|
@ -214,6 +214,7 @@ def _net_speed():
|
||||||
time.sleep(INTERVAL)
|
time.sleep(INTERVAL)
|
||||||
|
|
||||||
def _disk_io():
|
def _disk_io():
|
||||||
|
# todo, 这里希望能有人贡献下代码
|
||||||
diskIO["read"] = 0
|
diskIO["read"] = 0
|
||||||
diskIO["write"] = 0
|
diskIO["write"] = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue