You've already forked ServerStatus
mirror of
https://github.com/cppla/ServerStatus.git
synced 2025-12-19 11:33:57 +08:00
add todo
This commit is contained in:
@@ -214,6 +214,7 @@ def _net_speed():
|
||||
time.sleep(INTERVAL)
|
||||
|
||||
def _disk_io():
|
||||
# todo, 这里希望能有人贡献下代码
|
||||
diskIO["read"] = 0
|
||||
diskIO["write"] = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user