nicolargo / glances

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
http://nicolargo.github.io/glances/
Other
26.97k stars 1.54k forks source link

changing port choice. #2981

Closed msalaz03 closed 1 month ago

msalaz03 commented 1 month ago

When the command glances -w is run, glances automatically runs a local webserver on port 61208. Where can we change this? How can I add a conditional statement to change port.

Instead of glances -w

glances -w -p <port-num>

Would this be possible?