From owner-freebsd-hackers Thu Feb 28 22: 1:14 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by hub.freebsd.org (Postfix) with ESMTP id 1C3CD37B405 for ; Thu, 28 Feb 2002 22:01:10 -0800 (PST) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g215vsl37484 for ; Thu, 28 Feb 2002 21:57:54 -0800 (PST) (envelope-from root@utility.clubscholarship.com) Date: Thu, 28 Feb 2002 21:57:54 -0800 (PST) From: Patrick Thomas To: Subject: how do I see the current number of PTYs in use ? Message-ID: <20020228215541.T33309-100000@utility.clubscholarship.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (asked on -questions and got no response, also did a `sysctl -a | grep pty` and only saw error messages) I am trying to troubleshoot something - the bad thing that is happening is that I try to create new `screen` windows and I get 'No more PTYs'. I know how to add more PTYs, etc., and I am not asking how to do that - I am simply asking: How do I, when I am told I have no more PTYs, know whether I just hit 32 out of 32, or 128 out of 128, or what ? I want to know how many PTYs I have available, and how many are in use. How do I do that ? thanks, PT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message