ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java (file contents):
Revision 1.48 by tdb, Thu Mar 6 12:15:52 2003 UTC vs.
Revision 1.49 by tdb, Sun Mar 9 23:51:51 2003 UTC

# Line 221 | Line 221 | public class HostDisplayPanel extends JPanel {
221          memory.setLayout(new BoxLayout(memory, BoxLayout.Y_AXIS));        
222          addVisibleDataComponent(memory, new StorageDataComponent("Memory in use", "packet.memory.free", "packet.memory.total", "Mb", 1024*1024));
223          addVisibleDataComponent(memory, new StorageDataComponent("Swap in use", "packet.swap.free", "packet.swap.total", "Mb", 1024*1024));
224 <        addVisibleDataComponent(memory, new IODataComponent("Pages in/out", "packet.pages.swapins", "packet.pages.swapouts"));
224 >        addVisibleDataComponent(memory, new IODataComponent("Pages in/out", "packet.pages.pageins", "packet.pages.pageouts"));
225          // theses next two are DataComponents, but not VisibleDataComponents
226          // this is because they hold the value but do NOT display it
227          // just so we ignore the data, because the StorageDataComponent handles it

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines