Page MenuHomec4science

user_stats.sh
No OneTemporary

File Metadata

Created
Mon, May 13, 20:40

user_stats.sh

#!/bin/bash
SQL="select right(accountID, length(accountID)-INSTR(accountID, '@')) as domain, count(*) as count from user_externalaccount where accountType='shibboleth' group by domain order by count desc"
ssh c4science-db01 "mysql -B -e \"$SQL\" phabricator_user"

Event Timeline