logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

downtimes - display system downtime records made by downtimed(8)

Bugs

       The reporting accuracy in case of a system crash depends on how often the time stamp is updated.

Description

       The  downtimes  command  displays  the  contents  of  the downtime database in human readable format. The
       downtime database is maintained by downtimed(8).

       The singular form downtime displays details only about the last time the system  was  down,  whereas  the
       plural  form  downtimes  displays  all records in the database.  The -n option can be used to specify the
       number of downtime records to display.

Exit Status

       The program exits 0 on success, and >0 if an error occurs.

Name

       downtimes - display system downtime records made by downtimed(8)

Options

-ddowntimedbfile
              Use the specified downtime database file instead of the system default.

       -ftimefmt
              Specify the time and date format to use when reporting using strftime(3) syntax.  The  default  is
              "%F %T".

       -nnum Define how many latest downtime records to output. Default is all.

       -ssleep
              Calculate the approximate crash time by specifying what was the sleep value of downtimed(8).

       -u     Display times in UTC.

       -v     Display the program version number, copyright message and the default settings.

See Also

downtimed(8), uptime(1), https://dist.epipe.com/downtimed/

Synopsis

downtimes [-ddowntimedbfile] [-ftimefmt] [-nnum] [-ssleep] [-u]
       downtimes-vdowntime [-ddowntimedbfile] [-ftimefmt] [-nnum] [-ssleep] [-u]
       downtime-v

See Also