--- projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Paging__Monitor.java 2003/03/09 21:49:13 1.1 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Paging__Monitor.java 2003/03/09 23:51:52 1.2 @@ -32,7 +32,7 @@ import uk.org.iscream.cms.server.componentmanager.*; * This Monitor watches the Paging activity for all machines * * @author $Author: tdb $ - * @version $Id: Paging__Monitor.java,v 1.1 2003/03/09 21:49:13 tdb Exp $ + * @version $Id: Paging__Monitor.java,v 1.2 2003/03/09 23:51:52 tdb Exp $ */ public class Paging__Monitor extends MonitorSkeleton { @@ -41,7 +41,7 @@ public class Paging__Monitor extends MonitorSkeleton { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.1 $"; + public final String REVISION = "$Revision: 1.2 $"; /** * A description of this monitor @@ -185,7 +185,7 @@ public class Paging__Monitor extends MonitorSkeleton { /** * An array of attributes which we will be checking. */ - private String[] _attributes = { "packet.pages.swapins", "packet.pages.swapouts" }; + private String[] _attributes = { "packet.pages.pageins", "packet.pages.pageouts" }; /** * An array of "nice names" for the attributes in _attributes.