The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] History of top
@ 2018-05-29 18:55 Noel Chiappa
  2018-05-29 19:14 ` Clem Cole
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Noel Chiappa @ 2018-05-29 18:55 UTC (permalink / raw)


    > From: Clem Cole

    > Tops-20 or TENEX (aka Twin-Ex).

ISTR the nickname we used was 'TWENEX'?

BTW, the first 20 at MIT (MIT-XX) had a 'Dos Equis' label prominently stuck to
it... :-)

      Noel



^ permalink raw reply	[flat|nested] 23+ messages in thread
* [TUHS] History of top
@ 2018-05-29 21:35 Norman Wilson
  2018-05-29 21:45 ` Arthur Krewat
  0 siblings, 1 reply; 23+ messages in thread
From: Norman Wilson @ 2018-05-29 21:35 UTC (permalink / raw)


Arthur Krewat:

On 5/29/2018 4:11 PM, Dan Cross wrote:
> "I don't always use computers, but when I do, I prefer PDP-10s."
>
> B  B  B  B  - Dan C.

  Write-in for President in 2020.

===

Only if he's Not Insane.

Norman Wilson
Toronto ON


^ permalink raw reply	[flat|nested] 23+ messages in thread
* [TUHS] History of top
@ 2018-05-28 22:43 Nelson H. F. Beebe
  2018-05-29  0:16 ` Clem cole
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Nelson H. F. Beebe @ 2018-05-28 22:43 UTC (permalink / raw)


Lars Brinkhoff <lars at nocrew.org> reports on Mon, 28 May 2018 10:31:56 +0000:

>> But apparently the inspiration came from VMS:
>> http://web.archive.org/web/20170527120123/http://www.unixtop.org:80/about.shtml

That link contains the statement

>> The first version of top was completed in the early part of 1984.

However, on TOPS-20, which was developed several years before VMS, but
still from the same corporation, we had the sysdpy utility which
produced a similar display as top does.  

From my source archives, I find in score/4-utilities/sysdpy.mac the
ending comments:

	;462 -  DON'T DO A RLJFN AFTER A CLOSF IN NEWDPY
	;<4.UTILITIES>SYSDPY.MAC.58,  2-Jun-79 14:15:54, EDIT BY DBELL
	;461 -  START USING STANDARD TOPS-20 EDIT HISTORY CONVENTIONS, AND
	;       REMOVE OLD EDIT HISTORY.
	...
	;COPYRIGHT (C) 1976,1977,1978,1979 BY DIGITAL EQUIPMENT \
         CORPORATION, MAYNARD, MASS.

I therefore expect that there was 460-entry list of log messages that
predated 2-Jun-1979, and likely went back a few years.  Two other
versions of sysdpy.mac in my archives have also dropped log messages
before 461.

Even before TOPS-20, on the CDC 6400 SCOPE operating system, there was
a similar tool (whose name I no longer recall) that gave a
continuously updated display of system-wide process activity. That was
available in at least late 1973.

I suspect that top-like displays were added to most other interactive
operating systems, as soon as screen terminals made updates convenient
without wasting console paper.  One of the first questions likely to
be asked by interactive users is "what is my job doing?".  

In a TOPS-20 terminal window, you could type Ctl-T to get a one-line
status report for the job that was currently running from your
terminal.  For many users, that was preferable to sysdpy, and it was
heavily used.



-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: beebe at math.utah.edu  -
- 155 S 1400 E RM 233                       beebe at acm.org  beebe at computer.org -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 23+ messages in thread
* [TUHS] History of top
@ 2018-05-24 12:20 Noel Chiappa
  2018-05-24 14:09 ` Clem Cole
  2018-05-28 10:31 ` Lars Brinkhoff
  0 siblings, 2 replies; 23+ messages in thread
From: Noel Chiappa @ 2018-05-24 12:20 UTC (permalink / raw)


    > From: Lars Brinkhoff

    > I'm surprised it appeared that late. Were there any other versions or
    > similar Unix programs before that?

The MIT ~PWB1 system had a thing called 'dpy', I think written at MIT based on
'ps' (and no doubt inspired by ITS' PEEK), which had similar functionality.
Seems like it never escaped, though. Man page and source here:

  http://ana-3.lcs.mit.edu/~jnc/tech/unix/man1/dpy.1
  http://ana-3.lcs.mit.edu/~jnc/tech/unix/s1/dpy.c

The top of my hard-copy man page says 'November 1977', but I suspect it dates
back further than that.

     Noel



^ permalink raw reply	[flat|nested] 23+ messages in thread
* [TUHS] History of top
@ 2018-05-24  6:14 Lars Brinkhoff
  2018-05-24  9:35 ` Dave Horsfall
  0 siblings, 1 reply; 23+ messages in thread
From: Lars Brinkhoff @ 2018-05-24  6:14 UTC (permalink / raw)


Hello,

I'm curious about the history of "top".  As far as I can see, the first
version was written by William LeFebvre and posted to net.sources in
1984.  I'm surprised it appeared that late.  Were there any other
versions or similar Unix programs before that?

Best regards,
Lars Brinkhoff


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2018-05-30  5:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29 18:55 [TUHS] History of top Noel Chiappa
2018-05-29 19:14 ` Clem Cole
2018-05-29 20:11 ` Dan Cross
2018-05-29 20:57   ` Arthur Krewat
2018-05-30  5:05 ` Lars Brinkhoff
  -- strict thread matches above, loose matches on Subject: below --
2018-05-29 21:35 Norman Wilson
2018-05-29 21:45 ` Arthur Krewat
2018-05-28 22:43 Nelson H. F. Beebe
2018-05-29  0:16 ` Clem cole
2018-05-29  1:34   ` Lyndon Nerenberg
2018-05-29  6:53 ` Lars Brinkhoff
2018-05-29 14:18   ` Clem Cole
2018-05-29 15:10     ` Arthur Krewat
2018-05-29 15:48     ` Steve Nickolas
2018-05-29 16:54 ` Paul Winalski
2018-05-29 17:08   ` Arthur Krewat
2018-05-24 12:20 Noel Chiappa
2018-05-24 14:09 ` Clem Cole
2018-05-24 14:43   ` Ronald Natalie
2018-05-28 10:31 ` Lars Brinkhoff
2018-05-24  6:14 Lars Brinkhoff
2018-05-24  9:35 ` Dave Horsfall
2018-05-24 10:58   ` jason-tuhs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).