Most Commonly Used Operating Systems by Alioth Projects

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 =
GROUP BY System
ORDER BY Count DESC;

AttachmentSize
Image icon aliothOperatingSystems2014.png19.8 KB
Data Resources: