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/CPU__Monitor.java
Revision 1.30 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:40:45 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.29 - (view) (annotate) - [select for diffs]
Thu Jan 15 14:10:13 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
OK - I can still program Java, I just can't remember how this works :-)

Revision 1.28 - (view) (annotate) - [select for diffs]
Thu Jan 15 13:41:47 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.27: +5 -2 lines
Diff to previous 1.27
Assuming I can still program in Java, these changes allow monitoring to
be disabled at a per-host level or a per-host-per-monitor level.

Revision 1.27 - (view) (annotate) - [select for diffs]
Wed Feb 5 16:43:45 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
Changed the server to use the external util package. Quite a minor change,
but does affect a lot of files.

Revision 1.26 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:16 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25
Added URL to GPL headers.

Revision 1.25 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:00 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.24: +22 -3 lines
Diff to previous 1.24
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.24 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.23: +9 -9 lines
Diff to previous 1.23
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.23 - (view) (annotate) - [select for diffs]
Fri Mar 23 02:32:48 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.22: +49 -11 lines
Diff to previous 1.22
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.22 - (view) (annotate) - [select for diffs]
Thu Mar 22 17:57:05 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
Changes since 1.21: +22 -20 lines
Diff to previous 1.21
Modified to use the new style queuing in the local client

Revision 1.21 - (view) (annotate) - [select for diffs]
Thu Mar 22 00:52:48 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.20: +5 -4 lines
Diff to previous 1.20
Added new Monitor's for Load and Process counts.

Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Mar 21 23:58:43 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
Now uses the new register attribute support to allow specific thresholds for cpu attributes

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

Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Mar 9 03:30:55 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
Changes since 1.17: +16 -7 lines
Diff to previous 1.17
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.17 - (view) (annotate) - [select for diffs]
Tue Mar 6 23:44:08 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.16: +6 -5 lines
Diff to previous 1.16
Now displays the attribute name correctly.

Revision 1.16 - (view) (annotate) - [select for diffs]
Tue Mar 6 22:35:01 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.15: +8 -77 lines
Diff to previous 1.15
Changed the existing monitor's to use the skeleton class.

Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Mar 6 02:33:55 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14
Now passes the time since the first alert for a problem occoured.

Also has support for formatting and displaying this information as obtained from the config

Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Mar 5 12:45:51 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.13: +10 -7 lines
Diff to previous 1.13
Now shows OK alerts if the previous alert exceeded the alerters level

Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Mar 4 05:23:41 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.12: +7 -4 lines
Diff to previous 1.12
now FINALLY detects reverting to OK levels correctly.

Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Mar 4 03:42:34 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.11: +2 -6 lines
Diff to previous 1.11
now only releases an alert level once the timeout has expired properly.

Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Mar 4 02:41:16 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.10: +82 -46 lines
Diff to previous 1.10
Revamped monitoring and alert fireing mechanism.
Now takes account of timing of last alerts.
Now uses threshold value a guide to how quickly alerts should be escalated.

Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Mar 2 03:59:25 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
fixed array bound problems as we're counting backwards now

Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Mar 2 03:57:06 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.8: +36 -35 lines
Diff to previous 1.8
Totally revamped to handle alerting better.
Designed using the Register class to NOT spam on multiple alerts of the same level.

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Mar 2 02:47:48 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.7: +27 -13 lines
Diff to previous 1.7
Some checks for null items.

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Mar 2 01:31:01 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.6: +18 -15 lines
Diff to previous 1.6
Now has logging lines.
Only monitors data packets.

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Mar 2 01:07:04 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
now implements correct interface

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Mar 2 01:05:53 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.4: +5 -3 lines
Diff to previous 1.4
now displays errors on configuration

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Mar 2 01:01:41 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3
Now catches configuration errors and handles properly

Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Mar 2 00:35:52 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.2: +11 -10 lines
Diff to previous 1.2
It seems we forgot something vital... the source of the message :)

Revision 1.2 - (view) (annotate) - [select for diffs]
Fri Mar 2 00:16:20 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.1: +46 -3 lines
Diff to previous 1.1
CPU__Monitor is now fleshed out.

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Feb 27 01:03:28 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
A bare bones initial Monitor for CPU packets....

Convenience Links

Links to HEAD: (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