Netperf in FreeBSD?

I easily found the netperf via:
Code:
$ cd /usr/ports
$ make search key=netperf
but how can i start netserver service ?I couldn't see that in FreeBSD.
 
I did read that page but how to add service for netserver.
Dont we have default service available once netperf gets installed as seen in linux?
 
Common usage of netserver is to just start it from the cmdline whenever you need it.
Another alternative is to have netserver running from inetd(8)(), though inetd seems to have gone out of fashion more or less.
 
Back
Top