Operating System - Linux
1753395 Members
7467 Online
108792 Solutions
New Discussion юеВ

Re: Measurement Interface for Linux

 
Paddy_1
Valued Contributor

Measurement Interface for Linux

Hi Everybody.,

I understand that we have "midaemon" ported to Linux though Measureware itself is not available.

I am wondering if there are any other open source implementation of Measurement Interface to kernel a la HP-UX


Thank You
Paddy
The sufficiency of my merit is to know that my merit is NOT sufficient
11 REPLIES 11
Steven E. Protter
Exalted Contributor

Re: Measurement Interface for Linux

All I know of are sar data collection scripts. Which is what the pros on HP-UX use anway. Attaching an hpux version that will require some porting.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Paddy_1
Valued Contributor

Re: Measurement Interface for Linux

Excellent Stuff! No doubt but here is what I am looking for in terms of a programmatic interface.We all know midaemon is at the heart of performance data collection for the HP-UX kernel and I am looking for an exact equivalent of it in Linux.
If one is not available I am inclined to ask you what would be the difficulty in writing one so that people who are used to the HP perf tools can re-use their analytic skills.

Any ideas??
The sufficiency of my merit is to know that my merit is NOT sufficient
Paddy_1
Valued Contributor

Re: Measurement Interface for Linux

Steven,

One more point.sar runs in userland and so do many other diagnostic commands.
I am wondering what if there is a interface that communicates with the kernel modules and presents a consistent API for other profiling and accounting tools to be built upon.

Thanks
Paddy
The sufficiency of my merit is to know that my merit is NOT sufficient
Fred Ruffet
Honored Contributor

Re: Measurement Interface for Linux

Maybe you could use contents of /proc pseudo filesystem.
--

"Reality is just a point of view." (P. K. D.)
Paddy_1
Valued Contributor

Re: Measurement Interface for Linux

Sorry I didnt get the /proc filesystem idea.
If you dont mind Could you please elaborate.
The sufficiency of my merit is to know that my merit is NOT sufficient
Martin P.J. Zinser
Honored Contributor

Re: Measurement Interface for Linux

Hello Paddy,

he refers to the fact that linux presents many performance relevant data via the /proc pseudo filesystem. Do an ls /proc . The "files" in there contain various information about your system.

You should have a file proc.txt on your system
(in my case /usr/src/linux-2.6.1-1.65/Documentation/filesystems/proc.txt)

else you can look it up e.g. at

http://www.tldp.org/LDP/intro-linux/html/x8758.html

Greetings, Martin
Paddy_1
Valued Contributor

Re: Measurement Interface for Linux

Thanks Martin.I just was not sure if the collection happened at the user level or kernel level.Let me explore these in depth.

Meanwhile,I am welcome to other alternatives as well.

Thanks for the replies.

Paddy
The sufficiency of my merit is to know that my merit is NOT sufficient
dirk dierickx
Honored Contributor

Re: Measurement Interface for Linux

also sar related, the great tool sarcheck is in beta for linux right now: http://www.sarcheck.com/sclinux.htm

when using ITO agents, there is a performance agent included (version 7.x) that is basicly a lightweight measureware.
Jarle Bjorgeengen
Trusted Contributor

Re: Measurement Interface for Linux

The full Perfermance agent and Glance exist for Linux.

You can download trial version of them here.

http://openview.hp.com/downloads/downloads.html#evaluation

It will log perfview-viewable/-analyzable data.

Rgds Jarle