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

https://github.com/tamdaz/crtop

A resource monitor made with Crystal
https://github.com/tamdaz/crtop

Last synced: about 1 year ago
JSON representation

A resource monitor made with Crystal

Awesome Lists containing this project

README

          

# crtop

```
██████╗██████╗ ████████╗ ██████╗ ██████╗
██╔════╝██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗
██║ ██████╔╝ ██║ ██║ ██║██████╔╝
██║ ██╔══██╗ ██║ ██║ ██║██╔═══╝
╚██████╗██║ ██║ ██║ ╚██████╔╝██║
╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝
```

crtop is a program that monitors all processes, CPU, RAM and disks. Inspired by https://github.com/aristocratos/btop.

## Screenshots

TODO: Add screenshots.

## Tasks

- [ ] Setup the CPU part.
- [ ] Setup the proc part where we have a list of running processes.
- [ ] Setup the mem part.
- [ ] Setup the disks part where we have all partitions. Each latter has a used & free.

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [tamdaz](https://github.com/tamdaz) - creator and maintainer