System monitor linux mint

How to Install and Use htop on Linux Mint 21

System monitoring is the one of the main constituents for using the resources of the system effectively as one can get a clear picture on resource usage of individual applications running in the system. Htop is one of the best monitoring tools when it comes to the Linux system as it is a sort of a task manager like the one in the Windows operating system. So, if you want to install htop system monitoring tool in Linux Mint 21 then go through this guide.

Installing htop on Linux Mint 21

The process of installation in not quite lengthy as it is available in the default package repository, so below are some necessary steps to install htop on Linux Mint 21:

Step 1: Before installing the application first upgrade the package list of the default package manager:

Step2: Now it’s time to install the htop monitoring tool and for that use:

Step 3: Now just to be sure that the tool has been installed correctly check its version using:

Now to run the tool there are two ways one is through the terminal and the other is through the GUI, to run the htop through terminal use:

To run the application through GUI, click on the Linux Mint logo on the task bar and under administration option you will come across the htop system monitoring application:

Using htop as a System Monitoring on Linux Mint 21

There are multiple features that this tool provides like overall system resource usage that is displayed on the top. Not only that it also displays the total number of tasks running along with load average and uptime of the system. It also gives the individual usage of system resources by the application running on your Linux system:

Another feature that one is worth considering is that users can close any application either if it is using large percentage of resources or is getting unresponsive, to that first search the respective application by pressing F3:

Next write the name of application under the search bar appeared at the bottom and hit enter:

Now the respective application is selected and to close it you can press F9 from:

Next, hit enter to prompt the closure of this application:

Conclusion

Monitoring your Linux system not only helps in effectively utilizing the resources but can also save time in diagnosing any potential issue. The htop is a monitoring utility that is used by many of the Linux users and it can be installed on your Linux system using the default package manager.

Читайте также:  How many use linux

About the author

Aaliyan Javaid

I am an electrical engineer and a technical blogger. My keen interest in embedded systems has led me to write and share my knowledge about them.

Источник

System Monitor

This applet uses glibtop to get system resources usage statistics and displays them in graphs and also as text in tooltip.

All graph colors and sizes are configurable. Color settings support alpha channel, for ex. setting background alpha to 0 can make the background transparent.

Cinnamon settings API is used. All changes are applied on the fly and it is not necessary to restart the Cinnamon.

Installing glibtop

sudo apt-get install gir1.2-gtop-2.0
sudo dnf install libgtop2

CHANGELOG

1.6.5

  • Fixed crash in network provider when glibtop failed to retrieve network interface list and a fallback method was used

1.6.4

  • Fixed memory leak
  • Applet now uses one drawing area for all graphs, it should reduce drawing overhead

1.6.3

  • Fixed rendering, it should be pixel perfect now
  • Added option to show decimal value as CPU usage in the tooltip

1.6.2

1.6.1

  • Fixed an issue with applet not loading on some distributions due to a missing function GTop.glibtop.get_netlist

1.6

  • Added support for vertical panels
  • Applet checks for missing dependency on startup (glibtop) and asks the user to install it instead of just failing to load

1.5

1.4

1.3

1.2

1.1

1.0

Log In To Comment!

30 Comments

This was regularly causing my entire system to freeze for some reason. It took me a long time to figure out what was potentially causing it. Some days have passed and the issue seems to have stopped ever since I uninstalled it.

Don’t work on my ubuntu 22.04, gir1.2-gtop-2.0 is installed, but applet says it is not. How can I debug it?

Hi there, just wanted to say I use it as default system monitor in the task bar. Great tool, thank you for developing it.

Now that I have been using your applet a little longer I have some additional suggestions. It would be nice to add horizontal grid lines to the CPU chart dividing it into as many horizontal segments as there are CPU cores. It might also make sense to add horizontal grid lines delineating GB in the memory chart. Feel free to make this optional with a switch in the configuration.

I have just installed you applet and have some suggestions. If possible I would like to see an option to integrate your current memory and swap graphs into a single graph with free memory represented in the graph as well. Beyond that I would also find it useful to have a graph for disk activity. Thank you for your applet.

I’m confused. I’m really confused. I just installed this in my Mint 19.1. The app is showing me little squiggly graphoids in the panel in different colors. What do these things all mean? Which graphs are which? Color significance? I’m completely in the dark. I don’t see any doc or help anywhere.. Is there any documentation? Where can I find it. I could sure use it. Am I a dunderbrain who just hasn’t caught the vibe? Help!

Читайте также:  Linux сменить драйвер видеокарты

Just hover your mouse over it, wait a little bit, a tooltip shows up, giving you more information, Note that you can also change colors by selecting «Configure. » from right click menu which apears after right-clicking the graphs

After Mint upgrade to 20.1 which comes with Cinnamon 4.8 (based on MozJS78) the applet no longer start, and makes Cinnamon crash in case of system start when it’s enabled. Not sure it’s an issue with applet or with Cinnamon, but I’m unable to use it. Tried updating, removing, resetting its settings and Cinnamon settings — no luck.

Updating Cinnamon CJS package solved the issue! Updated, rebooted, removed and added back the applet — now it works fine. See also https://github.com/linuxmint/cinnamon-spices-applets/issues/3416

Alright, there is the Multi-Core System Monitor as downloadable applet, but I liked the good old colored system monitor better.

Seems newer version doesn’t show call out when hovering pointer above applet. Am I missing something?

Thanks for this applet. Just a FYI in case it helps others — I did need to restart Cinnamon in order to get the applet to work.

