Sponsored Content
Full Discussion: IBM BladeCenter HS20
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks IBM BladeCenter HS20 Post 302287014 by sunnyc on Thursday 12th of February 2009 01:58:43 PM
Old 02-12-2009
Regarding HS21XM Performance Data.

Hi msright1981,

I work for IBM in the sales team and I do have some performance data regarding our HS21XM.
If you do need performance data for the product, feel free to call me at email --REMOVED-- . Thanks.
 

9 More Discussions You Might Find Interesting

1. AIX

Help-----ibm Aix???

:confused: Hello everybody, I am a totel dummy when it comes to UNIX!!! Must be wondering what I am doing here right? I'm most keen on knowing about-it-all. I need help. Wanna know all about the IBM AIX. The versions, the latest. Please tell me how do I go about my search. Thanks a... (3 Replies)
Discussion started by: rtanuja
3 Replies

2. Linux Benchmarks

IBM x445

IBM x445 8x3.0Ghz XEON, 8GB RAM SLES8 BYTE UNIX Benchmarks (Version 3.11) System -- Linux hostname 2.4.21-251-smp #1 SMP Thu Sep 23 17:22:54 UTC 2004 i686 unknown Start Benchmark Run: Wed Dec 1 17:35:55 CET 2004 4 interactive users. Dhrystone 2 without register variables ... (0 Replies)
Discussion started by: nwilkens
0 Replies

3. UNIX for Advanced & Expert Users

IBM vs SUN

Wanted to ask if you all had heard that SUN is or will desupport their hardware? Also I heard somewhere that they are in bankruptcy. Is this true? If so does anyone have any links to this info? TIA Mike (1 Reply)
Discussion started by: mcastill66
1 Replies

4. UNIX for Advanced & Expert Users

how is IBM-AIX better..?

why IBM-AIX is preferred over HP-UX ..... In what way it is better for infrastructure......? Suggestions are welcome... Suggest you read the RULES (0 Replies)
Discussion started by: bishweshwar
0 Replies

5. High Performance Computing

IBM Scheduler for High Throughput Computing on IBM Blue Gene P

A lightweight scheduler that supports high-throughput computing (HTC) applications on Blue Gene/P. (NEW: 06/12/2008 in grid) More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

6. AIX

ibm aix L1

hello all, can anyone send me ibm aix L1 interview questions... thank u guys...jiyojith (0 Replies)
Discussion started by: jiyojith
0 Replies

7. UNIX for Dummies Questions & Answers

New OS for IBM server

I was recently given an older 1998 RS/6000 IBM machine supposedly called a Shark and once used by either an internet dial up or hosting company from what I understand. Regardless, in talking to the wife of the previous owner who died, and from what I understand, it hasn't been cleared of original... (5 Replies)
Discussion started by: W.A.C
5 Replies

8. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

9. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies
PMDAPMID(3)						     Library Functions Manual						       PMDAPMID(3)

NAME
pmdaPMID - translate a dynamic performance metric name into a PMID C SYNOPSIS
#include <pcp/pmapi.h> #include <pcp/impl.h> #include <pcp/pmda.h> int pmdaPMID(char *name, pmID *pmid, pmdaExt *pmda); cc ... -lpcp_pmda -lpcp DESCRIPTION
As part of the Performance Metrics Domain Agent (PMDA) API (see PMDA(3)), pmdaPMID is the generic callback for translating a dynamic metric name into a PMID (pmid). Because implementing dynamic performance metrics requires specific PMDA support, and the facility is an optional component of a PMDA (most PMDAs do not support dynamic performance metrics), pmdaPMID is a skeleton implementation that returns PM_ERR_NAME. A PMDA that supports dynamic performance metrics will provide a private callback that replaces pmdaPMID (by assignment to version.four.pmid of the pmdaInterface structure) and implements the translation from a dynamic performance metric name into the associated pmid. DIAGNOSTICS
pmdaPMID returns PM_ERR_NAME if the name is not recognized or cannot be translated, else returns 0. CAVEAT
The PMDA must be using PMDA_PROTOCOL_4 or later, as specified in the call to pmdaDSO(3) or pmdaDaemon(3). SEE ALSO
PMAPI(3), PMDA(3), pmdaDaemon(3), pmdaDSO(3), pmdaMain(3) and pmLookupName(3). Performance Co-Pilot PCP PMDAPMID(3)
All times are GMT -4. The time now is 07:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy