|
C order fioricet mplete System Performance Monitor HOWTOChris Lorenz2003-06-10Revision order fioricet istory Revision 2.0 order fioricet 2003-06-10 Revised by: CL This HOWTO provides an overview of th order fioricet Complete System Performance Monitor,including a description of the product and installati order fioricet n and configurationinformation.----------------------------------------------------------- order fioricet -----------------Table of Contents1. Copyright and legal notice2. What Is the Complete Sys order fioricet em Performance Monitor?3. Requirements4. Installing CSPM and its requirements 4.1. Inst order fioricet lling Qt 3.0 or later 4.2. Installing CSPM 4.3. Starting the CSPM monitor 5. Mo order fioricet ifying CSPM defaults6. How CSPM displays data 6.1. System Overview tab 6.2. IRQs tab order fioricet 6.3. CPU Utilization tab 6.4. Memory tab 6.5. Network tab 6.6. Storage tab order fioricet .7. Tests tab 6.8. Test Summary tab 1. Copyright and legal noticeCopyright © 2003 order fioricet BM Corporation. All rights reserved.This document is provided "AS IS," with no express or order fioricet mplied warranties. Usethe information in this document at your own risk.Linux is a registe order fioricet ed trademark of Linus Torvalds. Other company, product,and service names may be trademarks order fioricet or service marks of others.Permission is granted to copy, distribute, and/or modify this d order fioricet cument underthe terms of the GNU Free Documentation License, Version 1.1 or any laterversi order fioricet n published by the Free Software Foundation with no Invariant Sections,no Front-Cover text order fioricet and no Back-Cover text. A copy of the license can befound at [http://www.gnu.org/licenses order fioricet fdl.txt] http://www.gnu.org/licenses/fdl.txt.--------------------------------------------- order fioricet -------------------------------2. What Is the Complete System Performance Monitor?The Comp order fioricet ete System Performance Monitor (CSPM), written by Don Dupuis ofCompaq Computer Corporation order fioricet is a graphical tool that monitors a Linux®system's CPU, memory, storage, network, and IRQ order fioricet utilization. CSPM gathers allthe data automatically and then generates histogram displays order fioricet f system usage.--------------------------------------------------------------------------- order fioricet -3. RequirementsCSPM V1.0 and later require the following: * Red Hat Linux 7.2 or later, order fioricet andrake 8.2 or later, or any Linux kernel that has Stephen Tweedie's sar or sysstat pat order fioricet h applied (such as 2.4.20). * The Trolltech Qt 3.0 or later C++ application developmen order fioricet environment, which is available for download from Trolltech for free. -------------- order fioricet --------------------------------------------------------------4. Installing CSPM and its r order fioricet quirementsThis section describes how to acquire the Qt application developmentenvironment order fioricet nd install CSPM.-------------------------------------------------------------------------- order fioricet --4.1. Installing Qt 3.0 or laterQt 3.0 or later must be installed on the system before yo order fioricet install CSPM.Follow these steps to acquire and configure Qt: 1. Download the Qt X/11 Free order fioricet Edition from [www.trolltech.com] http:// www.trolltech.com for the latest version of Qt order fioricet 2. Follow Trolltech's instructions for installing Qt. 3. Run ./configure with the - order fioricet hread switch to the configure program so that Qt is installed to run in multithreaded m order fioricet de. # ./configure -thread 4. Be order fioricet ure to export the variables QTDIR and LD_LIBRARY_PATH, as described in the Qt installat order fioricet on instructions that are downloaded with the software. ------------------------------ order fioricet ----------------------------------------------4.2. Installing CSPMThe following sections d order fioricet scribe how to download and install CSPM. These stepsmust be run by the root user. The inst order fioricet llation process creates a directorycalled spm and places all the files in that directory.- order fioricet ---------------------------------------------------------------------------4.2.1. Installi order fioricet g from rpmFollow these steps to install CSPM from the rpm file: 1. Download the CSPM rpm f order fioricet le from SourceForge at [http://sourceforge.net/ projects.cspm] http://sourceforge.net/p order fioricet ojects/cspm. The program name for CSPM is spm2. 2. Install the software: # rpm -i order fioricet v --nodeps spm2-1.0-1.586.rpm The rpm creates the order fioricet binary call spm2 in the current directory. --------------------------------------------- order fioricet -------------------------------4.2.2. Installing from tarFollow these steps to install CSP order fioricet from the tar file: 1. Download the CSPM tar file from SourceForge at [http://sourceforge.net/ projects.cspm] http://sourceforge.net/projects/cspm. The program name for CSPM is spm2. 2. Untar the spm2.tar.gz file: # tar xvzf spm2.tar.gz 3. Compile CSPM: # make all The make command creates the binary call spm2 in the current directory. -----------------------------------------------------------------------------4.3. Starting the CSPM monitorThe spm2 program should be run by a user other than root so that any changesto the default preference settings can be changed.Enter the following command from the directory where CSPM is installed:# ./spm2
|