From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 18:16:51 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C885106566B for ; Sat, 1 Oct 2011 18:16:51 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 0480C8FC0A for ; Sat, 1 Oct 2011 18:16:50 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p91IGiOO077066 for freebsd-questions@freebsd.org; Sat, 1 Oct 2011 13:16:44 -0500 (CDT) Date: Sat, 1 Oct 2011 13:16:44 -0500 (CDT) From: Robert Bonomi Message-Id: <201110011816.p91IGiOO077066@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <3691887.20111001203849@yandex.ru> Subject: Re: top: how to obtain which process take CPU time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 18:16:51 -0000 > Date: Sat, 1 Oct 2011 20:38:49 +0300 > From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= > To: freebsd-questions@freebsd.org > Subject: top: how to obtain which process take CPU time > [[.. sneck ..]] > > It is unclear which process take CPU time. is there any other tool, which > help me to see processes that take CPU? One -obvious- anwser is the 'ps' commnd. Something like 'ps gxua". You may want to run it more than once, and look at the differences in the TIME field.