Загрузка данных


arius@marius-HP-ProBook-470-G5:~/Downloads$ free -h
               total        used        free      shared  buff/cache   available
Mem:           7.2Gi       7.0Gi       145Mi       4.4Gi       4.8Gi       222Mi
Swap:          8.0Gi       6.0Gi       2.0Gi
marius@marius-HP-ProBook-470-G5:~/Downloads$ ps -eo pid,rss,vsz,cmd --sort=-rss | head -10
    PID   RSS    VSZ CMD
  16697 4395348 64696764 ./ProjectZomboid64
   1022 19160 988056 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
   1508 16048 887464 xfwm4
   1526 15608 626092 Thunar --daemon
   9166 13880 477452 xfce4-taskmanager
  16631 13568 474668 /usr/bin/xfce4-terminal
   1217 11836 139956 /usr/bin/pipewire-pulse
   1521 11488 474820 xfce4-panel
   1546  9420 395228 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libxfce4powermanager.so 11 14680075 power-manager-plugin Power Manager Plugin Display the battery levels of your devices and control the brightness of your display
marius@marius-HP-ProBook-470-G5:~/Downloads$