Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CachedNumRemoteTcpConns ¶
CachedNumRemoteTcpConns retrieves the number of established tcp connections for a remote host from the cache. Host argument should be of the form host:port
func CachedRemoteTcpConns ¶
CachedRemoteTcpConns returns a map containing the number of tcp connections for all remote hosts connected to by this process.
func NumRemoteTcpConns ¶
NumRemoteTcpConns forces a cache update and retrieves the number of established tcp connections for a remote host. Host argument should be of the form host:port
func RemoteTcpConns ¶
RemoteTcpConns forces a cache update and returns a map containing the number of tcp connections for all remote hosts connected to by this process.
func RunCacheLoader ¶
func RunCacheLoader()
RunCacheLoader starts the cache loader in a background routine
Types ¶
This section is empty.