From owner-freebsd-questions Wed Jul 10 23:35:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D56D37B400 for ; Wed, 10 Jul 2002 23:35:20 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDE543E42 for ; Wed, 10 Jul 2002 23:35:19 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id JAA137410 for ; Thu, 11 Jul 2002 09:35:13 +0300 Date: Thu, 11 Jul 2002 09:35:13 +0300 (WET) From: Evren Yurtesen To: freebsd-questions@freebsd.org Subject: msqmax msgni etc? Message-ID: 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 able to see the information below with ipcs -T command but I would like to see how much was the maximum usage for some of these values since the machine booted. Is there such statistics saved? or lets say at least how can I see the current usage of # of messages in system? or other values? msginfo: msgmax: 8192 (max characters in a message) msgmni: 16 (# of message queues) msgmnb: 8192 (max characters in a message queue) msgtql: 1024 (max # of messages in system) msgssz: 64 (size of a message segment) msgseg: 128 (# of message segments in system) shminfo: shmmax: 33554432 (max shared memory segment size) shmmin: 1 (min shared memory segment size) shmmni: 192 (max number of shared memory identifiers) shmseg: 128 (max shared memory segments per process) shmall: 8192 (max amount of shared memory in pages) seminfo: semmap: 30 (# of entries in semaphore map) semmni: 10 (# of semaphore identifiers) semmns: 60 (# of semaphores in system) semmnu: 30 (# of undo structures in system) semmsl: 60 (max # of semaphores per id) semopm: 100 (max # of operations per semop call) semume: 10 (max # of undo entries per process) semusz: 92 (size in bytes of undo structure) semvmx: 32767 (semaphore maximum value) semaem: 16384 (adjust on exit max value) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message