VMware ESX Server 2.0Features | Documentation | Knowledge Base | Discussion ForumsYou must log in as root in order to change resource management settings using the procfs interface on the service console.
/proc/vmware/filters/status
/proc/vmware/filters/xmitpush
/proc/vmware/filters/xmitpop
/proc/vmware/filters/xmit Reading from a file reports status information for the filter instance in a class-defined format. Writing to a file issues a command to the filter instance using a class-defined syntax. Note: The current release allows only a single network packet filter to be attached to each virtual machine. Receive filters are not implemented in this release. As described in the preceding sections, you can manage network bandwidth allocation on a server from the VMware Management Interface or from the procfs interface on the service console. The shaper implements a two-bucket composite traffic shaping algorithm. A first token bucket controls sustained average bandwidth and burstiness. A second token bucket controls peak bandwidth during bursts. Each nfshaper instance can accept parameters to control average bps, peak bps and burst size. The procfs interface, described in Using Network Filters, is used to attach an nfshaper instance to a virtual machine, detach an nfshaper instance from a virtual machine, query the status of an nfshaper instance or issue a dynamic command to an active nfshaper instance. |