command check port process
netstat
netstat -anp tcp | grep "8080"
Output

หรือ command บน macbook
lsof
lsof -i -P | grep LISTEN | grep 8080
Output

netstat
netstat -anp tcp | grep "8080"
Output
หรือ command บน macbook
lsof
lsof -i -P | grep LISTEN | grep 8080
Output