A standard graph display (an example of which can be found with the Main Summary Graph - figure 1) has the following features:
Figure 19 shows a sample dialog box with standard features. The following are standard features that can be employed in such a dialog box:
It consists of a pull-down text box and 2 buttons. ``Add to History List'' adds the current time range to the pull-down list to the left of the button. The dialog box maintains up to 5 entries, replacing older entries with newer ones. ``Remove Selected History'' removes the currently selected entry in the history list. ``Save History to Disk'' stores current history information to the file ``ranges.hst'' in the same directory where your logs are stored. Note that you will need write access to that directory to successfully store history information. A more flexible scheme is currently being developed and will be released in a later version of PROJECTIONS. Clicking on the pull-down list allows the user to select one out of up to 5 possible time ranges. You can do so by moving the mouse up or down the list. Clicking on any one item changes the start and end times on the dialog box.
Throughout PROJECTIONS tools and dialog boxes (see sample figure 19), data entry fields are provided. Unless otherwise specified, these can be of the following standard field with some format requirements:
eg: Want to see processors 1,3,5,7: Enter 1,3,5,7
eg: Want to see processors 1,2,3,4: Enter 1-4
eg: Want to see processors 1,2,3,7: Enter 1-3,7
eg: Want to see processors 1,3,4,5,7,8: Enter 1,3-5,7-8
Ranges also allow skip-factors. Here are some examples:
eg: Want to see processors 3,6,9,12,15: Enter 3-15:3
eg: Want to see processors 1,3,6,9,11,14: Enter 1,3-9:3,11,14
This feature is extremely flexible. It will normalize your input to a canonical form, tolerating duplication of entries as well as out-of-order entries (ie. 4,6,3 is the same as 3-4,6).
June 29, 2008
Charm Homepage