Skip to content

Instantly share code, notes, and snippets.

@sameer
Created November 23, 2016 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sameer/5aaf5940b74f4fe1bcd38bf87db1b7de to your computer and use it in GitHub Desktop.
Save sameer/5aaf5940b74f4fe1bcd38bf87db1b7de to your computer and use it in GitHub Desktop.
Count X11 Clients
#!/bin/bash
lsof -U | grep -i socket | cut -d ' ' -f 1 | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment