Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Informix PMDA? #55
Comments
|
The Informix PMDA (for Informix 7) was only ever released for Irix (never ported to Linux) and according to my sparse notes was last updated in about 1994. |
|
| As a quaint historical note, at that time, PMDAs were also available for Oracle 7 and Sybase 10. The Oracle code lives on below src/pmdas/oracle in the PCP git tree, in perl form - its the only proprietary database code that was released and needs updating. However, I'm sure the v$ views the current code extracts metrics from all still exist. We see quite a few requests for pmdaoracle too, and the database bits required for development are available (not open source, but no paid license required for dev). Informix might be in the same boat re making their database bits available for development work. |
|
Thanks Nathan, I should have been more careful in my language ... a more correct statement would have been "As a quaint historical note, at that time, PMDAs using similar SQL from C implementations were also available for Oracle 7 and Sybase 10. |
benjarrell commentedDec 1, 2015
I remember there being an Informix PMDA included in PCP back when it was an SGI product, has it been removed or was it not open sourced with the rest of PCP?