示例#1
0
def process_info(**kwargs):
    ''' Get information regarding the specified internal process monitor '''
    return internal.internal_info(action='processInfo', **kwargs)
示例#2
0
def process_info(**kwargs):
    ''' Get information regarding the specified internal process monitor '''
    return internal.internal_info(action='processInfo', **kwargs)
示例#3
0
def internal_ping_info(**kwargs):
    ''' Get information regarding the specified internal Ping monitor '''
    return internal.internal_info(action='internalPingInfo', **kwargs)
示例#4
0
文件: http.py 项目: SeanYa/Python-SDK
def internal_http_info(**kwargs):
    ''' Get information regarding the specified internal http monitor '''
    return internal.internal_info(action='internalHttpInfo', **kwargs)
示例#5
0
def internal_http_info(**kwargs):
    ''' Get information regarding the specified internal http monitor '''
    return internal.internal_info(action='internalHttpInfo', **kwargs)
示例#6
0
def load_avg_info(**kwargs):
    """ Get information regarding the specified internal load monitor """
    return internal.internal_info(action="loadAvgInfo", **kwargs)
示例#7
0
def drive_info(**kwargs):
    ''' Get information regarding the specified internal drive monitor '''
    return internal.internal_info(action='driveInfo', **kwargs)
示例#8
0
def load_avg_info(**kwargs):
    ''' Get information regarding the specified internal load monitor '''
    return internal.internal_info(action='loadAvgInfo', **kwargs)
示例#9
0
def memory_info(**kwargs):
    ''' Get information regarding the specified internal memory monitor '''
    return internal.internal_info(action='memoryInfo', **kwargs)
示例#10
0
def memory_info(**kwargs):
    """ Get information regarding the specified internal memory monitor """
    return internal.internal_info(action="memoryInfo", **kwargs)