Rev | Line | |
---|
[4] | 1 | # Properties file for customizing the memory usage panel. |
---|
| 2 | # |
---|
| 3 | # author: FracPete (fracpete at waikato dot ac dot nz) |
---|
| 4 | # version: $Revision: 1.1 $ |
---|
| 5 | |
---|
| 6 | # The dimensions of the dialog, width and height. |
---|
| 7 | Width=400 |
---|
| 8 | # Uncomment the following property if you don't want the height to be based on |
---|
| 9 | # the height of the "garbage collector" button. |
---|
| 10 | #Height=20 |
---|
| 11 | |
---|
| 12 | # The position of the frame. If at least one equals "-1", then the position |
---|
| 13 | # will be ignored. |
---|
| 14 | Left=-1 |
---|
| 15 | Top=-1 |
---|
| 16 | |
---|
| 17 | # The background color for the graph. |
---|
| 18 | BackgroundColor=white |
---|
| 19 | |
---|
| 20 | # The refresh interval in milliseconds |
---|
| 21 | Interval=1000 |
---|
| 22 | |
---|
| 23 | # The percentage thresholds at which to change color. comma-separated list. |
---|
| 24 | # Percentages listed here must have a corresponding color entry, i.e., |
---|
| 25 | # if "70" is in the list, then an entry like "70=somecolor" must be listed in |
---|
| 26 | # the properties file as well. |
---|
| 27 | Percentages=70,80,90 |
---|
| 28 | |
---|
| 29 | # The default color, i.e., the color for memory usage below the smallest |
---|
| 30 | # threshold listed in "Percentages". |
---|
| 31 | DefaultColor=green |
---|
| 32 | |
---|
| 33 | # The colors for the thresholds (can use R,G,B format) |
---|
| 34 | 70=yellow |
---|
| 35 | 80=orange |
---|
| 36 | 90=red |
---|
Note: See
TracBrowser
for help on using the repository browser.