From owner-freebsd-questions Tue Apr 9 15:52:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id B538F37B404 for ; Tue, 9 Apr 2002 15:52:09 -0700 (PDT) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g39Mq8mG068352; Tue, 9 Apr 2002 17:52:08 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g39Mq83x068351; Tue, 9 Apr 2002 17:52:08 -0500 (CDT) Date: Tue, 9 Apr 2002 17:52:08 -0500 From: Dan Nelson To: Patrick Thomas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: overhead: sshd x 5 or screen ? Message-ID: <20020409225208.GF84522@dan.emsphone.com> References: <20020409151352.R59130-100000@utility.clubscholarship.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020409151352.R59130-100000@utility.clubscholarship.com> User-Agent: Mutt/1.3.28i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Apr 09), Patrick Thomas said: > I am wondering what causes more overhead (disk, memory, and processor > utilization): > > - running 5 concurrent ssh connections into a FreeBSD server > > - running 1 ssh connection into a FreeBSD server, and using `screen` to > create 5 windows ? 5 sshs, because any output from session is encrypted and sent over the wire, where with screen only output to the visisble window is sent. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message