This is network information from the Java VM currently running on this server.
From java.net.InetAddress.getLocalHost()
Call | Value |
---|---|
getCanonicalHostName() | 33fcc8ed3638 |
getClass().getName() | java.net.Inet4Address |
getHostAddress() | 172.17.0.2 |
getHostName() | 33fcc8ed3638 |
isSiteLocalAddress() | Yes |
toString() | 33fcc8ed3638/172.17.0.2 |
From NetworkInterface.getNetworkInterfaces()
eth0 | |
---|---|
getDisplayName() | eth0 |
getName() | eth0 |
toString() | name:eth0 (eth0) |
InetAddress[0].getCanonicalHostName() | 33fcc8ed3638 |
InetAddress[0].getClass().getName() | java.net.Inet4Address |
InetAddress[0].getHostAddress() | 172.17.0.2 |
InetAddress[0].getHostName() | 33fcc8ed3638 |
InetAddress[0].isSiteLocalAddress() | Yes |
InetAddress[0].toString() | 33fcc8ed3638/172.17.0.2 |
lo | |
---|---|
getDisplayName() | lo |
getName() | lo |
toString() | name:lo (lo) |
InetAddress[0].getCanonicalHostName() | localhost |
InetAddress[0].getClass().getName() | java.net.Inet4Address |
InetAddress[0].getHostAddress() | 127.0.0.1 |
InetAddress[0].getHostName() | localhost |
InetAddress[0].isSiteLocalAddress() | No |
InetAddress[0].toString() | localhost/127.0.0.1 |