From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [RFC] [PATCH procfs] Add process age Date: Mon, 26 Jul 2010 09:47:45 +0200 Message-ID: <87fwz6it0e.fsf@basil.nowhere.org> References: <1279907271.4335.3.camel@cowboy> <20100723183549.GA10518@x200> <1279910830.1851.5.camel@cowboy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexey Dobriyan , torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: dave.bueso@gmail.com Return-path: Received: from one.firstfloor.org ([213.235.205.2]:53916 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138Ab0GZHrr (ORCPT ); Mon, 26 Jul 2010 03:47:47 -0400 In-Reply-To: <1279910830.1851.5.camel@cowboy> (Davidlohr Bueso's message of "Fri, 23 Jul 2010 14:47:10 -0400") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Davidlohr Bueso writes: > On Fri, 2010-07-23 at 21:35 +0300, Alexey Dobriyan wrote: >> On Fri, Jul 23, 2010 at 01:47:51PM -0400, Davidlohr Bueso wrote: >> > This patch exports a process's age, in seconds, adding a /proc/#/age file. >> >> What for? > > I have not found any straight way to get the run time of a processes, > without having to interpret the start_time entry in /proc/#/stat and > manually subtract the uptime from it. That sounds like something an user space program should simply do. Perhaps you can add it as a new optional "-o" field in "ps" ? -Andi -- ak@linux.intel.com -- Speaking for myself only.