From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 7 Jan 2015 15:06:51 +0100 From: Gilles Chanteperdrix Message-ID: <20150107140651.GA10298@hermes.click-hack.org> References: <20150107101233.GC31996@hermes.click-hack.org> <3FCA47A3-7859-424A-B427-B2C45939C567@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FCA47A3-7859-424A-B427-B2C45939C567@gmail.com> Subject: Re: [Xenomai] Resource utilization List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mathew Benson Cc: "xenomai@xenomai.org" On Wed, Jan 07, 2015 at 05:06:43AM -0800, Mathew Benson wrote: > Heap utilization, > cache faults, page faults, BSS size, thread > stack high water mark, context switch count, kernel objects in > use, etc... Thanks. I forgot about VFS nodes. Xenomai tasks are just Linux tasks, so for all these "metrics", you should turn to what Linux provides. For the stack high water mark for instance, I believe neither Linux nor Xenomai have this information. -- Gilles.