Using Virtualbox seems to slow down the system  [Solved]

Message
Author
linuxforever
Posts: 81
Joined: Fri Sep 25, 2020 11:04 am

Re: Using Virtualbox seems to slow down the system

#21 Post by linuxforever »

CharlesV wrote: Sun Oct 03, 2021 1:25 pm Verify your hard drives are running ahci mode and not raid mode. Many machines are setup initially out of the mfg running raid mode. If the machine is not in ahci mode, you should change it, it will make a big difference.
in the BIOS...?

User avatar
PhantomTramp
Posts: 102
Joined: Tue Jul 10, 2007 12:53 pm

Re: Using Virtualbox seems to slow down the system

#22 Post by PhantomTramp »

in the BIOS...?
Yes.

User avatar
Stevo
Developer
Posts: 14596
Joined: Fri Dec 15, 2006 7:07 pm

Re: Using Virtualbox seems to slow down the system

#23 Post by Stevo »

How about showing us the QSI taken while everything is running and taking the most resources, so we could see if anything is really reaching a limit, instead of afterwards?
If that is the case I think I will have to switch back to Windows
Is dual booting out of the question?

antiX-Dave
Developer
Posts: 372
Joined: Mon Apr 16, 2012 4:51 pm

Re: Using Virtualbox seems to slow down the system

#24 Post by antiX-Dave »

Using 3GB at idle after shutting down VirtualBox? and allocated 4 GB to the windows guest? and only having 5.6GB available?
Seems you are running out of available memory.
You can see what memory usage "is" by running the command free -m from terminal.
You may want to increase your ram. If not possible try allocating less to the guest (windows) and perhaps post the output of ps -ef from terminal as root so we can see why you are idling at 3GB ram usage. Do you have a swap file or swap partition setup and enabled? The free -m command should tell you.

User avatar
m_pav
Developer
Posts: 1794
Joined: Sun Aug 06, 2006 3:02 pm

Re: Using Virtualbox seems to slow down the system

#25 Post by m_pav »

You do not have the ideal machine to be running a virtualised environment on, however even with your drives 30mbps, imitations it is possible to get better speed out of it.

Having said that I would never been to do such a thing on machine with those specs because Windows 10 is a resource hog no matter which way you look at it. At the very least, after having taken on the advice you've already been given about changing your SATA mode to ahci, I would be forking out for a couple of SSD's and I'll start from scratch with them. Even on a machine as old as yours, running SSD's will be the difference between night and day.

At the very least, I would counsel to purge every single Windows service that is not required for operation of the app that you wish to run so as to make it run signicantly lighter. You need to look up Windows documentation on how to do that. Another thing that may assist is to add an entry to your (MX) /etc/hosts file to block access to the Windows update servers because when that service runs in the VM, it'll near brick your system with it's excessive resource use.
Mike P

Regd Linux User #472293
(Daily) Lenovo T560, i7-6600U, 16GB, 2.0TB SSD, MX_ahs
(ManCave) AMD Ryzen 5 5600G, 32G, 8TB mixed, MX_ahs
(Spare)2017 Macbook Air 7,2, 8GB, 256GB SSD, MX_ahs

User avatar
AK-47
Developer
Posts: 1207
Joined: Sun Mar 24, 2019 7:04 pm

Re: Using Virtualbox seems to slow down the system

#26 Post by AK-47 »

dolphin_oracle wrote: Sat Oct 02, 2021 7:18 am I would check your bios settings to make sure virtualization is enabled. on a lot of machines, its disabled by default.
VirtualBox 6.1 axed the recompiler, so I don't think it would start if hardware virtualization is disabled.
You could try a few things in the VM settings:
  • Go to System Settings, in the Processor tab you should enable all CPU options (PAE/NX, etc).
  • In the Acceleration tab, check to make sure nested paging is enabled.
  • Go to the Storage settings, select the controller, check Use Host I/O Cache.

User avatar
Jean-Pierre Carriere
Posts: 11
Joined: Wed Sep 30, 2020 10:33 pm

Re: Using Virtualbox seems to slow down the system

#27 Post by Jean-Pierre Carriere »

Merci beaucoup !

linuxforever
Posts: 81
Joined: Fri Sep 25, 2020 11:04 am

Re: Using Virtualbox seems to slow down the system

#28 Post by linuxforever »

Stevo wrote: Sun Oct 03, 2021 2:23 pm How about showing us the QSI taken while everything is running and taking the most resources, so we could see if anything is really reaching a limit, instead of afterwards?
If that is the case I think I will have to switch back to Windows
Is dual booting out of the question? - Yes, why use 2 OS? To make life "simpler"?
Thanks Dave, I will show the QSI while everything is running asap.

linuxforever
Posts: 81
Joined: Fri Sep 25, 2020 11:04 am

Re: Using Virtualbox seems to slow down the system

#29 Post by linuxforever »

antiX-Dave wrote: Sun Oct 03, 2021 2:37 pm Using 3GB at idle after shutting down VirtualBox? and allocated 4 GB to the windows guest? and only having 5.6GB available?
Seems you are running out of available memory.
You can see what memory usage "is" by running the command free -m from terminal.

total used free shared buff/cache available
Mem: 5823 3254 560 1000 2008 1292
Swap: 0 0 0

You may want to increase your ram. If not possible try allocating less to the guest (windows) and perhaps post the output of ps -ef from terminal as root so we can see why you are idling at 3GB ram usage. Do you have a swap file or swap partition setup and enabled? The free -m command should tell you.

Code: Select all

UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 oct03 ?        00:00:02 /lib/systemd/systemd
root         2     0  0 oct03 ?        00:00:00 [kthreadd]
root         3     2  0 oct03 ?        00:00:00 [rcu_gp]
root         4     2  0 oct03 ?        00:00:00 [rcu_par_gp]
root         6     2  0 oct03 ?        00:00:00 [kworker/0:0H-kblockd]
root         9     2  0 oct03 ?        00:00:00 [mm_percpu_wq]
root        10     2  0 oct03 ?        00:00:00 [ksoftirqd/0]
root        11     2  0 oct03 ?        00:00:00 [rcuc/0]
root        12     2  0 oct03 ?        00:00:15 [rcu_preempt]
root        13     2  0 oct03 ?        00:00:00 [rcub/0]
root        14     2  0 oct03 ?        00:00:00 [migration/0]
root        15     2  0 oct03 ?        00:00:00 [cpuhp/0]
root        16     2  0 oct03 ?        00:00:00 [cpuhp/1]
root        17     2  0 oct03 ?        00:00:00 [migration/1]
root        18     2  0 oct03 ?        00:00:00 [rcuc/1]
root        19     2  0 oct03 ?        00:00:00 [ksoftirqd/1]
root        21     2  0 oct03 ?        00:00:00 [kworker/1:0H-kblockd]
root        22     2  0 oct03 ?        00:00:00 [cpuhp/2]
root        23     2  0 oct03 ?        00:00:00 [migration/2]
root        24     2  0 oct03 ?        00:00:00 [rcuc/2]
root        25     2  0 oct03 ?        00:00:00 [ksoftirqd/2]
root        27     2  0 oct03 ?        00:00:00 [kworker/2:0H-events_highpri]
root        28     2  0 oct03 ?        00:00:00 [cpuhp/3]
root        29     2  0 oct03 ?        00:00:00 [migration/3]
root        30     2  0 oct03 ?        00:00:00 [rcuc/3]
root        31     2  0 oct03 ?        00:00:00 [ksoftirqd/3]
root        33     2  0 oct03 ?        00:00:00 [kworker/3:0H-kblockd]
root        34     2  0 oct03 ?        00:00:00 [kdevtmpfs]
root        35     2  0 oct03 ?        00:00:00 [netns]
root        36     2  0 oct03 ?        00:00:00 [rcu_tasks_kthre]
root        37     2  0 oct03 ?        00:00:00 [rcu_tasks_rude_]
root        38     2  0 oct03 ?        00:00:00 [kauditd]
root        39     2  0 oct03 ?        00:00:00 [oom_reaper]
root        40     2  0 oct03 ?        00:00:00 [writeback]
root        41     2  0 oct03 ?        00:00:00 [kcompactd0]
root        42     2  0 oct03 ?        00:00:00 [ksmd]
root        43     2  0 oct03 ?        00:00:00 [khugepaged]
root        98     2  0 oct03 ?        00:00:00 [kintegrityd]
root        99     2  0 oct03 ?        00:00:00 [kblockd]
root       100     2  0 oct03 ?        00:00:00 [blkcg_punt_bio]
root       101     2  0 oct03 ?        00:00:00 [tpm_dev_wq]
root       103     2  0 oct03 ?        00:00:00 [tifm]
root       104     2  0 oct03 ?        00:00:00 [ata_sff]
root       105     2  0 oct03 ?        00:00:00 [edac-poller]
root       106     2  0 oct03 ?        00:00:00 [devfreq_wq]
root       107     2  0 oct03 ?        00:00:00 [watchdogd]
root       109     2  0 oct03 ?        00:00:06 [kswapd0]
root       111     2  0 oct03 ?        00:00:00 [kthrotld]
root       112     2  0 oct03 ?        00:00:00 [nvme-wq]
root       113     2  0 oct03 ?        00:00:00 [nvme-reset-wq]
root       114     2  0 oct03 ?        00:00:00 [nvme-delete-wq]
root       115     2  0 oct03 ?        00:00:00 [scsi_eh_0]
root       116     2  0 oct03 ?        00:00:00 [scsi_tmf_0]
root       117     2  0 oct03 ?        00:00:00 [scsi_eh_1]
root       118     2  0 oct03 ?        00:00:00 [scsi_tmf_1]
root       119     2  0 oct03 ?        00:00:00 [scsi_eh_2]
root       120     2  0 oct03 ?        00:00:00 [scsi_tmf_2]
root       121     2  0 oct03 ?        00:00:00 [scsi_eh_3]
root       122     2  0 oct03 ?        00:00:00 [scsi_tmf_3]
root       123     2  0 oct03 ?        00:00:00 [scsi_eh_4]
root       124     2  0 oct03 ?        00:00:00 [scsi_tmf_4]
root       125     2  0 oct03 ?        00:00:00 [scsi_eh_5]
root       126     2  0 oct03 ?        00:00:00 [scsi_tmf_5]
root       137     2  0 oct03 ?        00:00:01 [kworker/0:1H-events_highpri]
root       138     2  0 oct03 ?        00:00:01 [kworker/1:1H-events_highpri]
root       142     2  0 oct03 ?        00:00:00 [kvub300c]
root       143     2  0 oct03 ?        00:00:00 [kvub300p]
root       144     2  0 oct03 ?        00:00:00 [kvub300d]
root       145     2  0 oct03 ?        00:00:00 [kmemstick]
root       146     2  0 oct03 ?        00:00:00 [ipv6_addrconf]
root       155     2  0 oct03 ?        00:00:00 [kstrp]
root       156     2  0 oct03 ?        00:00:00 [zswap-shrink]
root       157     2  0 oct03 ?        00:00:17 [kworker/u9:0+i915_flip]
root       212     2  0 oct03 ?        00:00:00 [acpi_thermal_pm]
root       223     2  0 oct03 ?        00:00:01 [kworker/2:1H-events_highpri]
root       252     2  0 oct03 ?        00:00:01 [kworker/3:1H-events_highpri]
root       253     2  0 oct03 ?        00:00:01 [jbd2/sda2-8]
root       254     2  0 oct03 ?        00:00:00 [ext4-rsv-conver]
root       296     1  0 oct03 ?        00:00:00 /lib/systemd/systemd-journald
root       316     2  0 oct03 ?        00:00:00 [rpciod]
root       317     2  0 oct03 ?        00:00:00 [xprtiod]
root       323     1  0 oct03 ?        00:00:00 /usr/sbin/blkmapd
root       344     1  0 oct03 ?        00:00:00 /lib/systemd/systemd-udevd
root       389     1  0 oct03 ?        00:00:00 /usr/sbin/rpc.idmapd
root       424     1  0 oct03 ?        00:00:00 /usr/sbin/haveged --Foreground --verbose=1 -w 1024
_rpc       425     1  0 oct03 ?        00:00:00 /sbin/rpcbind -f -w
root       530     1  0 oct03 ?        00:00:00 /usr/sbin/smartd -n
root       531     1  0 oct03 ?        00:00:00 /usr/sbin/rsyslogd -n -iNONE
root       533     1  0 oct03 ?        00:00:00 /usr/lib/accountsservice/accounts-daemon
root       537     1  0 oct03 ?        00:00:00 /usr/sbin/acpid
root       538     1  0 oct03 ?        00:00:00 /usr/sbin/ModemManager --filter-policy=strict
root       540     1  0 oct03 ?        00:00:00 /lib/systemd/systemd-logind
message+   541     1  0 oct03 ?        00:00:01 /usr/bin/dbus-daemon --system --address=systemd: --n
root       542     1  0 oct03 ?        00:00:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
root       544     1  0 oct03 ?        00:00:02 /usr/lib/udisks2/udisksd
root       546     1  0 oct03 ?        00:00:01 /usr/sbin/NetworkManager --no-daemon
avahi      547     1  0 oct03 ?        00:00:12 avahi-daemon: running [bobby.local]
root       550     2  0 oct03 ?        00:00:00 [cryptd]
avahi      637   547  0 oct03 ?        00:00:00 avahi-daemon: chroot helper
root       751     1  0 oct03 ?        00:00:01 /usr/lib/policykit-1/polkitd --no-debug
root       757     1  0 oct03 ?        00:00:00 /usr/bin/python3 /usr/share/unattended-upgrades/unat
root       758     1  0 oct03 ?        00:00:00 /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdae
ntp        768     1  0 oct03 ?        00:00:01 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 105:112
root       769     1  0 oct03 ?        00:00:00 /usr/sbin/rpc.mountd --manage-gids
colord     781     1  0 oct03 ?        00:00:00 /usr/lib/colord/colord
root       782     2  0 oct03 ?        00:00:17 [kworker/u9:1-i915_flip]
root       783     2  0 oct03 ?        00:00:00 [lockd]
root       796     2  0 oct03 ?        00:00:00 [nfsd]
root       797     2  0 oct03 ?        00:00:00 [nfsd]
root       798     2  0 oct03 ?        00:00:00 [nfsd]
root       799     2  0 oct03 ?        00:00:00 [nfsd][code]


