45 lines
899 B
Markdown
45 lines
899 B
Markdown
---
|
|
title: glances
|
|
media_order: glances.gif
|
|
private: false
|
|
date: '11:40 06-04-2018'
|
|
taxonomy:
|
|
category:
|
|
- blog
|
|
tag:
|
|
- tools
|
|
- blog
|
|
- monitoring
|
|
creator: erreur32
|
|
blog_url: /blog
|
|
show_sidebar: true
|
|
show_breadcrumbs: true
|
|
show_pagination: true
|
|
---
|
|
|
|
Glances Auto Install script
|
|
![](glances.gif)
|
|
|
|
To **install the latest Glances production** ready version, just enter the following command line:
|
|
|
|
```bash
|
|
$ curl -L https://bit.ly/glances | /bin/bash
|
|
```
|
|
or
|
|
|
|
```bash
|
|
$ wget -O- https://bit.ly/glances | /bin/bash
|
|
```
|
|
|
|
Note: **Only supported on some GNU/Linux distributions**.
|
|
|
|
|
|
Glances is on **PyPI**. By using PyPI, you are sure to have the latest stable version.
|
|
|
|
To **install**, simply use **pip**:
|
|
|
|
```bash
|
|
$ pip install glances
|
|
```
|
|
|
|
Others methods ? Read the [official installation documentation.](https://github.com/nicolargo/glances/blob/master/README.rst)
|