We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo netstat -anp|grep 6015
The text was updated successfully, but these errors were encountered:
tensorboard --logdir tflog --host xxxx_hostname --port 6015
6015
127.0.0.1
$ sudo netstat -anp|grep 6015 tcp 0 0 127.0.0.1:6015 0.0.0.0:* LISTEN 158527/python
使用ip
tensorboard --logdir tflog --host ip --port 6015
Sorry, something went wrong.
No branches or pull requests
查看端口
lsof
netstat
sudo netstat -anp|grep 6015
Reference
The text was updated successfully, but these errors were encountered: