From owner-freebsd-alpha Wed Jan 6 11:50:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28228 for freebsd-alpha-outgoing; Wed, 6 Jan 1999 11:50:42 -0800 (PST) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28206; Wed, 6 Jan 1999 11:50:38 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with ESMTP id OAA54463; Wed, 6 Jan 1999 14:54:34 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Wed, 6 Jan 1999 14:54:34 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: ports@FreeBSD.ORG cc: alpha@FreeBSD.ORG Subject: Iprobe: Alpha performance tool (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is someone interested in this? It's a performance meter for the Alpha processor, it's GPL so it's probably good for the ports. Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com -- There are operating systems, and then there's FreeBSD. -- http://www.freebsd.org/ 3.0-current ---------- Forwarded message ---------- Date: Wed, 6 Jan 1999 14:35:27 -0500 (EST) From: Phillip Ezolt To: egcs@cygnus.com Subject: Iprobe: Alpha performance tool Hi all, I just posted this to the Linux kernel-developement list, and people might find it useful here too. This is the package we use to find bottlenecks in Digital Unix (amoung other things). We have used it internally for 4-5 years on DU/VMS/NT. My job was to port it to Alpha/Linux. It is released under the GPL. It can be used to find where system/board cache misses occur, where cycles are spent, and more. This could be used to determine how well egcs manages the Alpha's cache. --Phil Digital/Compaq: High Performance Servers/Benchmark Performance Engineering Phillip.Ezolt@compaq.com ezolt@perf.zko.dec.com What? ----- Compaq/Digital's High Performance Servers/Benchmark Performance Engineering presents: The Iprobe tool suite (4.0) for Alpha/Linux. When? ----- Date: 1/6/99 How? --- LICENSE: GPL. Who? ---- Contact: Phillip.Ezolt@compaq.com or ezolt@perf.zko.dec.com What is iprobe? --------------- It is a little-known fact that the Compaq Alpha processor has some nifty on-chip performance hardware that can be used to find bottlenecks in program code. Iprobe gives the user access to this hardware. Iprobe is a low-overhead tool suite that uses the Alpha event counters to find performance bottlenecks in kernel and user space. The iprobe suite allows one to pinpoint problem code. It can not only determine where a program is spending its cycles, but it can also figure out where caches misses and floating point instructions occur as well. Iprobe can help to answer the following questions: Where is my program missing the cache? Where is my program spending all of its cycles? Which branch path is taken most often? Internally, Iprobe has been used to optimize performance in benchmarks (SPEC CPU95), operating systems (VMS, Digital Unix, Windows NT) and databases. (Oracle, and Informix) Iprobe has traditionally be a cross-platform alpha tool. It runs on Digital Unix, Open VMS, and Windows NT, and it is now being released under GPL for Alpha/Linux. Who can run it? --------------- The iprobe suite should run on all Alpha machines created prior to the EV6. Currently, it has been tested successfully on all Alpha/Linux machines that boot using the Digital SRM and aboot. It may NOT run on machines running MILO. For those that use MILO, iprobe MAY work. The AlphaStation 250 is known to work, but not the AlphaStation 500. Jay Estabrook (the MILO guru) is looking into this matter, and should have an updated MILO for those that need it RSN (real soon now). Iprobe also requires a kernel >2.1.132. Any 2.2.X kernels should work. Where do I get it? ------------------ Iprobe is availbe at: metalab.unc.edu:/pub/Linux/Incoming Soon to be in: metalab.unc.edu:/pub/Linux/devel The suite consists of two required parts, and a third which is optional: 1) A kernel driver (iprobe_suite-4.0-driver.o.gz) This has been compiled for your convenience. The source is availbe in the rpm/tarball with the source for the rest of the suite, but it must be compiled against a kernel with performance counter support, so for ease of use, a binary driver is provided. 2) Application Suite (iprobe_suite-4.0-1.alpha.rpm) These are all the applications that actually use the performance counters. Instruction on their use is provided within. 3) Source (iprobe_suite-4.0-1.src.rpm) This is the source for all of the above. How do I install? ----------------- You need both the rpm and the kernel module. One will NOT work without the other. Get these files: iprobe_suite-4.0-driver.o.gz iprobe_suite-4.0-1.alpha.rpm Once you get the rpm, simply type rpm -i iprobe_suite-4.0-1.alpha.rpm You will also need to unzip and insert the kernel module. More information is available in the INSTALL document. *******IMPORTANT************ Documentation will be installed in /usr/doc/iprobe_suite-4.0/ Read INSTALL for instructions on installing the suite. Read TUTORIAL for instructions on using the suite. If you don't read this, it will NOT work, and you will be frustrated. What else? --------- We are currently looking for an external site to host a web page for to host information/howtos and success stories on. If any one is interested, email ezolt@perf.zko.dec.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message