From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 00:19:23 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B6EB953 for ; Wed, 5 Nov 2014 00:19:23 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A2368BF for ; Wed, 5 Nov 2014 00:19:22 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id m15so9393065wgh.35 for ; Tue, 04 Nov 2014 16:19:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1Y8u4FBEipnNMyXPGc0eHn5XHGJgSTyhWfz8CLG22kE=; b=JYUba/H5D/WXBaizXGp8RrN1HONlyLkAw3uNaUu4tQ0Za8/9KasN0I2iUKLVwIlXuk 6fZJnbT2O/Ux289KiaDYIOgSHWEcMgS63mBfkS7/O6b2Lh8jBqResAtPmXNUxJIRxjWW VWXYx8aHqjwVCIbl3qbkAL43FkaXslsRgJyIFfAk4UCHVbPD5JhBMgQ7ZajlzvxtddAm Xcs9/FEh1wU1AHgZ48MtSfCvmE08jQZtzKeogErFB1q0yIjPlDdsi7xNV+5zRGAKVTp3 kDIhaZKBDnBuJAkMwTgb8vuZamGHUMzoQY7MZB83qIEe8nwUB3yUBl/NrBRQtATI4mO3 lVhg== MIME-Version: 1.0 X-Received: by 10.180.37.130 with SMTP id y2mr1401589wij.78.1415146760839; Tue, 04 Nov 2014 16:19:20 -0800 (PST) Received: by 10.216.235.3 with HTTP; Tue, 4 Nov 2014 16:19:20 -0800 (PST) In-Reply-To: <1410176092.86089.YahooMailNeo@web160705.mail.bf1.yahoo.com> References: <1410170060.62398.YahooMailNeo@web160702.mail.bf1.yahoo.com> <540D8214.5070400@my.hennepintech.edu> <1410176092.86089.YahooMailNeo@web160705.mail.bf1.yahoo.com> Date: Tue, 4 Nov 2014 19:19:20 -0500 Message-ID: Subject: Re: htop alternative From: "illoai@gmail.com" To: Laszlo Danielisz , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2014 00:19:23 -0000 On 8 September 2014 07:34, Laszlo Danielisz via freebsd-questions wrote: > Thank you everybody! > htop it was not written for FreeBSD, as Andrew Berg wrote. This is the reason I'm looking for a replacement. > Humm, kinda late here, but you can always try sysutils/atop. Frankly, I just did: % ls /ports/sysutils/ | grep top & went through the pkg-descr files of those for things that sounded likely. -- --