How can I see how many users are currently on the site?

I’m pretty sure this is possible judging by how the complex the tracking seems to be but maybe I’m too dumb to figure it out. Like the title says I want to see how many users are currently on my site

Piwik gives you number of visitors in the last 30minutes in the “real time” visitors widget in the dashboard.

Otherwise you can call the Live.getCounters API to get the value for example for the last 5 minutes: http://piwik.org/docs/analytics-api/reference/#Live