performancecopilot / pcp

Performance Co-Pilot
https://pcp.io
Other
962 stars 235 forks source link

pcp-sgi gui apps? #1369

Open torehl opened 3 years ago

torehl commented 3 years ago

Back in the good old days, we had pcp-sgi GUI apps such as osvis, pmgsys, pmcluster, topology, oview, oview+, etc.

What's the plan? Will it be open-sourced? Is it still a product available through "HPE SGI Performance Suite" for HPE Superdome Flex (SGI UV) and ICE (tightly coupled) type cluster?

natoscott commented 3 years ago

@torehl the code was open sourced, you can find the source code in the PCP repo at these two locations:

https://github.com/performancecopilot/pcp/tree/main/src/pmview https://github.com/performancecopilot/pcp/tree/main/src/pmgadgets

That pmview code is the basis of the final generation of oview, and the pmgadgets frontend scripts you mention (pmgsys, pmgcluster) are there alongside the pmgadgets code.

We do not (yet) ship them as they have not been fully ported to the open source GUI frameworks we use now (Qt), and to work with the new implementation of pmtime(1). Someone would need to step forward and take this porting work on. AFAIK noone is actively looking at this (too many other active areas of development for myself, nothing more than that).