Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.