glances
https://www.dropbox.com/s/5hfkp8fqr57c2hs/img-2021-05-18-23-51-20.png?dl=0
nmon
https://www.dropbox.com/s/goica2c3bfvcxzj/img-2021-05-18-23-51-53.png?dl=0
iotop -o
https://www.dropbox.com/s/qwtrjmhyozld8qx/img-2021-05-18-23-52-14.png?dl=0
glances
https://www.dropbox.com/s/5hfkp8fqr57c2hs/img-2021-05-18-23-51-20.png?dl=0
nmon
https://www.dropbox.com/s/goica2c3bfvcxzj/img-2021-05-18-23-51-53.png?dl=0
iotop -o
https://www.dropbox.com/s/qwtrjmhyozld8qx/img-2021-05-18-23-52-14.png?dl=0
https://askubuntu.com/questions/604720/setting-to-high-performance
To view available speed governors use this command:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
performance powersave
If you do have more than one governor you can check what is currently in use with this command:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
powersave
To change your processor to performance mode use:
echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
performance
You will then notice CPU% utilization drop by about 5% but also notice speed will increase from about 1000 MHz to 3000 MHz and temperatures will spike by ~10 degree, depending on your processor:
sudo apt install linux-generic
sudo reboot
To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, simply run:
$ sudo apt install flatpak
With older Ubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:
$ sudo add-apt-repository ppa:alexlarsson/flatpak
$ sudo apt update
$ sudo apt install flatpak
The Flatpak plugin for the Software app makes it possible to install apps without needing the command line. To install, run:
$ sudo apt install gnome-software-plugin-flatpak
Note: the Software app is distributed as a Snap since Ubuntu 20.04 and does not support graphical installation of Flatpak apps. Installing the Flatpak plugin will also install a deb version of Software and result in two Software apps being installed at the same time.
Flathub is the best place to get Flatpak apps. To enable it, run:
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
To complete setup, restart your system. Now all you have to do is !