A SQL user defined table function to get machine attributes like system type, system model number etc.
-
This SQL function will return attributes of the IBM Power machine that it is running on.
-
The following attributes are returned:
- System type
- System model number
- Processor group
- System processor feature
- System serial number
- Processor feature
- Interactive feature
For build and setup instructions, refer to the README.md for the OSSILE project
- Call the SQL function like the following
select * from table(ossile.machine_attributes()) ma