Motr  M0
hist Namespace Reference

Functions

def parse_args ()
 
def query (from_, to_, range_end, plug_name, time_unit)
 
def hist (db_name, plug, range, fmt="svg", out="img.svg", time_unit="us", rows=1, size=(12, 4))
 
def load ()
 

Variables

dictionary CONV = {"us": 1000, "ms": 1000*1000}
 
dictionary PLUG = {}
 
def args = parse_args()
 
dictionary verbosity = { 0: logging.WARN, 1: logging.INFO, 2: logging.DEBUG }
 
 format
 
 level
 

Function Documentation

◆ hist()

def hist.hist (   db_name,
  plug,
  range,
  fmt = "svg",
  out = "img.svg",
  time_unit = "us",
  rows = 1,
  size = (12,4) 
)

Definition at line 95 of file hist.py.

Here is the call graph for this function:

◆ load()

def hist.load ( )

Definition at line 112 of file hist.py.

Here is the caller graph for this function:

◆ parse_args()

def hist.parse_args ( )

Definition at line 35 of file hist.py.

◆ query()

def hist.query (   from_,
  to_,
  range_end,
  plug_name,
  time_unit 
)

Definition at line 65 of file hist.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ args

def args = parse_args()

Definition at line 125 of file hist.py.

◆ CONV

dictionary CONV = {"us": 1000, "ms": 1000*1000}

Definition at line 31 of file hist.py.

◆ format

format

Definition at line 128 of file hist.py.

◆ level

level

Definition at line 129 of file hist.py.

◆ PLUG

dictionary PLUG = {}

Definition at line 33 of file hist.py.

◆ verbosity

dictionary verbosity = { 0: logging.WARN, 1: logging.INFO, 2: logging.DEBUG }

Definition at line 127 of file hist.py.