home *** CD-ROM | disk | FTP | other *** search
NeXT TypedStream Data | 1994-09-28 | 4.3 KB | 108 lines |
- typedstream
- IBObjectData
- Object
- CustomObject
- Application
- Button
- Control
- Responder
- DBTableView
- ScrollView
- ClipView
- DBGridView
- i@@@@@
- DBLayout
- @@ffcii
- DBTableVector
- iiff*@@@
- Helvetica-Bold
- [10@]
- DBEditableFormatter
- DBFormatter
- Helvetica
- TextFieldCell
- ActionCell
- CPU %
- Mem %
- VSIZE
- RSIZE
- Command
- DBHeadingView
- DBHeadingCell
- Scroller
- _doScroller:
- @@@ffs
- i@@@@@::
- TextField
- Matrix
- FormCell
- Swapfile:
- @:@iiii
- ff@@#::s
- Field:
- localhost
- ButtonCell
- MenuCell
- MenuTemplate
- *@*@ccc
- Info Panel...
- Preferences...
- Help...
- submenuAction:
- NXImage
- NXmenuArrow
- Paste
- Select All
- MiscShell
- MiscString
- a# stdout == our table view
- # v1 == text message area
- # v2 = hostname
- # v3 = swap file
- host=$v2
- args=auxww
- echo v1=Running ps $args on $host...
- # Run "ps" on the appropriate host,
- # discard the first line of output.
- # This output is going to stdout,
- # to a tableview.
- case "$host" in
- localhost|`hostname`)
- ps $args ;;
- rsh $host ps $args ;;
- esac | tail +2
- # How big is the swapfile? Send
- # this to v3.
- case "$host" in
- localhost|`hostname`)
- ls -l /private/vm/swapfile ;;
- rsh $host ls -l /private/vm/swapfile ;;
- esac | awk '{printf "v3=%d\n", $4}'
- # Display the date on v1
- echo v1=`date`
- MiscStringArray
- 60-7 9-13 16-19 21-24 26-30 32-36 38-39 41-44 45-50 52-
- WindowTemplate
- iiii***@s@
- Processes
- Window
- File's Owner
- MainMenu
- MyWindow
- View1
- [15@]
- IBControlConnector
- IBConnector
- copy:
- paste:
- selectAll:
- terminate:
- hide:
- showHelpPanel:
- IBOutletConnector
- standardOutput
- executeScript:
- delegate
- performClick:
- takeSelectionsFrom:
-