Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2021-05-27 14:53:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] printk() indexing
When kernel developers want to communicate something about the state of a
running kernel, they tend to use printk(); that results in a log
entry that is intended — with varying success — to be human-readable. As it
happens, though, the
consumers of that information are often not human; the kernel's log output
is also read by automated monitoring systems that are looking for
problems. The result is an impedance mismatch that often ends with the
monitoring system missing important messages. The printk()
format indexing patch set
is the latest of many attempts to improve
this situation.


(Читать комментарии) (Добавить комментарий)