Glances: cross-platform system monitoring tool written in Python
nicolargo.github.io
Glances: cross-platform system monitoring tool written in Python
1–10 of 21 posts
Re: Glances: cross-platform system monitoring tool written in Python
#2It 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
#3Re: Glances: cross-platform system monitoring tool written in Python
#4 if [[ `whoami` = 'root' ]]; then
The software itself might be cross-platform, but its installer definitely isn't.Re: Glances: cross-platform system monitoring tool written in Python
#5if [[ `whoami` = 'root' ]]; then The software itself might be cross-platform, but its installer definitely isn't.
Re: Glances: cross-platform system monitoring tool written in Python
#6 $ 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.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.
Re: Glances: cross-platform system monitoring tool written in Python
#8Re: Glances: cross-platform system monitoring tool written in Python
#9$ 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
#10Earlier 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?
A piped bash script might change per-client or per-request.