Hello guys. Im newbie in linux, just learning. I’ve installed the package as the instructions above, and i got this result. It returned a success installation, right? Why can’t I find it on my start menu?: Reading package lists. Done Building dependency tree Reading state information. Done gir1.2-gtop-2.0 is already the newest version (2.38.0-2ubuntu0.18.04.1). The following package was automatically installed and is no longer required: libcpufreq0 Use ‘sudo apt autoremove’ to remove it. 0 upgraded, 0 newly installed, 0 to remove and 78 not upgraded.

Источник

Simple system monitor

Edit .local/share/cinnamon/desklets/simple-system-monitor@ariel/metadata.json
Specify a appropriate file path to «thermal-file»:

Example: Ryzen CPU is «/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp1_input»

«GPU» shows incorrect value

Edit .local/share/cinnamon/desklets/simple-system-monitor@ariel/metadata.json
Specify a appropriate file path to «thermal-file-gpu»:

Example: Radeon GPU is «/sys/devices/pci0000:00/0000:00:03.1/0000:06:00.0/hwmon/hwmon1/temp1_input»

Change font color

Edit .local/share/cinnamon/desklets/simple-system-monitor@ariel/4.0/stylesheet.css
Add «color:» to «.mainContainer»

Example: color: rgba(255, 144, 0, 1.0);

Change font size

Edit .local/share/cinnamon/desklets/simple-system-monitor@ariel/4.0/stylesheet.css
Add «font-size:» to «.mainContainer»

Change background color

Edit .local/share/cinnamon/desklets/simple-system-monitor@ariel/4.0/stylesheet.css
Add «background-color:» to «.mainContainer»

Example: background-color: rgba(90, 90, 90, 1.0);

Change background color to transparent

Edit .local/share/cinnamon/desklets/simple-system-monitor@ariel/metadata.json
Set «prevent-decorations» to true

Example: «prevent-decorations»: true,

Back to previous layout

Edit .local/share/cinnamon/desklets/simple-system-monitor@ariel/4.0/stylesheet.css
Set «text-align: right» to «.title»
Set «text-align: left» to «.value»

Log In To Comment!

52 Comments

Values are incorrect: regular system monitor/psensors vs. this desklet CPU 70% vs. 38% RAM 7.2 G vs 6.7G Temp 39 C vs 71 C Linux Mint 21 x86_64 Cinnamon 5.4.12

seems to freeze after a while (no change of CPU, RAM or temperature) Linux Mint 21 x86_64 Cinnamon 5.4.12

Читайте также:  Очистка кэша днс линукс

Mint Desktop, open Start-Menu. Type ‘desklets’ and open it. Go to ‘Download’. Search for ‘simple system monitor’. Install and done.

To make the background transparent I edited the metadata.json file at: /home/yourusername/.local/share/cinnamon/desklets/simple-system-monitor@ariel I changed «prevent-decorations» from ‘false’ to ‘true’. Then pressed Alt+F2 to open the Dialog Window and typed ‘r’ to restart Cinnamon.

On Linux Mint 20.2 all is working except temperature with AMD Ryzen 2700 CPU. Found that thermal_zone file did not exist. Replaced thermal-file path with /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1/temp1_input and now temperature is being reported correctly. Thank you for a very useful desklet.

Version 1.0.1 (2021-04-10 14:00:03) I must have my fonts larger than you expect them to be. I had to change the stylesheet.css for mainContainer to be 220px wide. Otherwise the labels abbreviated and values truncated. In Mint 20.1 Cinnamon the desklets installer also warns «This desklet contains function calls that could potentially cause Cinnamon to crash or freeze.» Not sure if that just typical because you access some hardware that isn’t common to desklets? got me! A version for Fahrenheit would be nice.

Working fine on Linux Mint 20.1 Just run on a console: sudo xed /home/yourusername/.local/share/cinnamon/desklets/simple-system-monitor@ariel/metadata.json and change at thermal-file from thermal_zone0 to thermal_zone2 and save the file. Then restart your computer.

Working fine on Linux mint 20.1 Just run on a console: sudo xed /home/yourusername/.local/share/cinnamon/desklets/simple-system-monitor@ariel/metadata.json and change at thermal-file from thermal_zone0 to thermal_zone2

Tja, jahrelang läuft es mit LM 18.3 stabil vor sich hin — und dann dieses Update. Bitte den Fehler fixen. Bei der Gelegenheit auch bitte an die Temperaturanzeige für AMD Systeme zum laufen bringen. DANKE

Installed it on a new Linux Mint 20. CPU, Memory, Download and Upload stats seems to be updated in real time, except the temperature stat. It shows a constant 25C, but when I checked using terminal, «inxi -Fxz», I got the following thermal data: Sensors: System Temperatures: cpu: 48.0 C mobo: 47.0 C sodimm: 39.0 C

I feel it doesn’t work very accurately on Mint 9.3 Cinnamon. I had it installed a while, and it ‘looked’ to be working, but then I got to feel that it wasn’t giving me the right information. The Temperature seems to be low all the time and I knew by the heat coming from the fan at times, that it actually increased. The CPU % also appeared to stay low, even when the computer was working on CPU intensive tasks. So, I ran htop for a day on screen and compared. The Memory reading seems accurate enough, but the CPU was way off, I could be pegging out the cpus and the desklet was saying it was only using a small percentage. And during that time, the temperature didn’t rise. in a laptop! So, as much as it is a great idea, I feel that something isn’t quite right on my set-up.

Источник

Оцените статью
Adblock
detector