Storage
Default installation on a single disk, which has only free space on you disk or you reclaimed all the occupied space during installation. CentOS 8 needs at least 18G space for this kind of installation (Minimal Install with Standard Addon), so if you select a destination disk, which has less than 18G of space you should delete existing partitions to free up space or let CentOS 8 installer to do default installation asking you to reclaim the disk space. We used the whole disk for the installation.
By default CentOS 8 uses.
- xfs – file system
- lvm – root, home and swap partitions
- boot, root and home on separate partitions
- vfat – efi partition.
CentOS 8 installation:
-
Disk layout
[root@srv ~]# parted -l Model: ATA KINGSTON SNV425S (scsi) Disk /dev/sda: 128GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 630MB 629MB fat32 EFI System Partition boot, esp 2 630MB 1704MB 1074MB ext4 3 1704MB 128GB 126GB lvm Model: NVMe Device (nvme) Disk /dev/nvme0n1: 512GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 524MB 523MB ntfs Basic data partition hidden, diag 2 524MB 628MB 104MB fat32 EFI system partition boot, esp 3 628MB 645MB 16.8MB Microsoft reserved partition msftres 4 645MB 302GB 302GB ntfs Basic data partition msftdata
- Mounted Partitions
[root@srv ~]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 16G 0 16G 0% /dev tmpfs 16G 0 16G 0% /dev/shm tmpfs 16G 9.2M 16G 1% /run tmpfs 16G 0 16G 0% /sys/fs/cgroup /dev/mapper/cl_srv-root 50G 1.8G 49G 4% / /dev/sda2 976M 125M 784M 14% /boot /dev/mapper/cl_srv-home 56G 431M 56G 1% /home /dev/sda1 599M 6.7M 593M 2% /boot/efi tmpfs 3.2G 0 3.2G 0% /run/user/0
Partitions in configuration:
[root@srv ~]# cat /etc/fstab # # /etc/fstab # Created by anaconda on Sun Oct 6 15:47:24 2019 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # /dev/mapper/cl_srv-root / xfs defaults 0 0 UUID=6d2d0741-7f42-4337-982a-1617bae5ed8a /boot ext4 defaults 1 2 UUID=C899-0110 /boot/efi vfat umask=0077,shortname=winnt 0 2 /dev/mapper/cl_srv-home /home xfs defaults 0 0 /dev/mapper/cl_srv-swap swap swap defaults 0 0
- File system layout
[root@srv ~]# ls -al / total 20 dr-xr-xr-x. 17 root root 224 Oct 6 15:51 . dr-xr-xr-x. 17 root root 224 Oct 6 15:51 .. lrwxrwxrwx. 1 root root 7 May 11 00:33 bin -> usr/bin dr-xr-xr-x. 6 root root 4096 Oct 6 15:55 boot drwxr-xr-x. 21 root root 3560 Oct 7 15:25 dev drwxr-xr-x. 90 root root 8192 Oct 7 15:25 etc drwxr-xr-x. 3 root root 20 Oct 6 15:53 home lrwxrwxrwx. 1 root root 7 May 11 00:33 lib -> usr/lib lrwxrwxrwx. 1 root root 9 May 11 00:33 lib64 -> usr/lib64 drwxr-xr-x. 2 root root 6 May 11 00:33 media drwxr-xr-x. 2 root root 6 May 11 00:33 mnt drwxr-xr-x. 2 root root 6 May 11 00:33 opt dr-xr-xr-x. 391 root root 0 Oct 7 15:24 proc dr-xr-x---. 2 root root 114 Oct 6 15:53 root drwxr-xr-x. 28 root root 800 Oct 7 15:25 run lrwxrwxrwx. 1 root root 8 May 11 00:33 sbin -> usr/sbin drwxr-xr-x. 2 root root 6 May 11 00:33 srv dr-xr-xr-x. 13 root root 0 Oct 7 15:24 sys drwxrwxrwt. 7 root root 135 Oct 7 18:58 tmp drwxr-xr-x. 12 root root 144 Oct 6 15:51 usr drwxr-xr-x. 21 root root 4096 Oct 6 15:55 var
- LVM configuration
[root@srv ~]# lvmdiskscan -l WARNING: only considering LVM devices /dev/sda3 [ <117.66 GiB] LVM physical volume 0 LVM physical volume whole disks 1 LVM physical volume [root@srv ~]# pvscan PV /dev/sda3 VG cl_srv lvm2 [117.65 GiB / 0 free] Total: 1 [117.65 GiB] / in use: 1 [117.65 GiB] / in no VG: 0 [0 ] [root@srv ~]# pvs PV VG Fmt Attr PSize PFree /dev/sda3 cl_srv lvm2 a-- 117.65g 0 [root@srv ~]# pvdisplay -m --- Physical volume --- PV Name /dev/sda3 VG Name cl_srv PV Size <117.66 GiB / not usable 3.00 MiB Allocatable yes (but full) PE Size 4.00 MiB Total PE 30119 Free PE 0 Allocated PE 30119 PV UUID JXuFTu-jcBx-om1f-kFk9-wcJK-Oi92-c2BPMq --- Physical Segments --- Physical extent 0 to 3052: Logical volume /dev/cl_srv/swap Logical extents 0 to 3052 Physical extent 3053 to 17318: Logical volume /dev/cl_srv/home Logical extents 0 to 14265 Physical extent 17319 to 30118: Logical volume /dev/cl_srv/root Logical extents 0 to 12799 [root@srv ~]# vgs -o +devices,lv_path VG #PV #LV #SN Attr VSize VFree Devices Path cl_srv 1 3 0 wz--n- 117.65g 0 /dev/sda3(0) /dev/cl_srv/swap cl_srv 1 3 0 wz--n- 117.65g 0 /dev/sda3(3053) /dev/cl_srv/home cl_srv 1 3 0 wz--n- 117.65g 0 /dev/sda3(17319) /dev/cl_srv/root [root@srv ~]# vgdisplay -v --- Volume group --- VG Name cl_srv System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 4 VG Access read/write VG Status resizable MAX LV 0 Cur LV 3 Open LV 3 Max PV 0 Cur PV 1 Act PV 1 VG Size 117.65 GiB PE Size 4.00 MiB Total PE 30119 Alloc PE / Size 30119 / 117.65 GiB Free PE / Size 0 / 0 VG UUID 3W6Y8Z-3Duc-qQN6-VyX0-dzBN-g2kE-c3BwrX --- Logical volume --- LV Path /dev/cl_srv/swap LV Name swap VG Name cl_srv LV UUID pqlCEj-fJtE-v0qg-6lmO-7X2F-9dzf-ifX5hj LV Write Access read/write LV Creation host, time srv, 2019-10-06 15:47:19 +0000 LV Status available # open 2 LV Size <11.93 GiB Current LE 3053 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 8192 Block device 253:1 --- Logical volume --- LV Path /dev/cl_srv/home LV Name home VG Name cl_srv LV UUID kA29uM-z6zC-NApf-ccBI-i1LJ-hX9R-h7eYcj LV Write Access read/write LV Creation host, time srv, 2019-10-06 15:47:19 +0000 LV Status available # open 1 LV Size <55.73 GiB Current LE 14266 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 8192 Block device 253:2 --- Logical volume --- LV Path /dev/cl_srv/root LV Name root VG Name cl_srv LV UUID Lv1NXn-n8Ur-VSSu-TI4K-UG9i-EOjv-UVnGY4 LV Write Access read/write LV Creation host, time srv, 2019-10-06 15:47:20 +0000 LV Status available # open 1 LV Size 50.00 GiB Current LE 12800 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 8192 Block device 253:0 --- Physical volumes --- PV Name /dev/sda3 PV UUID JXuFTu-jcBx-om1f-kFk9-wcJK-Oi92-c2BPMq PV Status allocatable Total PE / Free PE 30119 / 0 [root@srv ~]# lvs --segments LV VG Attr #Str Type SSize home cl_srv -wi-ao---- 1 linear <55.73g root cl_srv -wi-ao---- 1 linear 50.00g swap cl_srv -wi-ao---- 1 linear <11.93g [root@srv ~]# lvdisplay -m --- Logical volume --- LV Path /dev/cl_srv/swap LV Name swap VG Name cl_srv LV UUID pqlCEj-fJtE-v0qg-6lmO-7X2F-9dzf-ifX5hj LV Write Access read/write LV Creation host, time srv, 2019-10-06 15:47:19 +0000 LV Status available # open 2 LV Size <11.93 GiB Current LE 3053 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 8192 Block device 253:1 --- Segments --- Logical extents 0 to 3052: Type linear Physical volume /dev/sda3 Physical extents 0 to 3052 --- Logical volume --- LV Path /dev/cl_srv/home LV Name home VG Name cl_srv LV UUID kA29uM-z6zC-NApf-ccBI-i1LJ-hX9R-h7eYcj LV Write Access read/write LV Creation host, time srv, 2019-10-06 15:47:19 +0000 LV Status available # open 1 LV Size <55.73 GiB Current LE 14266 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 8192 Block device 253:2 --- Segments --- Logical extents 0 to 14265: Type linear Physical volume /dev/sda3 Physical extents 3053 to 17318 --- Logical volume --- LV Path /dev/cl_srv/root LV Name root VG Name cl_srv LV UUID Lv1NXn-n8Ur-VSSu-TI4K-UG9i-EOjv-UVnGY4 LV Write Access read/write LV Creation host, time srv, 2019-10-06 15:47:20 +0000 LV Status available # open 1 LV Size 50.00 GiB Current LE 12800 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 8192 Block device 253:0 --- Segments --- Logical extents 0 to 12799: Type linear Physical volume /dev/sda3 Physical extents 17319 to 30118 </li> </ol> <!--nextpage--> <h3>Processes</h3> Here is the default started processes when logged using ssh: [code lang="bash" highlight="1"] [root@srv ~]# pstree systemd─┬─NetworkManager───2*[{NetworkManager}] ├─agetty ├─atd ├─auditd─┬─sedispatch │ └─2*[{auditd}] ├─crond ├─dbus-daemon───{dbus-daemon} ├─firewalld───{firewalld} ├─irqbalance───{irqbalance} ├─lsmd ├─polkitd───39*[{polkitd}] ├─rngd───{rngd} ├─rsyslogd───2*[{rsyslogd}] ├─sh───mandb ├─smartd ├─sshd───sshd───sshd───bash───pstree ├─sssd─┬─sssd_be │ └─sssd_nss ├─systemctl ├─systemd───(sd-pam) ├─systemd-journal ├─systemd-logind ├─systemd-udevd └─tuned───3*[{tuned}]
Processes detailed:
[root@srv ~]# ps axufww USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 2 0.0 0.0 0 0 ? S 15:24 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [rcu_gp] root 4 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [rcu_par_gp] root 6 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/0:0H-kblockd] root 8 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [mm_percpu_wq] root 9 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/0] root 10 0.0 0.0 0 0 ? I 15:24 0:00 \_ [rcu_sched] root 11 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/0] root 12 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/0] root 13 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/0] root 14 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/1] root 15 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/1] root 16 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/1] root 17 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/1] root 18 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/1:0-mm_percpu_wq] root 19 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/1:0H-kblockd] root 20 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/2] root 21 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/2] root 22 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/2] root 23 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/2] root 24 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/2:0-events] root 25 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/2:0H-kblockd] root 26 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/3] root 27 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/3] root 28 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/3] root 29 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/3] root 31 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/3:0H-kblockd] root 32 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/4] root 33 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/4] root 34 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/4] root 35 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/4] root 37 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/4:0H-kblockd] root 38 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/5] root 39 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/5] root 40 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/5] root 41 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/5] root 43 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/5:0H-kblockd] root 44 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/6] root 45 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/6] root 46 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/6] root 47 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/6] root 49 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/6:0H-kblockd] root 50 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/7] root 51 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/7] root 52 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/7] root 53 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/7] root 55 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/7:0H-kblockd] root 56 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/8] root 57 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/8] root 58 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/8] root 59 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/8] root 61 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/8:0H-kblockd] root 62 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/9] root 63 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/9] root 64 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/9] root 65 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/9] root 67 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/9:0H-kblockd] root 68 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/10] root 69 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/10] root 70 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/10] root 71 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/10] root 73 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/10:0H-kblockd] root 74 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/11] root 75 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/11] root 76 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/11] root 77 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/11] root 79 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/11:0H-kblockd] root 80 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/12] root 81 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/12] root 82 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/12] root 83 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/12] root 85 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/12:0H-kblockd] root 86 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/13] root 87 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/13] root 88 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/13] root 89 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/13] root 91 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/13:0H-kblockd] root 92 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/14] root 93 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/14] root 94 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/14] root 95 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/14] root 97 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/14:0H-kblockd] root 98 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/15] root 99 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/15] root 100 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/15] root 101 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/15] root 103 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/15:0H-kblockd] root 104 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/16] root 105 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/16] root 106 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/16] root 107 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/16] root 109 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/16:0H-kblockd] root 110 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/17] root 111 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/17] root 112 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/17] root 113 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/17] root 115 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/17:0H-kblockd] root 116 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/18] root 117 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/18] root 118 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/18] root 119 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/18] root 121 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/18:0H-kblockd] root 122 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/19] root 123 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/19] root 124 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/19] root 125 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/19] root 127 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/19:0H-kblockd] root 128 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/20] root 129 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/20] root 130 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/20] root 131 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/20] root 133 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/20:0H-kblockd] root 134 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/21] root 135 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/21] root 136 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/21] root 137 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/21] root 139 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/21:0H-kblockd] root 140 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/22] root 141 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/22] root 142 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/22] root 143 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/22] root 145 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/22:0H-kblockd] root 146 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/23] root 147 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/23] root 148 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/23] root 149 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/23] root 151 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/23:0H-kblockd] root 152 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/24] root 153 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/24] root 154 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/24] root 155 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/24] root 157 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/24:0H-kblockd] root 158 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/25] root 159 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/25] root 160 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/25] root 161 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/25] root 163 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/25:0H-kblockd] root 164 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/26] root 165 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/26] root 166 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/26] root 167 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/26] root 169 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/26:0H-kblockd] root 170 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/27] root 171 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/27] root 172 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/27] root 173 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/27] root 175 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/27:0H-kblockd] root 176 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/28] root 177 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/28] root 178 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/28] root 179 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/28] root 181 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/28:0H-kblockd] root 182 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/29] root 183 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/29] root 184 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/29] root 185 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/29] root 187 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/29:0H-kblockd] root 188 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/30] root 189 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/30] root 190 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/30] root 191 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/30] root 193 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/30:0H-kblockd] root 194 0.0 0.0 0 0 ? S 15:24 0:00 \_ [cpuhp/31] root 195 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdog/31] root 196 0.0 0.0 0 0 ? S 15:24 0:00 \_ [migration/31] root 197 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ksoftirqd/31] root 199 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/31:0H-kblockd] root 201 0.0 0.0 0 0 ? S 15:24 0:00 \_ [kdevtmpfs] root 202 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [netns] root 203 0.0 0.0 0 0 ? S 15:24 0:00 \_ [kauditd] root 204 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/0:1-events_power_efficient] root 206 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/16:1-rcu_par_gp] root 208 0.0 0.0 0 0 ? S 15:24 0:00 \_ [khungtaskd] root 209 0.0 0.0 0 0 ? S 15:24 0:00 \_ [oom_reaper] root 210 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [writeback] root 211 0.0 0.0 0 0 ? S 15:24 0:00 \_ [kcompactd0] root 212 0.0 0.0 0 0 ? SN 15:24 0:00 \_ [ksmd] root 213 0.0 0.0 0 0 ? SN 15:24 0:00 \_ [khugepaged] root 214 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [crypto] root 215 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kintegrityd] root 216 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kblockd] root 218 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [md] root 219 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [edac-poller] root 221 0.0 0.0 0 0 ? S 15:24 0:00 \_ [watchdogd] root 222 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/2:1-events_power_efficient] root 223 0.0 0.0 0 0 ? S 15:24 0:00 \_ [irq/28-AMD-Vi] root 237 0.0 0.0 0 0 ? S 15:24 0:00 \_ [kswapd0] root 255 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/4:1-mm_percpu_wq] root 265 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/7:1-mm_percpu_wq] root 270 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/28:1-events_power_efficient] root 279 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/24:1-mm_percpu_wq] root 294 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/5:1-mm_percpu_wq] root 295 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kthrotld] root 296 0.0 0.0 0 0 ? S 15:24 0:00 \_ [irq/29-pcie-dpc] root 297 0.0 0.0 0 0 ? S 15:24 0:00 \_ [irq/30-pcie-dpc] root 298 0.0 0.0 0 0 ? S 15:24 0:00 \_ [irq/31-pcie-dpc] root 299 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/6:1-mm_percpu_wq] root 300 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/8:1-mm_percpu_wq] root 301 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/9:1-mm_percpu_wq] root 302 0.0 0.0 0 0 ? I 15:24 0:01 \_ [kworker/10:1-events] root 304 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/12:1-mm_percpu_wq] root 305 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/13:1-mm_percpu_wq] root 306 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/14:1-xfs-cil/dm-0] root 307 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/15:1-xfs-cil/dm-0] root 308 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/19:1-mm_percpu_wq] root 309 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/20:1-mm_percpu_wq] root 310 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/22:1-mm_percpu_wq] root 311 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/23:1-mm_percpu_wq] root 313 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/26:1-cgroup_destroy] root 315 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/29:1-xfs-buf/dm-0] root 316 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/30:1-xfs-cil/dm-0] root 317 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/31:1-xfs-cil/dm-0] root 318 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [acpi_thermal_pm] root 319 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kmpath_rdacd] root 320 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kaluad] root 321 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/0:3-events] root 323 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [ipv6_addrconf] root 382 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/18:2-events_power_efficient] root 428 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/17:2-mm_percpu_wq] root 429 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/16:2-mm_percpu_wq] root 472 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/17:3-events] root 537 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/4:3-events] root 620 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [nvme-wq] root 621 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [nvme-reset-wq] root 622 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [nvme-delete-wq] root 642 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/18:3] root 646 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [ata_sff] root 649 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_0] root 650 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_0] root 651 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_1] root 652 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_1] root 653 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_2] root 654 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_2] root 655 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_3] root 656 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_3] root 657 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_4] root 658 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_4] root 659 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_5] root 661 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_5] root 662 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_6] root 663 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_6] root 664 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_7] root 665 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_7] root 673 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_8] root 675 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_8] root 678 0.0 0.0 0 0 ? S 15:24 0:00 \_ [scsi_eh_9] root 679 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [scsi_tmf_9] root 682 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [nvkm-disp] root 684 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [ttm_swap] root 687 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/26:1H-kblockd] root 695 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/30:1H-kblockd] root 696 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/12:1H-kblockd] root 697 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/13:1H-kblockd] root 717 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/12:2-mm_percpu_wq] root 748 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/16:1H-kblockd] root 751 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/23:1H-xfs-log/dm-0] root 752 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kdmflush] root 757 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/15:1H-kblockd] root 762 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/18:1H-kblockd] root 763 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kdmflush] root 768 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/24:1H-xfs-log/dm-0] root 772 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/14:1H-xfs-log/dm-0] root 773 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/14:2-mm_percpu_wq] root 787 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/3:1H-kblockd] root 788 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/19:2-events] root 792 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/25:1H-kblockd] root 797 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfsalloc] root 798 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs_mru_cache] root 802 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-buf/dm-0] root 804 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-data/dm-0] root 805 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-conv/dm-0] root 806 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-cil/dm-0] root 807 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-reclaim/dm-] root 808 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-log/dm-0] root 809 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-eofblocks/d] root 810 0.0 0.0 0 0 ? S 15:24 0:00 \_ [xfsaild/dm-0] root 811 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/27:1H-xfs-log/dm-0] root 844 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/24:2-cgroup_destroy] root 876 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/25:2-xfs-cil/dm-0] root 881 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/30:2-mm_percpu_wq] root 886 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/21:2-cgroup_destroy] root 891 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/26:3-cgroup_pidlist_destroy] root 892 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/27:2-events] root 893 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/11:1H-kblockd] root 894 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/9:1H-kblockd] root 900 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/17:1H-kblockd] root 903 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/8:1H-kblockd] root 911 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/29:1H-kblockd] root 912 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/28:1H-xfs-log/dm-0] root 914 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/19:1H-kblockd] root 915 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/0:1H-kblockd] root 916 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/31:1H-xfs-log/dm-0] root 917 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/10:1H-xfs-log/dm-0] root 918 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/1:1H-kblockd] root 919 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/2:1H-kblockd] root 936 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/8:2-cgroup_destroy] root 944 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/7:2-events] root 946 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/5:1H-kblockd] root 964 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/31:2-mm_percpu_wq] root 1039 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ccp-1-q2] root 1040 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ccp-1-q3] root 1041 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ccp-1-q4] root 1043 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ccp-2-q2] root 1044 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ccp-2-q3] root 1045 0.0 0.0 0 0 ? S 15:24 0:00 \_ [ccp-2-q4] root 1048 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [led_workqueue] root 1053 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [cfg80211] root 1067 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/21:1H-kblockd] root 1072 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/u257:0-hci0] root 1073 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/u257:1-hci0] root 1076 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [ath10k_wq] root 1077 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [ath10k_aux_wq] root 1081 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kdmflush] root 1086 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/3:2-xfs-data/dm-0] root 1092 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-buf/dm-2] root 1093 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-data/dm-2] root 1094 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-conv/dm-2] root 1095 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-cil/dm-2] root 1096 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-reclaim/dm-] root 1097 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-log/dm-2] root 1098 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [xfs-eofblocks/d] root 1099 0.0 0.0 0 0 ? S 15:24 0:00 \_ [xfsaild/dm-2] root 1101 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [kworker/4:1H-xfs-log/dm-0] root 1108 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/23:2] root 1110 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/1:3-cgroup_destroy] root 1111 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/6:2] root 1112 0.0 0.0 0 0 ? S 15:24 0:00 \_ [jbd2/sda2-8] root 1113 0.0 0.0 0 0 ? I< 15:24 0:00 \_ [ext4-rsv-conver] root 1118 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/22:2-kdmflush] root 1139 0.0 0.0 0 0 ? I 15:24 0:00 \_ [kworker/3:3-mm_percpu_wq] root 1286 0.0 0.0 0 0 ? I< 15:25 0:00 \_ [kworker/20:1H-xfs-log/dm-0] root 1294 0.0 0.0 0 0 ? I 15:25 0:00 \_ [kworker/20:2-events] root 1324 0.0 0.0 0 0 ? I 15:25 0:00 \_ [kworker/15:2-mm_percpu_wq] root 5585 0.0 0.0 0 0 ? I< 15:25 0:00 \_ [kworker/22:1H-kblockd] root 6817 0.0 0.0 0 0 ? I< 15:25 0:00 \_ [kworker/7:1H-xfs-log/dm-0] root 7107 0.0 0.0 0 0 ? I< 15:25 0:00 \_ [kworker/6:1H-xfs-log/dm-0] root 7551 0.0 0.0 0 0 ? I 15:25 0:00 \_ [kworker/28:2] root 7572 0.0 0.0 0 0 ? I 15:32 0:00 \_ [kworker/29:0] root 7583 0.0 0.0 0 0 ? I 15:32 0:00 \_ [kworker/5:0] root 7625 0.0 0.0 0 0 ? I 15:34 0:00 \_ [kworker/9:0] root 7671 0.0 0.0 0 0 ? I 15:40 0:00 \_ [kworker/21:0-mm_percpu_wq] root 7834 0.0 0.0 0 0 ? I 17:37 0:00 \_ [kworker/13:0-events] root 7866 0.0 0.0 0 0 ? I 18:14 0:00 \_ [kworker/u256:0-events_unbound] root 7870 0.0 0.0 0 0 ? I 18:38 0:00 \_ [kworker/27:0-mm_percpu_wq] root 7878 0.0 0.0 0 0 ? I 18:38 0:00 \_ [kworker/10:2] root 7881 0.0 0.0 0 0 ? I 18:38 0:00 \_ [kworker/25:1-mm_percpu_wq] root 7882 0.0 0.0 0 0 ? I 18:38 0:00 \_ [kworker/11:1-xfs-cil/dm-0] root 7904 0.0 0.0 0 0 ? I 18:55 0:00 \_ [kworker/u256:1-events_unbound] root 7912 0.0 0.0 0 0 ? I 18:59 0:00 \_ [kworker/11:2-kdmflush] root 7928 0.0 0.0 0 0 ? I 19:01 0:00 \_ [kworker/u256:2-events_unbound] root 7933 0.0 0.0 0 0 ? I 19:04 0:00 \_ [kworker/11:0-xfs-cil/dm-0] root 7963 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/26:0-events] root 12945 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/27:1] root 12946 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/27:3] root 15275 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/25:0] root 15276 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/25:3] root 22287 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/31:0] root 22288 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/31:3] root 24053 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/15:0] root 24054 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/15:3] root 27528 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/14:0] root 27529 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/14:3] root 29483 0.0 0.0 0 0 ? I 19:05 0:00 \_ [kworker/26:2-cgroup_pidlist_destroy] root 1 0.0 0.0 178440 13524 ? Ss 15:24 0:01 /usr/lib/systemd/systemd --switched-root --system --deserialize 17 root 923 0.0 0.0 93264 12360 ? Ss 15:24 0:00 /usr/lib/systemd/systemd-journald root 962 0.0 0.0 109228 11644 ? Ss 15:24 0:00 /usr/lib/systemd/systemd-udevd root 1142 0.0 0.0 149320 1988 ? S<sl 15:24 0:00 /sbin/auditd root 1144 0.0 0.0 47832 2160 ? S< 15:24 0:00 \_ /usr/sbin/sedispatch libstor+ 1168 0.0 0.0 18880 1972 ? Ss 15:24 0:00 /usr/bin/lsmd -d root 1170 0.0 0.0 184740 11104 ? Ss 15:24 0:00 /usr/sbin/sssd -i --logger=files root 1247 0.0 0.0 191276 11732 ? S 15:25 0:00 \_ /usr/libexec/sssd/sssd_be --domain implicit_files --uid 0 --gid 0 --logger=files root 1251 0.0 0.1 200372 34452 ? S 15:25 0:00 \_ /usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --logger=files root 1171 0.0 0.0 26368 4872 ? Ss 15:24 0:00 /usr/sbin/smartd -n -q never dbus 1173 0.0 0.0 81712 5356 ? Ssl 15:24 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only root 1175 0.0 0.0 100416 3004 ? Ssl 15:24 0:00 /usr/sbin/irqbalance --foreground polkitd 1176 0.0 0.0 4123136 26084 ? Ssl 15:24 0:00 /usr/lib/polkit-1/polkitd --no-debug root 1177 0.0 0.0 160120 6520 ? Ssl 15:24 0:01 /sbin/rngd -f root 1250 0.0 0.1 245832 35964 ? Ssl 15:25 0:00 /usr/libexec/platform-python -s /usr/sbin/firewalld --nofork --nopid root 1252 0.0 0.0 97012 9492 ? Ss 15:25 0:00 /usr/lib/systemd/systemd-logind root 1258 0.0 0.0 390588 16692 ? Ssl 15:25 0:00 /usr/sbin/NetworkManager --no-daemon root 1271 0.0 0.0 402280 31700 ? Ssl 15:25 0:00 /usr/libexec/platform-python -Es /usr/sbin/tuned -l -P root 1273 0.0 0.0 92248 6760 ? Ss 15:25 0:00 /usr/sbin/sshd -D -oCiphers=aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes256-cbc,aes128-gcm@openssh.com,aes128-ctr,aes128-cbc -oMACs=hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 -oGSSAPIKexAlgorithms=gss-gex-sha1-,gss-group14-sha1- -oKexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1 -oHostKeyAlgorithms=rsa-sha2-256,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,rsa-sha2-512,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com -oPubkeyAcceptedKeyTypes=rsa-sha2-256,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,rsa-sha2-512,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com root 7565 0.0 0.0 159408 9596 ? Ss 15:32 0:00 \_ sshd: root [priv] root 7584 0.0 0.0 159588 5732 ? S 15:32 0:00 \_ sshd: root@pts/0 root 7585 0.0 0.0 26308 5120 pts/0 Ss 15:32 0:00 \_ -bash root 29484 0.0 0.0 57724 4372 pts/0 R+ 19:06 0:00 \_ ps axufww root 1279 0.0 0.0 42624 2464 ? Ss 15:25 0:00 /usr/sbin/atd -f root 1281 0.0 0.0 36088 3796 ? Ss 15:25 0:00 /usr/sbin/crond -n root 1295 0.0 0.0 13104 1696 tty1 Ss+ 15:25 0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux root 1794 0.0 0.0 217236 6244 ? Ssl 15:25 0:00 /usr/sbin/rsyslogd -n root 7570 0.0 0.0 93052 9588 ? Ss 15:32 0:00 /usr/lib/systemd/systemd --user root 7575 0.0 0.0 238444 5108 ? S 15:32 0:00 \_ (sd-pam)
One thought on “Technical details of a default CentOS 8.0.1950 minimal installation”