Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 20, 2022 03:17 pm GMT

Glances webui with pipx

Glances has a pretty incredible webui to view system processes and information like htop, or task manager for windows.

The nice thing about the webui is that it can be accessed from a remote system. This would be super nice on something like a raspberry pi, or a vm running in the cloud. Its also less intimidating and easier to search if you are not a terminal junky.

install

You will need to install glances to use the glances webui. We can still use
pipx to manage our virtual environment for us so that we do not need to do so
manually or run the risk of globally installed package dependency hell.

pipx install glances pipx inject glances "glances[web]"

You will be presented with this success message.

  injected package glances into venv glancesdone!   

running the webui

Now that you have glances installed you can run it with the -w flag to run the webui.

glances -w

This will present you with the following success message.

Glances Web User Interface started on http://0.0.0.0:61208/

Open it in your browser

Now that its running you can open your web browser to localhost:61208 and be presented with the glances webui.

running the glances webui on my system

Links


Original Link: https://dev.to/waylonwalker/glances-webui-with-pipx-2olg

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To