Graphing an Array |
The vitem command is the interface to the Data Visualizer in Sun WorkshopTM.
vitem -new array-expression | Create a new visualization item. |
vitem <id> -replace array-expression | Replace an existing item. |
vitem <id>|all ... -update ontimer|onstop|ondemand | Set the update mode for the given item. |
vitem <id>|all ... -update now | Refresh all ondemand items. |
vitem <id>|all ... -enable | Enable refreshes if given item. |
vitem <id>|all ... -disable | Disable refreshes if given item. |
vitem <id>|all -list | List all known items. |
vitem <id>|all -list -s | List all known items in a way that they can be re-read using the source Command. |
vitem <id>|all -delete | Delete the given item |
vitem -timer seconds | Set the interval timer. dbx's single interval timer is also shared by the timer event, (see Predefined Events), Event Specification, and the collector Command. Using one of these features excludes the others. |
where: