Live data from Hacker News

Glances: cross-platform system monitoring tool written in Python

nicolargo.github.io

1–10 of 21 posts

Re: Glances: cross-platform system monitoring tool written in Python

#2
This is standard kit on most machines I administrate - it has a really great variety of summaries in addition to standard `top` output - but it''s all colorized.

It also has a remote mode so that you can page through a group of remote systems from a single infrastructure system.

Re: Glances: cross-platform system monitoring tool written in Python

#7

$ curl -L https://bit.ly/glances | /bin/bash That (curl|bash) is really shady. Not saying the software is malicious, but if you're going to install it I wouldn't do it like that.

Agreed, especially since there's a pypi package available.

Re: Glances: cross-platform system monitoring tool written in Python

#9
post #7

$ curl -L https://bit.ly/glances | /bin/bash That (curl|bash) is really shady. Not saying the software is malicious, but if you're going to install it I wouldn't do it like that.

Agreed, especially since there's a pypi package available.

Why is a pypi package better than a bash script? Or is it the URL shortener that concerns you?

Re: Glances: cross-platform system monitoring tool written in Python

#10
post #9
post #7

Earlier quoted context omitted.

Agreed, especially since there's a pypi package available.

Why is a pypi package better than a bash script? Or is it the URL shortener that concerns you?

Because a pypi package can be compared to a source.

A piped bash script might change per-client or per-request.

Post reply on HN