Page MenuHomePhabricator
Paste P8108

(An Untitled Masterwork)
ActivePublic

Authored by Marostegui on Feb 20 2019, 2:38 PM.
Tags
None
Referenced Files
F28251449:
Feb 20 2019, 2:38 PM
Subscribers
None
root@cumin1001:/home/marostegui/git/mediawiki-config/dblists# for i in 3311 3315 3317; do echo $i; mysql.py -hdbstore1003:$i information_schema -e "select USER,TOTAL_CONNECTIONS from USER_STATISTICS where user='research'";done
3311
+----------+-------------------+
| USER | TOTAL_CONNECTIONS |
+----------+-------------------+
| research | 5 |
+----------+-------------------+
3315
3317
root@cumin1001:/home/marostegui/git/mediawiki-config/dblists# for i in 3312 3313 3314; do echo $i; mysql.py -hdbstore1004:$i information_schema -e "select USER,TOTAL_CONNECTIONS from USER_STATISTICS where user='research'";done
3312
3313
3314
+----------+-------------------+
| USER | TOTAL_CONNECTIONS |
+----------+-------------------+
| research | 1 |
+----------+-------------------+
root@cumin1001:/home/marostegui/git/mediawiki-config/dblists# for i in 3316 3318 3320 3350; do echo $i; mysql.py -hdbstore1005:$i information_schema -e "select USER,TOTAL_CONNECTIONS from USER_STATISTICS where user='research'";done
3316
3318
+----------+-------------------+
| USER | TOTAL_CONNECTIONS |
+----------+-------------------+
| research | 1 |
+----------+-------------------+
3320
+----------+-------------------+
| USER | TOTAL_CONNECTIONS |
+----------+-------------------+
| research | 40 |
+----------+-------------------+
3350
+----------+-------------------+
| USER | TOTAL_CONNECTIONS |
+----------+-------------------+
| research | 14 |
+----------+-------------------+