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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Paging__Monitor.java (file contents):
Revision 1.1 by tdb, Sun Mar 9 21:49:13 2003 UTC vs.
Revision 1.2 by tdb, Sun Mar 9 23:51:52 2003 UTC

# Line 185 | Line 185 | public class Paging__Monitor extends MonitorSkeleton {
185      /**
186       * An array of attributes which we will be checking.
187       */
188 <    private String[] _attributes = { "packet.pages.swapins", "packet.pages.swapouts" };
188 >    private String[] _attributes = { "packet.pages.pageins", "packet.pages.pageouts" };
189      
190      /**
191       * An array of "nice names" for the attributes in _attributes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines