Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnome/gnome-usage
Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-usage
https://github.com/gnome/gnome-usage
Last synced: about 1 month ago
JSON representation
Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-usage
- Host: GitHub
- URL: https://github.com/gnome/gnome-usage
- Owner: GNOME
- License: gpl-3.0
- Created: 2017-01-26T12:57:26.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T15:00:58.000Z (about 2 months ago)
- Last Synced: 2024-10-07T12:49:50.681Z (about 1 month ago)
- Language: Vala
- Homepage: https://gitlab.gnome.org/GNOME/gnome-usage
- Size: 15.9 MB
- Stars: 21
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Usage
A nice way to view information about use of system resources, like memory and disk space.
## TODO
- [x] Processor Usage
- [x] Memory usage
- [x] Network usage
- [x] Search in processes
- [ ] UI for file operations errors (as duplicate file, not enough space, permission...)
- [ ] UI for show progress about file operations
- [ ] Notification for file operations with undo action
- [ ] Storage support for more users (multiuser system)
- [ ] Application in storage
- [ ] Power view (Design?)
- [ ] Disk usage (What library we can use?)
- [ ] Data view - 0%## Run
In terminal run ```gnome-usage``` command or run Usage from app launcher.## Dependencies
- libgtop >= 2.34.2## Compilation:
```
cd gnome-usage
meson build && cd build
ninja-build #or ninja
sudo ninja-build install #or sudo ninja install
```## License
Code is under GNU GPLv3 license.## Screenshots
Screenshots are placed in the screenshots subdirectory (however screenshots may be outdated).![Screenshot](screenshots/screenshot-performance-view.png?raw=true )
![Screenshot](screenshots/screenshot-performance-memory-view.png?raw=true )
![Screenshot](screenshots/screenshot-storage-view.png?raw=true )
## Design