As of June 2009, what are the top operating systems used by projects listed in Objectweb?
Description
This chart shows the top operating systems used by projects in Objectweb.
Visualization
SQL Script
SELECT owop.description, count(DISTINCT owop.proj_unixname) AS system
FROM ow_project_operating_system owop
WHERE owop.datasource_id = <current>
GROUP BY owop.description
ORDER BY system DESC;
Attachment | Size |
---|---|
owOpSystem.jpg | 44.92 KB |
Data Resources:
- Log in to post comments