What are the most common operating systems used by projects in Alioth? (07-2011)
Description
This chart shows the top operating systems used by projects in Alioth.
Visualization
SQL Script
SELECT os AS System, COUNT( unixname ) AS Count
FROM al_projects_os
WHERE datasource_id = <current>
GROUP BY System
ORDER BY Count DESC;
Attachment | Size |
---|---|
07-11-alioth-os.png | 12.12 KB |
Data Resources:
Tags:
- Log in to post comments