Get desktop application:
View/edit binary Protocol Buffers messages
The SysInfo service definition.
Uptime return
show the uptime in protobuf.Duration
display kernel-related messages
DmesgRequest describes the filename to be tailed.
tail the number of line from the dmesg output, negative means display all messages
time after which dmesg output will be stopped and the result returned default is 2 seconds, minimum is 2s and maximum is 30s
DmesgReply contains the messages from kernel
Journal returns journal entries collected by systemd journald service
The start time for query, timestamp format will be YYYY-MM-DD HH:MM:SS
The end time for query
Tail the latest number of log entries from the journal, negative means display all messages
Filter messages for specified systemd units
Controls the format of the journal entries
DmesgRecord contains the specific fields about the a dmesg record
Used in:
journal record is the default format and contains fields the same as journalctl output in linux
Used in:
raw journal record will contain most fields and display in specified output format
Used in:
when output is set to json or json-pretty a list of key-value pairs will be set here the key-value pairs will be different with different messages