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/Swap__Monitor.java
Revision 1.7 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (23 years ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.6: +9 -9 lines
Diff to previous 1.6
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Mar 23 02:32:49 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.5: +32 -9 lines
Diff to previous 1.5
Fully javadoc'd all the monitors. Also made a few little changes here and there,
removing code that had been duplicated by copying other monitors, and tidying
up any silly little things (such has hardcoded integer values).

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Mar 22 17:57:06 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.4: +44 -41 lines
Diff to previous 1.4
Modified to use the new style queuing in the local client

Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:29 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.3: +9 -9 lines
Diff to previous 1.3
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Mar 9 03:30:55 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
TOTALLY re-wrote the Register class and made appropriate changes thoughout.  It
is now much more obvious what is going on in many places.

The problem was probably caused by doing CPU as a first monitor and hard coding
the number of attributes a Register stores.  Now if a monitor wants to store
multiple attributes, it has to do that itself.  This makes alot of things
much more readable and inteligable as a result.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Mar 7 00:38:05 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.1: +21 -8 lines
Diff to previous 1.1
Bug Fix: Made the mistake of comparing % of swap *free*, not the % of swap being
*used*. This made the alerts all fire when they shouldn't.
Also noticed that some "Infinity" items appeared, probably due to a divide by
zero whilst working out the percentage. It seems that Double.parseDouble()
wasn't throwing NumberFormatException.. maybe :/
Finally, the numbers were appearing like 95.238172732123, which looks silly. Now
the NumberFormat class is used to set it to two decimal places.

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Mar 6 23:46:13 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Two new monitors for Memory and Swap.

Convenience Links

Links to HEAD: (view) (annotate) Links to SERVER_PIRCBOT: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a