|
NAMEyafzcbalance - PF_RING ZC Load balancer for YAF.SYNOPSISyafzcbalance [--in DEVICE] [--cluster CLUSTER_ID] [--num NUM_YAFS] [--core CORE_ID] [--time TIME_CORE_ID] [--pidfile FILENAME] [--daemon] [--log LOG_FILE] [--user BECOME_USER] [--stats SECONDS] [--version] DESCRIPTIONyafzcbalance is a tool that load balances packets received on one or more interfaces to multiple consumer processes. This process hashes the incoming packets and sends them to the appropriate yaf(1) process listening on a cluster ID/queue.yafzcbalance is based off of the example application, zbalance_ipc, that is distributed with PF_RING. Changes have been made to simplify the process to run specifically with yaf(1). yafzcbalance allows you to bind the application to a particular core. Additionally, you can bind the time pulse thread to the same or another core. yafzcbalance or a similar application is required for running yaf on zc interfaces. yaf simply listens on a cluster ID, not on the zc interface. This application will listen on the interface(s) and distribute packets to the appropriate cluster. OPTIONSThe following options are available for yafzcbalance.
ExamplesIn the following examples, the dollar sign ("$") represents the shell prompt. The text after the dollar sign represents the command line.$ yafzcbalance --in zc:p6p1,zc:p6p1 -c 99 -n 2 -d -l /var/log/yafzcbalance.log $ yaf --in 99:0 --live zc --out localhost --ipfix tcp --ipfix-port=18000 --silk $ yaf --in 99:1 --live zc --out localhost --ipfix tcp --ipfix-port=18001 --silk Known Issuesyafzcbalance will not start if yaf is already running on the cluster. If you see this error message:*** cluster recovery not supported *** pfring_zc_create_cluster error [Operation not supported]Please check your hugetlb configuration Terminate the yaf processes and restart yafzcbalance. yafzcbalance must start before yaf. Bug reports may be sent directly to the Network Situational Awareness team at <netsa-help@cert.org>. AUTHORSEmily Sarneso and the CERT Network Situational Awareness Group Engineering Team, <http://www.cert.org/netsa>.SEE ALSOyaf(1)
Visit the GSP FreeBSD Man Page Interface. |