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
- Host: GitHub
- URL: https://github.com/igrek51/multicore-monitor
- Owner: igrek51
- License: mit
- Created: 2023-10-09T22:37:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-10T20:33:01.000Z (14 days ago)
- Last Synced: 2025-05-10T21:29:36.435Z (14 days ago)
- Topics: cpu-monitoring, gnome, gnome-extension, gnome-shell-extension, memory-monitoring
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/6364/multicore-system-monitor/
- Size: 134 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GNOME Shell Extension: Multicore system monitor
Show consumption of each CPU core and memory.

## 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)