-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
56 lines (35 loc) · 1.39 KB
/
README
File metadata and controls
56 lines (35 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
RPS: The Resource Prediction System Toolkit
Copyright (c) 1999-2004 by Peter A. Dinda
Dr. Peter A. Dinda
Department of Computer Science
Northwestern University
1890 Maple Avenue
Evanston, IL 60201
pdinda@cs.nwu.edu
http://www.cs.nwu.edu/~pdinda
This is RPS, a toolkit for building resource prediction systems. It
is software designed to support the author's research in predicting
the dynamic behavior of distributed computing environments. It is
offered with no guarantees. RPS is described in considerable detail
in the technical report in doc/rps-techreport.pdf (CMU-CS-99-138).
There are a number of papers on the author's home page that present
research results derived from using RPS.
RPS includes Tsunami, a wavelet toolkit for distributed systems
written by Jason Skicewicz. The toolkit and RPS components based on
it are described in doc/tsunami-techreport.pdf (NWU-CS-03-16)
Licensing (this is not "free" software):
Read the file LICENSE
To build:
Read the file doc/BUILD.
To run:
Read the file doc/RUN.
To extend:
Read the technical report noted above
For more documents:
Look at ROADMAP and doc/*
To get help for RPS: rps-help@cs.northwestern.edu.
To discuss RPS: rps-list@cs.northwestern.edu. To subscribe, send
email to majordomo@cs.northwestern.edu with the line
"subscribe rps-list yourlogin@yourdomain"
Please do not send mail directly to the author. It will likely be
ignored.