648540858
2022-10-28 aed45e0f0dfa02e633c126b2e6d437b4db8769d4
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -244,4 +244,16 @@
    SystemAllInfo getSystemInfo();
    int getPushStreamCount(String id);
    int getProxyStreamCount(String id);
    int getGbReceiveCount(String id);
    int getGbSendCount(String id);
    void addDiskInfo(List<Map<String, Object>> diskInfo);
    List<SendRtpItem> queryAllSendRTPServer();
}