What are the most common operating systems used by projects listed in Objectweb? (05-2011)
Description
This chart shows the top operating systems used by projects in Objectweb.
Visualization
SQL Script
SELECT owop.description AS System, COUNT( DISTINCT owop.proj_unixname ) AS Count
FROM ow_project_operating_system owop
WHERE owop.datasource_id = <current>
GROUP BY System
ORDER BY Count DESC;
Attachment | Size |
---|---|
05-11-os-objectweb.png | 17.56 KB |
Data Resources:
- Log in to post comments