1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
# 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).



## Design
<img src="https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/usage/usage-storage.png">
|