blob: 2ae32413351460bef27bf4e5dd21ea1def979feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Enable kernel log timestamps?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Enable%20kernel%20log%20timestamps%3F&In-Reply-To=%3C4EDA4CC2.9040105%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="010134.html">
<LINK REL="Next" HREF="010139.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Enable kernel log timestamps?</H1>
<B>Anssi Hannula</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Enable%20kernel%20log%20timestamps%3F&In-Reply-To=%3C4EDA4CC2.9040105%40mageia.org%3E"
TITLE="[Mageia-dev] Enable kernel log timestamps?">anssi at mageia.org
</A><BR>
<I>Sat Dec 3 17:22:26 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="010134.html">[Mageia-dev] Help on a particular spec pkg (perl)
</A></li>
<LI>Next message: <A HREF="010139.html">[Mageia-dev] Enable kernel log timestamps?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10138">[ date ]</a>
<a href="thread.html#10138">[ thread ]</a>
<a href="subject.html#10138">[ subject ]</a>
<a href="author.html#10138">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi!
I propose to we configure our kernel to emit timestamps in kernel messages.
+ This allows quickly seeing the timing of kernel messages when using
the "dmesg" command.
+ Allows to quickly see which msgs come from kernel when other
processes (like systemd) inject messages there.
+ Others are doing it AFAIK.
- Causes longer log lines
Patch attached.
--
Anssi Hannula
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kernel-printk-time.patch
Type: text/x-patch
Size: 1182 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20111203/65788f93/attachment.bin>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="010134.html">[Mageia-dev] Help on a particular spec pkg (perl)
</A></li>
<LI>Next message: <A HREF="010139.html">[Mageia-dev] Enable kernel log timestamps?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10138">[ date ]</a>
<a href="thread.html#10138">[ thread ]</a>
<a href="subject.html#10138">[ subject ]</a>
<a href="author.html#10138">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|