uk.co.petertribble.solview.explorer
Class AccessoryKmemAlloc

java.lang.Object
  extended by KstatAccessoryPanel
      extended by uk.co.petertribble.solview.explorer.AccessoryKmemAlloc

public class AccessoryKmemAlloc
extends KstatAccessoryPanel


Constructor Summary
AccessoryKmemAlloc(java.lang.String module, int instance, java.lang.String name, int interval, JKstat jkstat)
          Create a panel showing the input and output traffic on the given kstat that updates every interval seconds.
 
Method Summary
 void updateAccessory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessoryKmemAlloc

public AccessoryKmemAlloc(java.lang.String module,
                          int instance,
                          java.lang.String name,
                          int interval,
                          JKstat jkstat)
Create a panel showing the input and output traffic on the given kstat that updates every interval seconds.

Method Detail

updateAccessory

public void updateAccessory()