fix queue format
This commit is contained in:
		
							parent
							
								
									5b4d8a9ea7
								
							
						
					
					
						commit
						d3c36bb6b7
					
				@ -183,7 +183,7 @@ public class Iostat extends SigarCommandBase {
 | 
			
		||||
            items.add("-");
 | 
			
		||||
        }
 | 
			
		||||
        else {
 | 
			
		||||
            items.add(String.valueOf(usage.getDiskQueue()));
 | 
			
		||||
            items.add(svctm(usage.getDiskQueue()));
 | 
			
		||||
        }
 | 
			
		||||
        if (usage.getDiskServiceTime() == Sigar.FIELD_NOTIMPL) {
 | 
			
		||||
            items.add("-");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user