Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sys_attrs_netrain(5) [osf1 man page]

sys_attrs_netrain(5)						File Formats Manual					      sys_attrs_netrain(5)

NAME
sys_attrs_netrain - netrain subsystem attributes DESCRIPTION
This reference page lists and describes attributes for the Redundant Array of Independent Network adapters (NetRAIN) (netrain) kernel sub- system. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes. A value that enables (1) or disables (0) the logging of NetRAIN debug messages in syslog kern.log file. Do not modify the default setting for this attribute unless instructed to do so by Compaq Computer Corporation support personnel or by patch kit documentation. Default value: 0 (disabled) The number of NetRAIN devices allowed on the system. The first NetRAIN device is nr0. Default value: 128 (devices) Minimum value: 0 Maximum value: 512 The maximum nr device number is nr_maxdev - 1. For example, using the default value of 128, the maximum NetRAIN device number is nr127. The time interval or frequency between successive polls of a dead interface by the Network Interface Failure Finder (NIFF) traffic monitor thread (nifftmt). Default value: 6 (seconds) Minimum value: 0 Maximum value: INT_MAX, or 2 billion The total amount of time for the nifftmt thread routine to declare an interface dead (from the GREEN state to the DEAD state). Default value: 10 (seconds) Minimum value: 0 Maximum value: INT_MAX, or 2 billion The time interval or frequency between successive reads of a NetRAIN interface's counters by the nifftmt thread when the network is operating normally. Default value: 4 (seconds) Minimum value: 0 Maximum value: INT_MAX, or 2 billion SEE ALSO
sys_attrs(5) Network Administration sys_attrs_netrain(5)

Check Out this Related Man Page

sys_attrs_socket(5)						File Formats Manual					       sys_attrs_socket(5)

NAME
sys_attrs_socket - socket subsystem attributes DESCRIPTION
This reference page lists and describes attributes for the Socket (socket) kernel subsystem. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes. The number of lock entries to use when taking a lock reference on an external cluster mbuf (more is better). Default value: 64 (entries) Minimum value: 0 Maximum value: 8192 The mbuf_ext_lock_count attribute is useful only on SMP machines where locks are used. The CPU number to which to bind the protocol timer thread. Default value: 0 Minimum value: 0 Maximum value: UINT_MAX, or 4 billion Maximum size of the socket buffer. Default value: SB_MAX, or 1048576 (bytes) Minimum value: 1 Maximum value: 4 billion The maximum size of packets to be copied into existing mbuf clusters, or compressed. Only packets of size less than sbcom- press_threshold minus 1 are copied into existing mbuf clusters. Default value: 0 (bytes) Minimum value: 0 Maximum value: UINT_MAX, or 4 billion If the sbcompress_threshold attribute value is 0, mbuf cluster compression is disabled. A read-only attribute that is incremented when a received SYN packet is dropped because the number of queued SYN_RCVD connections for a socket is equal to that socket's backlog limit. The initial value is 0. A read-only attribute that shows the maximum number of pending requests to any of the server sockets in the system. The initial value is 0. Maximum number of pending TCP connections (the socket listen queue limit). Default value: 1024 (connections) Minimum value: 0 Maximum value: 65535 If the listen queue connection limit is too small, incoming connect requests may be dropped. Pending TCP connections can be caused by lost packets in the Internet or denial of service attacks. A read-only attribute that is incremented when a received SYN packet is dropped because the number of queued SYN_RCVD connections for a socket is equal to the value of the somaxconn attribute. The initial value is 0. Minimum number of pending TCP connections socket listen queue (backlog). The attribute controls how many SYN packets can be handled simultaneously before additional requests are discardrd. Default value: 0 Minimum value: 0 Maximum value: 65535 The value of the sominconn attribute overrides the application-specific backlog if the sominconn value is greater than the backlog requested by the application. A value that enables (1) or disables (0) socket writes without the need for a user space to kernel space copy operation. The umc (unified mbuf cache) attribute is used in conjunction with the mmap(2) system call. Default value: 0 (disabled) The size of the umc (unified mbuf cache) buffer. Default value: 1024 (bytes) Minimum value: 0 Maximum value: INT_MAX, or 2 billion SEE ALSO
sys_attrs(5) Tuning Tru64 UNIX for Internet Servers at the following location: http://www.digital.com/internet/document/ias/tuning.html. System Configuration and Tuning sys_attrs_socket(5)
Man Page