Hi there,
----- Original Message -----
> Dear Sir/Madam, Good morning i am Abhilash from Korea.
>
> I have read analyzed your open source monitoring platform its quite
> intrusting.
>
> Website: http://pcp.io/index.html
>
> GitHub: https://github.com/performancecopilot But i have small confusion
> regarding the main language of your platform and license. Because i have
> found your platform using GO, Java, C and python respectively i am little
> bit confused.
PCP itself is primarily written in C. There are some libraries to interface
to other high level languages (like python, perl) included in PCP.
There are also a number of other projects either making use of PCP services
(e.g. vectoross.io), or providing instrumentation APIs (e.g. Parfait, Speed).
These are in separate source trees to PCP itself and use different languages
(Javascript, Java, Go) as those other languages are more suited to their end
goals.
> At the same time i am seeing three different types of license MIT, General
> public license and PCP license, can you please provide more details about
> languages and license. Thanks in advance.
PCP is licensed under GPL and LGPL. The projects which build on it, like
Vector, Speed, Parfait, etc will often have chosen a license more suited to
the needs of the authors/users of those projects.
HTH.
cheers.
--
Nathan
|