Coverage for mtools.mloginfo.sections.restart_section : 74%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
""" This section determines if there were any restarts in the log file and prints out the times and version of the restarts found. It uses the information collected in LogFile so it doesn't have to walk the file manually. """
# add --restarts flag to argparser
def active(self): """ return boolean if this section is active. """
print " not available for system.profile collections" return
""" run this section and print out information. """
print " no restarts found" |