dmesg -T + 기록 세부 정보를 확인하기 위해 dmesg 정보를 확장하는 방법

dmesg -T + 기록 세부 정보를 확인하기 위해 dmesg 정보를 확장하는 방법

우리는 rhel 7.2 서버를 가지고 있습니다

dmesg -T현재 날짜만 표시되며 기록 Mon Jan 11 날짜는 jan 10, 이하로 표시 되지 않습니다.jan 10

dmesg -T
[Mon Jan 11 12:02:53 2021] Initializing cgroup subsys cpuset
[Mon Jan 11 12:02:53 2021] Initializing cgroup subsys cpu
[Mon Jan 11 12:02:53 2021] Initializing cgroup subsys cpuacct
[Mon Jan 11 12:02:53 2021] Disabled fast string operations
[Mon Jan 11 12:02:53 2021] e820: BIOS-provided physical RAM map:
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x0000000000100000-0x00000000bfecffff] usable
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x00000000bfed0000-0x00000000bfefefff] ACPI data
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[Mon Jan 11 12:02:53 2021] BIOS-e820: [mem 0x0000000100000000-0x0000000427ffffff] usable
[Mon Jan 11 12:02:53 2021] NX (Execute Disable) protection: active
[Mon Jan 11 12:02:53 2021] SMBIOS 2.7 present.
[Mon Jan 11 12:02:53 2021] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 12/12/2018
[Mon Jan 11 12:02:53 2021] Hypervisor detected: VMware
[Mon Jan 11 12:02:53 2021] vmware: TSC freq read from hypervisor : 2397.223 MHz
[Mon Jan 11 12:02:53 2021] vmware: Host bus clock speed read from hypervisor : 66000000 Hz
[Mon Jan 11 12:02:53 2021] vmware: using sched offset of 8561845015 ns
[Mon Jan 11 12:02:53 2021] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Mon Jan 11 12:02:53 2021] e820: remove [mem 0x000a0000-0x000fffff] usable
[Mon Jan 11 12:02:53 2021] e820: last_pfn = 0x428000 max_arch_pfn = 0x400000000
[Mon Jan 11 12:02:53 2021] MTRR default type: uncachable
[Mon Jan 11 12:02:53 2021] MTRR fixed ranges enabled:
[Mon Jan 11 12:02:53 2021]   00000-9FFFF write-back
[Mon Jan 11 12:02:53 2021]   A0000-BFFFF uncachable
[Mon Jan 11 12:02:53 2021]   C0000-CBFFF write-protect
[Mon Jan 11 12:02:53 2021]   CC000-EFFFF uncachable
[Mon Jan 11 12:02:53 2021]   F0000-FFFFF write-protect
    [Mon Jan 11 12:02:53 2021] MTRR variable ranges enabled:
.
.
.
.
.

dmesg 세부 정보를 확장하고 dmesg 정보도 보려면 수행해야 하는 dmesg 설정 또는 dmesg 변경 사항은 무엇입니까?

관련 정보