[code]$ ps -ef
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 oct03 ?        00:00:02 /lib/systemd/systemd
root         2     0  0 oct03 ?        00:00:00 [kthreadd]
root         3     2  0 oct03 ?        00:00:00 [rcu_gp]
root         4     2  0 oct03 ?        00:00:00 [rcu_par_gp]
root         6     2  0 oct03 ?        00:00:00 [kworker/0:0H-kblockd]
root         9     2  0 oct03 ?        00:00:00 [mm_percpu_wq]
root        10     2  0 oct03 ?        00:00:00 [ksoftirqd/0]
root        11     2  0 oct03 ?        00:00:00 [rcuc/0]
root        12     2  0 oct03 ?        00:00:15 [rcu_preempt]
root        13     2  0 oct03 ?        00:00:00 [rcub/0]
root        14     2  0 oct03 ?        00:00:00 [migration/0]
root        15     2  0 oct03 ?        00:00:00 [cpuhp/0]
root        16     2  0 oct03 ?        00:00:00 [cpuhp/1]
root        17     2  0 oct03 ?        00:00:00 [migration/1]
root        18     2  0 oct03 ?        00:00:00 [rcuc/1]
root        19     2  0 oct03 ?        00:00:00 [ksoftirqd/1]
root        21     2  0 oct03 ?        00:00:00 [kworker/1:0H-kblockd]
root        22     2  0 oct03 ?        00:00:00 [cpuhp/2]
root        23     2  0 oct03 ?        00:00:00 [migration/2]
root        24     2  0 oct03 ?        00:00:00 [rcuc/2]
root        25     2  0 oct03 ?        00:00:00 [ksoftirqd/2]
root        27     2  0 oct03 ?        00:00:00 [kworker/2:0H-events_highpri]
root        28     2  0 oct03 ?        00:00:00 [cpuhp/3]
root        29     2  0 oct03 ?        00:00:00 [migration/3]
root        30     2  0 oct03 ?        00:00:00 [rcuc/3]
root        31     2  0 oct03 ?        00:00:00 [ksoftirqd/3]
root        33     2  0 oct03 ?        00:00:00 [kworker/3:0H-kblockd]
root        34     2  0 oct03 ?        00:00:00 [kdevtmpfs]
root        35     2  0 oct03 ?        00:00:00 [netns]
root        36     2  0 oct03 ?        00:00:00 [rcu_tasks_kthre]
root        37     2  0 oct03 ?        00:00:00 [rcu_tasks_rude_]
root        38     2  0 oct03 ?        00:00:00 [kauditd]
root        39     2  0 oct03 ?        00:00:00 [oom_reaper]
root        40     2  0 oct03 ?        00:00:00 [writeback]
root        41     2  0 oct03 ?        00:00:00 [kcompactd0]
root        42     2  0 oct03 ?        00:00:00 [ksmd]
root        43     2  0 oct03 ?        00:00:00 [khugepaged]
root        98     2  0 oct03 ?        00:00:00 [kintegrityd]
root        99     2  0 oct03 ?        00:00:00 [kblockd]
root       100     2  0 oct03 ?        00:00:00 [blkcg_punt_bio]
root       101     2  0 oct03 ?        00:00:00 [tpm_dev_wq]
root       103     2  0 oct03 ?        00:00:00 [tifm]
root       104     2  0 oct03 ?        00:00:00 [ata_sff]
root       105     2  0 oct03 ?        00:00:00 [edac-poller]
root       106     2  0 oct03 ?        00:00:00 [devfreq_wq]
root       107     2  0 oct03 ?        00:00:00 [watchdogd]
root       109     2  0 oct03 ?        00:00:06 [kswapd0]
root       111     2  0 oct03 ?        00:00:00 [kthrotld]
root       112     2  0 oct03 ?        00:00:00 [nvme-wq]
root       113     2  0 oct03 ?        00:00:00 [nvme-reset-wq]
root       114     2  0 oct03 ?        00:00:00 [nvme-delete-wq]
root       115     2  0 oct03 ?        00:00:00 [scsi_eh_0]
root       116     2  0 oct03 ?        00:00:00 [scsi_tmf_0]
root       117     2  0 oct03 ?        00:00:00 [scsi_eh_1]
root       118     2  0 oct03 ?        00:00:00 [scsi_tmf_1]
root       119     2  0 oct03 ?        00:00:00 [scsi_eh_2]
root       120     2  0 oct03 ?        00:00:00 [scsi_tmf_2]
root       121     2  0 oct03 ?        00:00:00 [scsi_eh_3]
root       122     2  0 oct03 ?        00:00:00 [scsi_tmf_3]
root       123     2  0 oct03 ?        00:00:00 [scsi_eh_4]
root       124     2  0 oct03 ?        00:00:00 [scsi_tmf_4]
root       125     2  0 oct03 ?        00:00:00 [scsi_eh_5]
root       126     2  0 oct03 ?        00:00:00 [scsi_tmf_5]
root       137     2  0 oct03 ?        00:00:01 [kworker/0:1H-events_highpri]
root       138     2  0 oct03 ?        00:00:01 [kworker/1:1H-events_highpri]
root       142     2  0 oct03 ?        00:00:00 [kvub300c]
root       143     2  0 oct03 ?        00:00:00 [kvub300p]
root       144     2  0 oct03 ?        00:00:00 [kvub300d]
root       145     2  0 oct03 ?        00:00:00 [kmemstick]
root       146     2  0 oct03 ?        00:00:00 [ipv6_addrconf]
root       155     2  0 oct03 ?        00:00:00 [kstrp]
root       156     2  0 oct03 ?        00:00:00 [zswap-shrink]
root       157     2  0 oct03 ?        00:00:17 [kworker/u9:0+i915_flip]
root       212     2  0 oct03 ?        00:00:00 [acpi_thermal_pm]
root       223     2  0 oct03 ?        00:00:01 [kworker/2:1H-events_highpri]
root       252     2  0 oct03 ?        00:00:01 [kworker/3:1H-events_highpri]
root       253     2  0 oct03 ?        00:00:01 [jbd2/sda2-8]
root       254     2  0 oct03 ?        00:00:00 [ext4-rsv-conver]
root       296     1  0 oct03 ?        00:00:00 /lib/systemd/systemd-journald
root       316     2  0 oct03 ?        00:00:00 [rpciod]
root       317     2  0 oct03 ?        00:00:00 [xprtiod]
root       323     1  0 oct03 ?        00:00:00 /usr/sbin/blkmapd
root       344     1  0 oct03 ?        00:00:00 /lib/systemd/systemd-udevd
root       389     1  0 oct03 ?        00:00:00 /usr/sbin/rpc.idmapd
root       424     1  0 oct03 ?        00:00:00 /usr/sbin/haveged --Foreground --verbose=1 -w 1024
_rpc       425     1  0 oct03 ?        00:00:00 /sbin/rpcbind -f -w
root       530     1  0 oct03 ?        00:00:00 /usr/sbin/smartd -n
root       531     1  0 oct03 ?        00:00:00 /usr/sbin/rsyslogd -n -iNONE
root       533     1  0 oct03 ?        00:00:00 /usr/lib/accountsservice/accounts-daemon
root       537     1  0 oct03 ?        00:00:00 /usr/sbin/acpid
root       538     1  0 oct03 ?        00:00:00 /usr/sbin/ModemManager --filter-policy=strict
root       540     1  0 oct03 ?        00:00:00 /lib/systemd/systemd-logind
message+   541     1  0 oct03 ?        00:00:01 /usr/bin/dbus-daemon --system --address=systemd: --n
root       542     1  0 oct03 ?        00:00:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
root       544     1  0 oct03 ?        00:00:02 /usr/lib/udisks2/udisksd
root       546     1  0 oct03 ?        00:00:01 /usr/sbin/NetworkManager --no-daemon
avahi      547     1  0 oct03 ?        00:00:12 avahi-daemon: running [bobby.local]
root       550     2  0 oct03 ?        00:00:00 [cryptd]
avahi      637   547  0 oct03 ?        00:00:00 avahi-daemon: chroot helper
root       751     1  0 oct03 ?        00:00:01 /usr/lib/policykit-1/polkitd --no-debug
root       757     1  0 oct03 ?        00:00:00 /usr/bin/python3 /usr/share/unattended-upgrades/unat
root       758     1  0 oct03 ?        00:00:00 /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdae
ntp        768     1  0 oct03 ?        00:00:01 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 105:112
root       769     1  0 oct03 ?        00:00:00 /usr/sbin/rpc.mountd --manage-gids
colord     781     1  0 oct03 ?        00:00:00 /usr/lib/colord/colord
root       782     2  0 oct03 ?        00:00:17 [kworker/u9:1-i915_flip]
root       783     2  0 oct03 ?        00:00:00 [lockd]
root       796     2  0 oct03 ?        00:00:00 [nfsd]
root       797     2  0 oct03 ?        00:00:00 [nfsd]
root       798     2  0 oct03 ?        00:00:00 [nfsd]
root       799     2  0 oct03 ?        00:00:00 [nfsd]
root       800     2  0 oct03 ?        00:00:00 [nfsd]
root       801     2  0 oct03 ?        00:00:00 [nfsd]
root       802     2  0 oct03 ?        00:00:00 [nfsd]
root       803     2  0 oct03 ?        00:00:00 [nfsd]
root       807     1  0 oct03 ?        00:00:00 /usr/sbin/cron -f
root       817     1  0 oct03 ?        00:00:00 /usr/sbin/lightdm
root       892   817  0 oct03 tty7     00:07:43 /usr/lib/xorg/Xorg -dpi $DPI :0 -seat seat0 -auth /v
root       955     1  0 oct03 ?        00:00:32 /usr/sbin/expressvpnd --client-version 3.9.0beta --c
clamav     956     1  0 oct03 ?        00:00:00 /usr/bin/freshclam -d --foreground=true
root       963     1  0 oct03 tty1     00:00:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
root      1011     2  0 oct03 ?        00:00:00 [iprt-VBoxWQueue]
root      1012     2  0 oct03 ?        00:00:00 [iprt-VBoxTscThr]
root      1022     1  0 oct03 ?        00:00:15 /opt/teamviewer/tv_bin/teamviewerd -d
root      1288   817  0 oct03 ?        00:00:00 lightdm --session-child 12 19
bobby     1328     1  0 oct03 ?        00:00:00 /lib/systemd/systemd --user
bobby     1329  1328  0 oct03 ?        00:00:00 (sd-pam)
bobby     1343     1  0 oct03 ?        00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
bobby     1346  1288  0 oct03 ?        00:00:01 xfce4-session
bobby     1379     1  0 oct03 ?        00:00:00 dbus-launch --autolaunch=dbfb4ddf884bbabeed194344604
bobby     1380     1  0 oct03 ?        00:00:00 /usr/bin/dbus-daemon --syslog-only --fork --print-pi
bobby     1383     1  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd
bobby     1391     1  0 oct03 ?        00:00:00 /usr/bin/dbus-launch --exit-with-session --sh-syntax
bobby     1392     1  0 oct03 ?        00:00:00 /usr/bin/dbus-daemon --syslog --fork --print-pid 5 -
bobby     1448  1346  0 oct03 ?        00:00:00 /usr/bin/ssh-agent x-session-manager
bobby     1469     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfsd
bobby     1474     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o b
bobby     1476     1  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd
bobby     1495  1346  0 oct03 ?        00:02:15 xfwm4 --display :0.0 --sm-client-id 2851a0239-f03a-4
bobby     1502     1  0 oct03 ?        00:00:01 xfsettingsd --display :0.0 --sm-client-id 2178c4527-
root      1517     1  0 oct03 ?        00:00:00 /usr/lib/upower/upowerd
bobby     1524  1346  0 oct03 ?        00:00:15 xfce4-panel --display :0.0 --sm-client-id 200a25cd8-
bobby     1530  1346  0 oct03 ?        00:00:08 Thunar --sm-client-id 2da62fef6-e4e6-48a1-b5c7-634f1
bobby     1558  1346  0 oct03 ?        00:00:02 xfdesktop --display :0.0 --sm-client-id 22e7d543f-28
bobby     1561  1524  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /u
bobby     1562  1524  0 oct03 ?        00:00:07 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /u
bobby     1567  1346  0 oct03 ?        00:00:00 mx-usb-unmounter -session 281887683-234e-482f-b7e7-4
bobby     1576     1  0 oct03 ?        00:00:00 xfce4-power-manager --restart --sm-client-id 263eb35
bobby     1580     1  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notify
bobby     1598  1524  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /u
bobby     1599  1524  0 oct03 ?        00:00:01 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /u
root      1609     2  0 oct03 ?        00:00:17 [kworker/u9:2+i915_flip]
bobby     1624  1346  0 oct03 ?        00:00:14 /usr/lib/slack/slack %U
bobby     1643  1346  0 oct03 ?        00:00:03 /usr/bin/python /usr/bin/apt-notifier.py
bobby     1654  1346  0 oct03 ?        00:00:00 xfce4-notes
bobby     1656     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
bobby     1661     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
bobby     1667     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor
bobby     1676     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
bobby     1686     1  0 oct03 ?        00:00:00 fbxkb
bobby     1687  1346  0 oct03 ?        00:00:00 /usr/bin/python3 /usr/bin/redshift-gtk
bobby     1692     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-goa-volume-monitor
bobby     1705  1346  0 oct03 ?        00:00:00 xiccd
bobby     1766  1346  0 oct03 ?        00:00:00 clipit
bobby     1767  1346  0 oct03 ?        00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher --launch-i
bobby     1768  1346  0 oct03 ?        00:00:00 /usr/lib/geoclue-2.0/demos/agent
bobby     1775  1767  0 oct03 ?        00:00:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaul
bobby     1785     1  0 oct03 ?        00:00:02 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-
bobby     1790  1346  0 oct03 ?        00:00:00 nm-applet
bobby     1808  1346  0 oct03 ?        00:00:00 /usr/lib/policykit-1-gnome/polkit-gnome-authenticati
bobby     1813  1346  0 oct03 ?        00:00:05 /usr/bin/python3 /usr/bin/solaar --window=hide
bobby     1816  1687  0 oct03 ?        00:00:01 /usr/bin/redshift -v
bobby     1821  1346  0 oct03 ?        00:00:00 /usr/bin/python3 /usr/share/system-config-printer/ap
geoclue   1822     1  0 oct03 ?        00:00:00 /usr/lib/geoclue-2.0/geoclue
bobby     1828     1  0 oct03 ?        00:00:02 /usr/bin/expressvpn-agent --daemon
bobby     1835  1346  0 oct03 ?        00:00:00 light-locker
bobby     1840     1  0 oct03 ?        00:00:00 /usr/lib/dconf/dconf-service
bobby     1953  1624  0 oct03 ?        00:00:00 /usr/lib/slack/slack --type=zygote --no-zygote-sandb
bobby     1954  1624  0 oct03 ?        00:00:00 /usr/lib/slack/slack --type=zygote
bobby     1956  1954  0 oct03 ?        00:00:00 /usr/lib/slack/slack --type=zygote
bobby     1969     1  0 oct03 ?        00:00:29 conky -c /home/bobby/.conky/MX-Cowon/MX-Cowon_more_s
root      1997     1  0 oct03 ?        00:00:00 /usr/lib/bluetooth/bluetoothd
bobby     2007     1  0 oct03 ?        00:00:00 /usr/libexec/xdg-desktop-portal
bobby     2011  1953  0 oct03 ?        00:00:09 /usr/lib/slack/slack --type=gpu-process --field-tria
bobby     2020  1624  0 oct03 ?        00:00:04 /usr/lib/slack/slack --type=utility --utility-sub-ty
bobby     2035     1  0 oct03 ?        00:00:00 /usr/libexec/xdg-document-portal
bobby     2039     1  0 oct03 ?        00:00:00 /usr/libexec/xdg-permission-store
bobby     2055     1  0 oct03 ?        00:00:00 /usr/libexec/xdg-desktop-portal-gtk
bobby     2241  1956  0 oct03 ?        00:02:30 /usr/lib/slack/slack --type=renderer --enable-crash-
bobby     2469  1524  0 oct03 ?        00:09:23 /usr/lib/chromium/chromium --ppapi-flash-path=/usr/l
bobby     2487  2469  0 oct03 ?        00:00:00 /usr/lib/chromium/chromium --type=zygote --no-zygote
bobby     2488  2469  0 oct03 ?        00:00:00 /usr/lib/chromium/chromium --type=zygote
bobby     2490  2488  0 oct03 ?        00:00:01 /usr/lib/chromium/chromium --type=zygote
bobby     2510  2487  0 oct03 ?        00:13:33 /usr/lib/chromium/chromium --type=gpu-process --fiel
bobby     2516  2469  0 oct03 ?        00:01:58 /usr/lib/chromium/chromium --type=utility --utility-
bobby     2534  2490  0 oct03 ?        00:00:00 /usr/lib/chromium/chromium --type=utility --utility-
bobby     2550  2490  0 oct03 ?        00:00:11 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2601  2490  0 oct03 ?        00:00:08 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2684  2490  0 oct03 ?        00:03:10 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2685  2490  0 oct03 ?        00:00:01 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2709  1524  0 oct03 ?        00:00:11 /opt/Signal/signal-desktop --no-sandbox
bobby     2726  2469  0 oct03 ?        00:00:17 /usr/lib/chromium/chromium --type=utility --utility-
bobby     2738  2490  0 oct03 ?        00:03:32 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2750  2490  0 oct03 ?        00:03:29 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2782  2490  0 oct03 ?        00:00:01 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2804  2709  0 oct03 ?        00:00:00 /opt/Signal/signal-desktop --type=zygote --no-zygote
bobby     2805  2709  0 oct03 ?        00:00:00 /opt/Signal/signal-desktop --type=zygote --no-sandbo
bobby     2807  2490  1 oct03 ?        00:15:13 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2902  2490  0 oct03 ?        00:00:03 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2918  2490  0 oct03 ?        00:00:15 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2961  2804  0 oct03 ?        00:00:16 /opt/Signal/signal-desktop --type=gpu-process --fiel
bobby     2966  2490  0 oct03 ?        00:00:00 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2984  2709  0 oct03 ?        00:00:01 /opt/Signal/signal-desktop --type=utility --utility-
bobby     3013  2709  0 oct03 ?        00:02:28 /opt/Signal/signal-desktop --type=renderer --no-sand
bobby     3085  2709  0 oct03 ?        00:00:00 /opt/Signal/signal-desktop --type=utility --utility-
root     12228     1  0 07:54 ?        00:00:00 /usr/sbin/cupsd -l
root     12230     1  0 07:54 ?        00:00:00 /usr/sbin/cups-browsed
lp       12368 12228  0 07:54 ?        00:00:00 /usr/lib/cups/notifier/dbus dbus://
root     21109     2  0 17:45 ?        00:00:00 [irq/28-mei_me]
root     21494   955  0 17:46 ?        00:00:17 /usr/lib/expressvpn/lightway -c /var/run/expressvpn/
bobby    21664  1328  0 17:47 ?        00:00:27 /usr/bin/pulseaudio --daemonize=no
bobby    21925  2490  0 17:50 ?        00:00:52 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    21943  1469  0 17:50 ?        00:00:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.4 /org/gtk/gv
bobby    21955  1469  0 17:50 ?        00:00:00 /usr/lib/gvfs/gvfsd-network --spawner :1.4 /org/gtk/
bobby    21980  1469  0 17:50 ?        00:00:00 /usr/lib/gvfs/gvfsd-dnssd --spawner :1.4 /org/gtk/gv
root     25604     2  0 18:44 ?        00:00:00 [jbd2/sdb1-8]
root     25605     2  0 18:44 ?        00:00:00 [ext4-rsv-conver]
root     25633     2  0 18:44 ?        00:00:00 [kworker/1:2-events]
root     25636     2  0 18:44 ?        00:00:00 [kworker/2:4-events]
root     25839     2  0 18:47 ?        00:00:00 [kworker/u8:2-i915]
bobby    25930     1  0 18:49 ?        00:00:00 /usr/lib/gvfs/gvfsd-metadata
root     26579     2  0 18:51 ?        00:00:00 [kworker/3:0-events]
root     26603     2  0 18:51 ?        00:00:01 [kworker/1:0-events]
root     26889     2  0 18:55 ?        00:00:02 [kworker/0:0-events]
root     27758     2  0 19:04 ?        00:00:00 [kworker/2:1-events]
root     28334     2  0 19:07 ?        00:00:00 [kworker/3:1-events]
root     28547     2  0 19:10 ?        00:00:00 [kworker/u8:1-events_unbound]
root     28617     2  0 19:11 ?        00:00:00 [kworker/u9:3]
root     28636     2  0 19:11 ?        00:00:00 [kworker/0:2-events]
root     28647     2  0 19:12 ?        00:00:00 [kworker/u8:3-events_unbound]
root     28680     2  0 19:12 ?        00:00:00 [kworker/1:1-events]
root     28715     2  0 19:13 ?        00:00:00 [kworker/3:2-events]
root     28849     2  0 19:15 ?        00:00:00 [kworker/2:0-events]
bobby    28888  1599  0 19:16 ?        00:00:00 xfce4-terminal
bobby    28896 28888  0 19:16 pts/0    00:00:00 bash
bobby    29003 28896  0 19:17 pts/0    00:00:00 ps -ef
root       800     2  0 oct03 ?        00:00:00 [nfsd]
root       801     2  0 oct03 ?        00:00:00 [nfsd]
root       802     2  0 oct03 ?        00:00:00 [nfsd]
root       803     2  0 oct03 ?        00:00:00 [nfsd]
root       807     1  0 oct03 ?        00:00:00 /usr/sbin/cron -f
root       817     1  0 oct03 ?        00:00:00 /usr/sbin/lightdm
root       892   817  0 oct03 tty7     00:07:43 /usr/lib/xorg/Xorg -dpi $DPI :0 -seat seat0 -auth /v
root       955     1  0 oct03 ?        00:00:32 /usr/sbin/expressvpnd --client-version 3.9.0beta --c
clamav     956     1  0 oct03 ?        00:00:00 /usr/bin/freshclam -d --foreground=true
root       963     1  0 oct03 tty1     00:00:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
root      1011     2  0 oct03 ?        00:00:00 [iprt-VBoxWQueue]
root      1012     2  0 oct03 ?        00:00:00 [iprt-VBoxTscThr]
root      1022     1  0 oct03 ?        00:00:15 /opt/teamviewer/tv_bin/teamviewerd -d
root      1288   817  0 oct03 ?        00:00:00 lightdm --session-child 12 19
bobby     1328     1  0 oct03 ?        00:00:00 /lib/systemd/systemd --user
bobby     1329  1328  0 oct03 ?        00:00:00 (sd-pam)
bobby     1343     1  0 oct03 ?        00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
bobby     1346  1288  0 oct03 ?        00:00:01 xfce4-session
bobby     1379     1  0 oct03 ?        00:00:00 dbus-launch --autolaunch=dbfb4ddf884bbabeed194344604
bobby     1380     1  0 oct03 ?        00:00:00 /usr/bin/dbus-daemon --syslog-only --fork --print-pi
bobby     1383     1  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd
bobby     1391     1  0 oct03 ?        00:00:00 /usr/bin/dbus-launch --exit-with-session --sh-syntax
bobby     1392     1  0 oct03 ?        00:00:00 /usr/bin/dbus-daemon --syslog --fork --print-pid 5 -
bobby     1448  1346  0 oct03 ?        00:00:00 /usr/bin/ssh-agent x-session-manager
bobby     1469     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfsd
bobby     1474     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o b
bobby     1476     1  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd
bobby     1495  1346  0 oct03 ?        00:02:15 xfwm4 --display :0.0 --sm-client-id 2851a0239-f03a-4
bobby     1502     1  0 oct03 ?        00:00:01 xfsettingsd --display :0.0 --sm-client-id 2178c4527-
root      1517     1  0 oct03 ?        00:00:00 /usr/lib/upower/upowerd
bobby     1524  1346  0 oct03 ?        00:00:15 xfce4-panel --display :0.0 --sm-client-id 200a25cd8-
bobby     1530  1346  0 oct03 ?        00:00:08 Thunar --sm-client-id 2da62fef6-e4e6-48a1-b5c7-634f1
bobby     1558  1346  0 oct03 ?        00:00:02 xfdesktop --display :0.0 --sm-client-id 22e7d543f-28
bobby     1561  1524  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /u
bobby     1562  1524  0 oct03 ?        00:00:07 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /u
bobby     1567  1346  0 oct03 ?        00:00:00 mx-usb-unmounter -session 281887683-234e-482f-b7e7-4
bobby     1576     1  0 oct03 ?        00:00:00 xfce4-power-manager --restart --sm-client-id 263eb35
bobby     1580     1  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notify
bobby     1598  1524  0 oct03 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /u
bobby     1599  1524  0 oct03 ?        00:00:01 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /u
root      1609     2  0 oct03 ?        00:00:17 [kworker/u9:2+i915_flip]
bobby     1624  1346  0 oct03 ?        00:00:14 /usr/lib/slack/slack %U
bobby     1643  1346  0 oct03 ?        00:00:03 /usr/bin/python /usr/bin/apt-notifier.py
bobby     1654  1346  0 oct03 ?        00:00:00 xfce4-notes
bobby     1656     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
bobby     1661     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
bobby     1667     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor
bobby     1676     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
bobby     1686     1  0 oct03 ?        00:00:00 fbxkb
bobby     1687  1346  0 oct03 ?        00:00:00 /usr/bin/python3 /usr/bin/redshift-gtk
bobby     1692     1  0 oct03 ?        00:00:00 /usr/lib/gvfs/gvfs-goa-volume-monitor
bobby     1705  1346  0 oct03 ?        00:00:00 xiccd
bobby     1766  1346  0 oct03 ?        00:00:00 clipit
bobby     1767  1346  0 oct03 ?        00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher --launch-i
bobby     1768  1346  0 oct03 ?        00:00:00 /usr/lib/geoclue-2.0/demos/agent
bobby     1775  1767  0 oct03 ?        00:00:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaul
bobby     1785     1  0 oct03 ?        00:00:02 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-
bobby     1790  1346  0 oct03 ?        00:00:00 nm-applet
bobby     1808  1346  0 oct03 ?        00:00:00 /usr/lib/policykit-1-gnome/polkit-gnome-authenticati
bobby     1813  1346  0 oct03 ?        00:00:05 /usr/bin/python3 /usr/bin/solaar --window=hide
bobby     1816  1687  0 oct03 ?        00:00:01 /usr/bin/redshift -v
bobby     1821  1346  0 oct03 ?        00:00:00 /usr/bin/python3 /usr/share/system-config-printer/ap
geoclue   1822     1  0 oct03 ?        00:00:00 /usr/lib/geoclue-2.0/geoclue
bobby     1828     1  0 oct03 ?        00:00:02 /usr/bin/expressvpn-agent --daemon
bobby     1835  1346  0 oct03 ?        00:00:00 light-locker
bobby     1840     1  0 oct03 ?        00:00:00 /usr/lib/dconf/dconf-service
bobby     1953  1624  0 oct03 ?        00:00:00 /usr/lib/slack/slack --type=zygote --no-zygote-sandb
bobby     1954  1624  0 oct03 ?        00:00:00 /usr/lib/slack/slack --type=zygote
bobby     1956  1954  0 oct03 ?        00:00:00 /usr/lib/slack/slack --type=zygote
bobby     1969     1  0 oct03 ?        00:00:29 conky -c /home/bobby/.conky/MX-Cowon/MX-Cowon_more_s
root      1997     1  0 oct03 ?        00:00:00 /usr/lib/bluetooth/bluetoothd
bobby     2007     1  0 oct03 ?        00:00:00 /usr/libexec/xdg-desktop-portal
bobby     2011  1953  0 oct03 ?        00:00:09 /usr/lib/slack/slack --type=gpu-process --field-tria
bobby     2020  1624  0 oct03 ?        00:00:04 /usr/lib/slack/slack --type=utility --utility-sub-ty
bobby     2035     1  0 oct03 ?        00:00:00 /usr/libexec/xdg-document-portal
bobby     2039     1  0 oct03 ?        00:00:00 /usr/libexec/xdg-permission-store
bobby     2055     1  0 oct03 ?        00:00:00 /usr/libexec/xdg-desktop-portal-gtk
bobby     2241  1956  0 oct03 ?        00:02:30 /usr/lib/slack/slack --type=renderer --enable-crash-
bobby     2469  1524  0 oct03 ?        00:09:23 /usr/lib/chromium/chromium --ppapi-flash-path=/usr/l
bobby     2487  2469  0 oct03 ?        00:00:00 /usr/lib/chromium/chromium --type=zygote --no-zygote
bobby     2488  2469  0 oct03 ?        00:00:00 /usr/lib/chromium/chromium --type=zygote
bobby     2490  2488  0 oct03 ?        00:00:01 /usr/lib/chromium/chromium --type=zygote
bobby     2510  2487  0 oct03 ?        00:13:33 /usr/lib/chromium/chromium --type=gpu-process --fiel
bobby     2516  2469  0 oct03 ?        00:01:58 /usr/lib/chromium/chromium --type=utility --utility-
bobby     2534  2490  0 oct03 ?        00:00:00 /usr/lib/chromium/chromium --type=utility --utility-
bobby     2550  2490  0 oct03 ?        00:00:11 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2601  2490  0 oct03 ?        00:00:08 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2684  2490  0 oct03 ?        00:03:10 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2685  2490  0 oct03 ?        00:00:01 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2709  1524  0 oct03 ?        00:00:11 /opt/Signal/signal-desktop --no-sandbox
bobby     2726  2469  0 oct03 ?        00:00:17 /usr/lib/chromium/chromium --type=utility --utility-
bobby     2738  2490  0 oct03 ?        00:03:32 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2750  2490  0 oct03 ?        00:03:29 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2782  2490  0 oct03 ?        00:00:01 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2804  2709  0 oct03 ?        00:00:00 /opt/Signal/signal-desktop --type=zygote --no-zygote
bobby     2805  2709  0 oct03 ?        00:00:00 /opt/Signal/signal-desktop --type=zygote --no-sandbo
bobby     2807  2490  1 oct03 ?        00:15:13 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2902  2490  0 oct03 ?        00:00:03 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2918  2490  0 oct03 ?        00:00:15 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2961  2804  0 oct03 ?        00:00:16 /opt/Signal/signal-desktop --type=gpu-process --fiel
bobby     2966  2490  0 oct03 ?        00:00:00 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     2984  2709  0 oct03 ?        00:00:01 /opt/Signal/signal-desktop --type=utility --utility-
bobby     3013  2709  0 oct03 ?        00:02:28 /opt/Signal/signal-desktop --type=renderer --no-sand
bobby     3085  2709  0 oct03 ?        00:00:00 /opt/Signal/signal-desktop --type=utility --utility-
bobby     4694  2490  0 oct03 ?        00:00:01 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     4738  2490  0 oct03 ?        00:00:09 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     4757  2490  0 oct03 ?        00:00:03 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby     9914  2490  0 oct03 ?        00:01:44 /usr/lib/chromium/chromium --type=renderer --file-ur
root     12228     1  0 07:54 ?        00:00:00 /usr/sbin/cupsd -l
root     12230     1  0 07:54 ?        00:00:00 /usr/sbin/cups-browsed
lp       12368 12228  0 07:54 ?        00:00:00 /usr/lib/cups/notifier/dbus dbus://
root     21109     2  0 17:45 ?        00:00:00 [irq/28-mei_me]
root     21494   955  0 17:46 ?        00:00:17 /usr/lib/expressvpn/lightway -c /var/run/expressvpn/
bobby    21664  1328  0 17:47 ?        00:00:27 /usr/bin/pulseaudio --daemonize=no
bobby    21925  2490  0 17:50 ?        00:00:52 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    21943  1469  0 17:50 ?        00:00:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.4 /org/gtk/gv
bobby    21955  1469  0 17:50 ?        00:00:00 /usr/lib/gvfs/gvfsd-network --spawner :1.4 /org/gtk/
bobby    21980  1469  0 17:50 ?        00:00:00 /usr/lib/gvfs/gvfsd-dnssd --spawner :1.4 /org/gtk/gv
bobby    22454  2490  0 17:57 ?        00:00:00 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    22545  2490  0 17:59 ?        00:00:00 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    22557  2490  0 17:59 ?        00:00:00 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    22558  2490  0 17:59 ?        00:00:00 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    22569  2490  0 17:59 ?        00:00:00 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    23545  2490  5 18:13 ?        00:03:43 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    24728  2490  3 18:31 ?        00:01:38 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    25016  2490  0 18:36 ?        00:00:03 /usr/lib/chromium/chromium --type=renderer --file-ur
bobby    25427  2490  4 18:41 ?        00:01:33 /usr/lib/chromium/chromium --type=renderer --file-ur
root     25604     2  0 18:44 ?        00:00:00 [jbd2/sdb1-8]
root     25605     2  0 18:44 ?        00:00:00 [ext4-rsv-conver]
root     25633     2  0 18:44 ?        00:00:00 [kworker/1:2-events]
root     25636     2  0 18:44 ?        00:00:00 [kworker/2:4-events]
root     25839     2  0 18:47 ?        00:00:00 [kworker/u8:2-i915]
bobby    25930     1  0 18:49 ?        00:00:00 /usr/lib/gvfs/gvfsd-metadata
root     26579     2  0 18:51 ?        00:00:00 [kworker/3:0-events]
root     26603     2  0 18:51 ?        00:00:01 [kworker/1:0-events]
root     26889     2  0 18:55 ?        00:00:02 [kworker/0:0-events]
root     27758     2  0 19:04 ?        00:00:00 [kworker/2:1-events]
root     28334     2  0 19:07 ?        00:00:00 [kworker/3:1-events]
root     28547     2  0 19:10 ?        00:00:00 [kworker/u8:1-events_unbound]
root     28617     2  0 19:11 ?        00:00:00 [kworker/u9:3]
root     28636     2  0 19:11 ?        00:00:00 [kworker/0:2-events]
root     28647     2  0 19:12 ?        00:00:00 [kworker/u8:3-events_unbound]
root     28680     2  0 19:12 ?        00:00:00 [kworker/1:1-events]
root     28715     2  0 19:13 ?        00:00:00 [kworker/3:2-events]
root     28849     2  0 19:15 ?        00:00:00 [kworker/2:0-events]
bobby    28888  1599  0 19:16 ?        00:00:00 xfce4-terminal
bobby    28896 28888  0 19:16 pts/0    00:00:00 bash
bobby    29003 28896  0 19:17 pts/0    00:00:00 ps -ef
Hope that shows something useful...
Last edited by linuxforever on Mon Oct 04, 2021 4:35 pm, edited 3 times in total.

linuxforever
Posts: 81
Joined: Fri Sep 25, 2020 11:04 am

Re: Using Virtualbox seems to slow down the system

#30 Post by linuxforever »

m_pav wrote: Sun Oct 03, 2021 7:30 pm You do not have the ideal machine to be running a virtualised environment on, however even with your drives 30mbps, imitations it is possible to get better speed out of it.

Having said that I would never been to do such a thing on machine with those specs because Windows 10 is a resource hog no matter which way you look at it. At the very least, after having taken on the advice you've already been given about changing your SATA mode to ahci, I would be forking out for a couple of SSD's and I'll start from scratch with them. Even on a machine as old as yours, running SSD's will be the difference between night and day.

At the very least, I would counsel to purge every single Windows service that is not required for operation of the app that you wish to run so as to make it run signicantly lighter. You need to look up Windows documentation on how to do that. Another thing that may assist is to add an entry to your (MX) /etc/hosts file to block access to the Windows update servers because when that service runs in the VM, it'll near brick your system with it's excessive resource use.
Thanks for all these useful tips, I will look into the matter.

Post Reply

Return to “Software / Configuration”