Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 1995 21:42:34 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        hackers@freebsd.org
Subject:   Netscape evolution
Message-ID:  <199510092042.VAA15797@caramba.cs.tu-berlin.de>

next in thread | raw e-mail | index | archive | help

$ for i in netscape-*; do $i http://localhost/ & done

%CPU %MEM   VSZ  RSS TT  STAT  TIME COMMAND
3.1  0.0  4368 1540 p3  R      0:12.54 netscape-2.0B http://localhost/
0.0  0.0  3572 1004 p3  I      0:05.28 netscape-1.1N http://localhost/
0.1  0.0  3120 1308 p3  I      0:06.57 netscape-0.94 http://localhost/
0.0  0.0  3112 1284 p3  I      0:07.20 netscape-1.0N http://localhost/

The beast grows ...

PS: 2.0B call endless select/gettimeofday/sigreturn 

   418 netscape-2.0B CALL  select(0x9,0x345f68,0,0,0)
   418 netscape-2.0B RET   select -1 errno 4 Interrupted system call
   418 netscape-2.0B CALL  gettimeofday(0x345d78,0)
   418 netscape-2.0B RET   gettimeofday 0
   418 netscape-2.0B CALL  sigreturn(0x345de8)
   418 netscape-2.0B RET   sigreturn JUSTRETURN
[...]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510092042.VAA15797>