TKG icon indicating copy to clipboard operation
TKG copied to clipboard

More detailed and specific machine info detection in TKG

Open renfeiw opened this issue 2 years ago • 1 comments

TKG checks machine info through MachineInfo.java. At the current stage, not all machine info commands are tailored based on platforms. We would like to improve this by identifying which commands work on which platform and conditionally use different commands on different platforms. An example is https://github.com/adoptium/TKG/blob/5d83f85f235f5c9e1a7426a712173351f3dea281/src/org/openj9/envInfo/MachineInfo.java#L175

renfeiw avatar Feb 28 '23 20:02 renfeiw

related: https://github.com/adoptium/TKG/issues/45

smlambert avatar Feb 28 '23 23:02 smlambert