Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edouardpoitras/jasper-status
Jasper module to output system status information
https://github.com/edouardpoitras/jasper-status
Last synced: 4 days ago
JSON representation
Jasper module to output system status information
- Host: GitHub
- URL: https://github.com/edouardpoitras/jasper-status
- Owner: edouardpoitras
- License: mit
- Created: 2015-11-26T22:10:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T03:35:27.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T02:42:03.297Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jasper-status
=============Jasper Status Module
## Installation Steps
1. Install dependencies
```
sudo pip install psutil
```
2. Place the Status.py file in your jasper_directory/client/modules/ folder
3. Restart Jasper## Usage
```
YOU: status
JASPER: I am currently running on Linux version 3.19.0. This system is named eddie-xps and has 4 CPU cores. Current CPU utilization is 5.8 percent. Current memory utilization is 70.0 percent.
```## Jasper 2.0
See the [develop](https://github.com/edouardpoitras/jasper-status/tree/develop) branch for work on converting this module to a Jasper 2.0 plugin.