Good morning Gurus Are there any Erlang functions for obtaining socket statistics? I'd like something like: Stats = gen_tcp:statistics(Socket), Stats should then contain some "amazingly interesting" (sic) information. For example, total time of session number of packets sent/received, packet losses etc. /Joe