From owner-svn-ports-head@freebsd.org Sat Mar 25 02:49:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41FE4D1C7E2; Sat, 25 Mar 2017 02:49:45 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EE04189E; Sat, 25 Mar 2017 02:49:44 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2P2ni5H038650; Sat, 25 Mar 2017 02:49:44 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2P2niiM038649; Sat, 25 Mar 2017 02:49:44 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703250249.v2P2niiM038649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 25 Mar 2017 02:49:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436868 - head/sysutils/radeontop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2017 02:49:45 -0000 Author: danfe Date: Sat Mar 25 02:49:43 2017 New Revision: 436868 URL: https://svnweb.freebsd.org/changeset/ports/436868 Log: Provide a more detailed port description. Obtained from: Linux Mint package Modified: head/sysutils/radeontop/pkg-descr Modified: head/sysutils/radeontop/pkg-descr ============================================================================== --- head/sysutils/radeontop/pkg-descr Sat Mar 25 02:43:52 2017 (r436867) +++ head/sysutils/radeontop/pkg-descr Sat Mar 25 02:49:43 2017 (r436868) @@ -1,7 +1,13 @@ -RadeonTop allows one to view AMD Radeon GPU utilization, both for the total -activity percent and individual blocks. +RadeonTop is a small utility which allows one to monitor the utilization of +AMD Radeon GPUs starting from the r600 series and newer, using undocumented +performance counters in the hardware. -Total GPU utilization is also valid for OpenCL loads; other blocks are only +It displays the utilization of the graphics pipe, event engine, vertex +cache, vertex group and tesselator, texture addresser and cache, the shader +units, and more, both with a relative percent value as well as a colorful +bar diagram (ncurses-based). + +Total GPU utilization is also valid for OpenCL loads; other values are only useful in GL loads. WWW: https://github.com/clbr/radeontop