https://github.com/manateelazycat/deepin-system-monitor
System monitor for deepin
https://github.com/manateelazycat/deepin-system-monitor
Last synced: 3 months ago
JSON representation
System monitor for deepin
- Host: GitHub
- URL: https://github.com/manateelazycat/deepin-system-monitor
- Owner: manateelazycat
- License: gpl-3.0
- Created: 2017-04-29T23:52:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T04:17:53.000Z (over 7 years ago)
- Last Synced: 2025-04-14T11:48:06.125Z (6 months ago)
- Language: C++
- Size: 5.26 MB
- Stars: 41
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Deepin System Monitor
Deepin system monitor: a more user-friendly system monitor.
Thanks a lot for [Lily Rivers](https://github.com/VioletDarkKitty/system-monitor)'s working, this project used a lot of his code.
## Dependencies
* sudo apt install libpcap-dev libncurses5-dev libprocps-dev libxtst-dev libxcb-util0-dev
## Installation
* mkdir build
* cd build
* qmake ..
* make
* sudo setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep ./deepin-system-monitor## Usage
* ./deepin-system-monitor
## Config file
* ~/.config/deepin/deepin-system-monitor/config.conf
## Getting help
Any usage issues can ask for help via
* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
* [IRC channel](https://webchat.freenode.net/?channels=deepin)
* [Forum](https://bbs.deepin.org)
* [WiKi](http://wiki.deepin.org/)## Getting involved
We encourage you to report issues and contribute changes
* [Contribution guide for users](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Users)
* [Contribution guide for developers](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Developers).## License
Deepin System Monitor is licensed under [GPLv3](LICENSE).