summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.1
diff options
context:
space:
mode:
authorKarel Zak2012-07-20 19:45:36 +0200
committerKarel Zak2012-07-20 19:53:44 +0200
commit60464b1f1a1828ecf94ac85e40856693f61ab552 (patch)
tree6bf228d56fd1c711f1317ba4dbe941dcba493b58 /sys-utils/dmesg.1
parentdmesg; cleanup time printing stuff (diff)
downloadkernel-qcow2-util-linux-60464b1f1a1828ecf94ac85e40856693f61ab552.tar.gz
kernel-qcow2-util-linux-60464b1f1a1828ecf94ac85e40856693f61ab552.tar.xz
kernel-qcow2-util-linux-60464b1f1a1828ecf94ac85e40856693f61ab552.zip
dmesg: add --reltime to print human readable deltas
[Jul20 09:50] device vnet0 entered promiscuous mode [ +0.002248] virbr0: topology change detected, propagating [ +0.000017] virbr0: port 2(vnet0) entered forwarding state [ +0.000036] virbr0: port 2(vnet0) entered forwarding state [ +0.001663] ADDRCONF(NETDEV_CHANGE): virbr0: link becomes ready [ +10.480914] vnet0: no IPv6 routers present [Jul20 14:35] xhci_hcd 0000:0e:00.0: WARN Event TRB for slot 3 ep 5 with no TDs queued? [Jul20 19:23] EXT4-fs (sda2): re-mounted. Opts: (null) [ +6.052980] EXT4-fs (sda2): re-mounted. Opts: (null) Suggested by Linus: http://thread.gmane.org/gmane.linux.kernel/1290886/focus=1296138 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.1')
-rw-r--r--sys-utils/dmesg.12
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1
index c67cfa14a..6a8374afb 100644
--- a/sys-utils/dmesg.1
+++ b/sys-utils/dmesg.1
@@ -36,6 +36,8 @@ Display the timestamp and time delta spent between messages. If used
together with
.B \-\-notime
then only the time delta without the timestamp is printed.
+.IP "\fB\-e\fR, \fB\-\-reltime\fR"
+Display the local time and delta in human readable format.
.IP "\fB\-E\fR, \fB\-\-console-on\fR"
Enable printing messages to the console.
.IP "\fB\-F\fR, \fB\-\-file \fIfile\fR"