Example #1
0
def get_memory_info():
    return memory.monitor()
Example #2
0
def LinuxMemoryPlugin():
    """Linux系统内存监控插件"""
    return memory.monitor()
Example #3
0
def GetLinuxMemoryStatus():
    return memory.monitor()
Example #4
0
def LinuxMemoryPlugin():
    return memory.monitor()
Example #5
0
def LinuxMemory():
    return memory.monitor()