From owner-freebsd-questions Wed Feb 27 12:47:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by hub.freebsd.org (Postfix) with ESMTP id A148B37B423 for ; Wed, 27 Feb 2002 12:47:00 -0800 (PST) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g1RKhr267877 for ; Wed, 27 Feb 2002 12:43:53 -0800 (PST) (envelope-from root@utility.clubscholarship.com) Date: Wed, 27 Feb 2002 12:43:53 -0800 (PST) From: Patrick Thomas To: Subject: how do I see pty usage at any given time ? Message-ID: <20020227124057.D67780-100000@utility.clubscholarship.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I am trying to debug a problem where I am running out of PTYs when I try to start new `screen` windows. I am not sure how many ptys I actually have available to the system - I have 256 /dev devices, and I have a maxusers of 128, but some other settings may be causing me to have fewer than 128. ..... So, it would really help me in troubleshooting if there were some way to just see how many ptys are actually available - AND how many are in use. ^^^^^ That way, when I get that error message, I can know whether I just hit 32 out of 32 ptys or 128 out of 128 ptys or whatever. thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message