Perfmon on centos


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Perfmon on centos
# 1  
Old 02-11-2013
Perfmon on centos

Hello
I search monitoring tool like perfmon in Windows and i found perfmon2:
perfmon2

How to correctly install perfmon2 on Linux ( centos ) ?

Can he work on new kernels or 2.6.29 only for which it is the kernel-patch ?
perfmon2 - Browse Files at SourceForge.net

It may be a package of this program in repositories ?
# 2  
Old 02-12-2013
Read the README file inside the downloaded tar.gz file.

---------- Post updated at 03:30 PM ---------- Previous update was at 03:30 PM ----------

Code:
INSTALLATION
------------
	- edit config.mk to :
		- update some of the configuration variables
		- select your compiler options

	- type make
	- type make install

 	- To compile and install the Python bindings, you need to go to the
	  python sub-directory and type make. Python may not be systematically
	  built.

	- to compile the library for another ABI (e.g. 32-bit x86 on a
	  64-bit x86) system, you can pass the ABI flag to the compiler as
	  follows (assuming you have the multilib version of gcc):
		$ make OPTIM="-m32 -O2"

	- to compile and install the library for 64-bit Power processors,
	  invoke make as follows:
		$ make BITMODE=64
		$ make BITMODE=64 install

---------- Post updated at 03:46 PM ---------- Previous update was at 03:30 PM ----------

I would just use top and iotop or similar to accomplish the task.
This User Gave Thanks to glev2005 For This Post:
# 3  
Old 02-13-2013
Thanks, I found answers to my questions:

In README file is:
"For all architectures, you must use a 2.6.x kernels."

The program requires the old kernel, so I used dstat.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Linux

Sudoers in Centos

In our servers we don't have proper groups and No active Directory. We are adding Users locally and providing users a public key, that's the way they can connect to the servers using .ppk file. My manager ask me to prompt for a password based login when they try for Sudo. (Currently it was set... (1 Reply)
Discussion started by: shekar777
1 Replies

2. Red Hat

RH V Centos

Hi, I have built out a new virtual production environment (VMWare, HA enabled, VMotion... all the bells & whistles) using RHEL5 VM's. I have got another ESX host that I plan to use as a pre-prod environment. To save some costs on RH subs I was thinking about installing this environment... (5 Replies)
Discussion started by: Duffs22
5 Replies

3. Red Hat

How to Upgrade Centos 5.7 using Centos 5.8 ISO image on Vmware workstation

Dear Linux Experts, On my windows 7 desktop with the help of Vmware workstation (Version 7.1), created virtual machine and installed Centos 5.7 successfully using ISO image. Query : Is this possible to upgrade the Centos 5.7 using Centos 5.8 ISO image to Centos version 5.8?.. if yes kindly... (2 Replies)
Discussion started by: Ananthcn
2 Replies

4. UNIX for Dummies Questions & Answers

CentOS updates

hello all I Installed CenTOS 5.5 and i've Run yum update command every thing went smoothly but i got the following error at the end 6:kdebase-3.5.4-21.el5.centos.1.i386: Insufficient space in download directory /var/cache/yum/updates/packages * free 6.0 M * needed 28 M ... (2 Replies)
Discussion started by: abu_shiahb
2 Replies

5. Windows & DOS: Issues & Discussions

perfmon

Hi I need to run perfmon repeatedly while running tests. Is there any i can configure the counters once and start and stop from command line. Thanks (5 Replies)
Discussion started by: sssow
5 Replies
Login or Register to Ask a Question