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;

AttachmentSize
Image icon 07-11-alioth-os.png12.12 KB
Data Resources: