mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-28 14:12:21 +03:00
30 lines
767 B
YAML
30 lines
767 B
YAML
name: glances
|
|
version: '2.10'
|
|
summary: Glances an Eye on your system. A top/htop alternative.
|
|
description: |
|
|
Glances is a cross-platform monitoring tool which aims to present
|
|
a maximum of information in a minimum of space through a curses or
|
|
Web based interface. It can adapt dynamically the displayed information
|
|
depending on the user interface size.
|
|
|
|
grade: stable
|
|
confinement: strict
|
|
|
|
apps:
|
|
glances:
|
|
command: bin/glances
|
|
plugs:
|
|
- network
|
|
|
|
parts:
|
|
glances:
|
|
plugin: python
|
|
source: https://github.com/nicolargo/glances.git
|
|
psutil:
|
|
plugin: python
|
|
source: https://github.com/giampaolo/psutil.git
|
|
build-packages: [gcc, python-dev, python-pip]
|
|
bottle:
|
|
plugin: python
|
|
source: https://github.com/bottlepy/bottle.git
|