home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscShell / Samples / PS.nib / data.nib (.txt) < prev   
Encoding:
NeXT TypedStream Data  |  1994-09-28  |  4.3 KB  |  108 lines

  1. typedstream
  2. IBObjectData
  3. Object
  4. CustomObject
  5. Application
  6. Button
  7. Control
  8.     Responder
  9. DBTableView
  10. ScrollView
  11. ClipView
  12. DBGridView
  13. i@@@@@
  14. DBLayout
  15. @@ffcii
  16. DBTableVector
  17. iiff*@@@
  18. Helvetica-Bold
  19. [10@]
  20. DBEditableFormatter
  21. DBFormatter
  22.     Helvetica
  23. TextFieldCell
  24. ActionCell
  25. CPU %
  26. Mem %
  27. VSIZE
  28. RSIZE
  29. Command
  30. DBHeadingView
  31. DBHeadingCell
  32. Scroller
  33. _doScroller:
  34. @@@ffs
  35. i@@@@@::
  36.     TextField
  37. Matrix
  38. FormCell
  39.     Swapfile:
  40. @:@iiii
  41. ff@@#::s
  42. Field:
  43.     localhost
  44. ButtonCell
  45. MenuCell
  46. MenuTemplate
  47. *@*@ccc
  48. Info Panel...
  49. Preferences...
  50. Help...
  51. submenuAction:
  52. NXImage
  53. NXmenuArrow
  54. Paste
  55. Select All
  56.     MiscShell
  57. MiscString
  58. a# stdout == our table view
  59. # v1 == text message area
  60. # v2 = hostname
  61. # v3 = swap file 
  62. host=$v2
  63. args=auxww
  64. echo v1=Running ps $args on $host...
  65. # Run "ps" on the appropriate host,
  66. # discard the first line of output.
  67. # This output is going to stdout,
  68. # to a tableview.
  69. case "$host" in
  70. localhost|`hostname`)
  71.     ps $args ;;
  72.     rsh $host ps $args ;;
  73. esac | tail +2
  74. # How big is the swapfile?  Send
  75. # this to v3. 
  76. case "$host" in
  77. localhost|`hostname`)
  78.     ls -l /private/vm/swapfile ;;
  79.     rsh $host ls -l /private/vm/swapfile ;;
  80. esac | awk '{printf "v3=%d\n", $4}'
  81. # Display the date on v1
  82. echo v1=`date`
  83. MiscStringArray
  84. 60-7 9-13 16-19 21-24 26-30 32-36 38-39 41-44 45-50 52-
  85. WindowTemplate
  86. iiii***@s@
  87.     Processes
  88. Window
  89. File's Owner
  90. MainMenu
  91. MyWindow
  92. View1
  93. [15@]
  94. IBControlConnector
  95. IBConnector
  96. copy:
  97. paste:
  98. selectAll:
  99. terminate:
  100. hide:
  101. showHelpPanel:
  102. IBOutletConnector
  103. standardOutput
  104. executeScript:
  105. delegate
  106. performClick:
  107. takeSelectionsFrom:
  108.