An open API service indexing awesome lists of open source software.

https://github.com/igrek51/multicore-monitor

Gnome Extension: Multicore CPU system monitor
https://github.com/igrek51/multicore-monitor

cpu-monitoring gnome gnome-extension gnome-shell-extension memory-monitoring

Last synced: 9 days ago
JSON representation

Gnome Extension: Multicore CPU system monitor

Awesome Lists containing this project

README

        

# GNOME Shell Extension: Multicore system monitor

Show consumption of each CPU core and memory.

![](./img/screenshot-1.png)

## Features
- Shows current usage of **each CPU core** (colorful vertical bars).
- Shows current memory usage on pie chart: **used**, **cached**, **buffers**.
- Shows current **dirty & writeback** memory amount.
- Show **swap** usage (green fill of memory pie).
- Click on the widget to see detailed stats.

## Installation
Install through Gnome Shell Extensions site: [[email protected]](https://extensions.gnome.org/extension/6364/multicore-system-monitor/)

## References
Inspired by:

- [Multicore System Monitor (for Cinnamon)](https://github.com/linuxmint/cinnamon-spices-applets/tree/master/multicore-sys-monitor@ccadeptic23)
- [GNOME Shell system monitor extension](https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet)
- [GNOME Shell system monitor extension (for Gnome 44+)](https://github.com/mgalgs/gnome-shell-system-monitor-applet)
- [Port Extensions to Gnome Shell 46](https://gjs.guide/extensions/upgrading/gnome-shell-46.html)