ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/Makefile
Revision: 1.8
Committed: Thu Mar 6 12:15:53 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2 lines
Log Message:
Bring Conient in line with new ihost changes.

Most obvious change is the addition of a new data component for
looking at IO statistics. It looks after two attributes and displays
them next to each other. Nothing fancy really, but is suitable for
paging, networking, and diskio.

Used this new IO data component to implement the above mentioned
new data types, and altered the existing disk and memory items
because of a change in the unit size.

Finally, altered the "time till next packet" counter because it
wasn't very accurate - it never seemed to get to zero. It's clock
based now, so should be spot on. Also added a funky feature to make
it go red and grow in the wrong direction when an expected packet
doesn't arrive :-)

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.conient.datacomponents
2 # $Id: Makefile,v 1.7 2001/05/29 17:41:32 tdb Exp $
3
4 # Config Include
5 include ../../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 JAVA = CPUDataComponent.java DataComponent.java DataFormatException.java\
10 DateDataComponent.java DiskDataComponent.java\
11 StringDataComponent.java IODataComponent.java\
12 UsersDataComponent.java VisibleDataComponent.java\
13 ProcessesDataComponent.java StorageDataComponent.java\
14 UptimeDataComponent.java\
15 ServiceDataComponent.java
16
17 # Build Rule
18 all : DOBUILD
19 clean : DOCLEAN
20
21 # Main Include
22 include $(MKINC)