add ProcStat MBean
This commit is contained in:
		
							parent
							
								
									06945a8e31
								
							
						
					
					
						commit
						acefffcde4
					
				@ -304,6 +304,8 @@ public class SigarRegistry extends AbstractMBean {
 | 
			
		||||
        registerMBean(new ReflectedMBean(sigarImpl, "Swap"));
 | 
			
		||||
        //load average bean
 | 
			
		||||
        registerMBean(new SigarLoadAverage(sigarImpl));
 | 
			
		||||
        //global process stats
 | 
			
		||||
        registerMBean(new ReflectedMBean(sigarImpl, "ProcStat"));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user