[comp.sys.sun] sps & top on Sun 386i RRs

amani@apl.ists.ca (Mahmood Amani) (06/17/89)

Has anyone familiar with Sun 386i (150/250) managed to get 'top' and 'sps'
running on these machines ?

Please reply in this newsgroup or via email. Thanx
--------------------------------------------------------------------------------
Mahmood Amani					|amani@ists.UUCP
Institute for Space and Terrestrial Science	|amani@apl.ists.ca
Atmospheric Physics Laboratory			|amani@ists.ists.ca
Tel:(416)736-2100 Ext.3549			|uunet!mnetor!yunexus!ists!amani
FAX:(416)736-5626				|fs300221@yusol
-------------------------------------------------------------------------------

phil@delta.eecs.nwu.edu (Bill LeFebvre) (07/04/89)

In article <4129@kalliope.rice.edu> amani@apl.ists.ca (Mahmood Amani) writes:
>X-Sun-Spots-Digest: Volume 8, Issue 50, message 12 of 12
>
>Has anyone familiar with Sun 386i (150/250) managed to get 'top' and 'sps'
>running on these machines ?

For top, you first need to make sure that you have version 2.5.  It is
(currently) the only version that will work under SunOS 4.0 or later.  But
even that version won't work on a 386i.

The problem with both top and sps stems from what is in my opinion a poor
decision on the part of the 386i people: all external names in the kernel
do NOT have leading underscores. 

Fixing this in top is relatively easy: just find the struct nlist
definition in "top.c" and remove all the underscores from the label names.
Then remake.

You can try this trick with sps as well, but there could very well be
other problems that prevent sps from working.  Sps does alot more kernel
mucking than top does.

		William LeFebvre
		Department of Electrical Engineering and Computer Science
		Northwestern University
		<phil@eecs.nwu.edu>