Glances
#3168
Replies: 1 comment
-
Hi @dacorsa By default Glances uses the following ports:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
i use glances 4.0.3 and i have problem on my ubuntu 24.04 because i see some python crashes, so i see that i have 3 process listening on port 5353: avahi, nomachine and glances
netstat -nap|grep 5353
udp 0 0 127.0.0.1:5353 0.0.0.0:* 2541/python3
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2541/python3
ps -eaf|grep 2541
root 2541 1 0 11:30 ? 00:00:00 /usr/bin/python3 /usr/bin/glances -s -B 127.0.0.1
root 660676 658783 0 11:52 pts/2 00:00:00 grep -i --color=auto 2541
is possible to start glances on other port -p5354 ???
Thanks, i can i do that?
Beta Was this translation helpful? Give feedback.
All reactions