<interface> 
<name>Extreme-Processes</name> 
<description>Using SNMP Queries for a list of processes and their CPU util</description> 
<oid_index>.1.3.6.1.4.1.1916.1.1.1.29.1.3</oid_index> 
<oid_index_parse>OID/REGEXP:.*\29\.1\.3\.([0-9\.]*)$</oid_index_parse> 
<index_order_type>numeric</index_order_type> 
<index_title_format>|chosen_order_field|</index_title_format>

<fields> 
	<ProcessID> 
		<name>Process ID</name> 
		<method>walk</method> 
		<source>value</source> 
		<direction>input</direction> 
		<oid>.1.3.6.1.4.1.1916.1.1.1.29.1.3</oid> 
	</ProcessID> 
	<ProcessCPU> 
		<name>Process CPU</name> 
		<method>walk</method> 
		<source>value</source> 
		<direction>output</direction> 
		<oid>.1.3.6.1.4.1.1916.1.1.1.29.1.6</oid> 
	</ProcessCPU> 
</fields> 
</interface> 
