[06:01:31] Where can I see "edits per minute" for the whole of en.wp? Or, better, "edits per day"? Is it possible to see this for all Wikipedias at once? [07:22:16] yo qchris [07:27:53] yo average [07:37:54] (PS1) Rfaulk: merge. repair_runtime branch. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77663 [07:37:55] (PS1) Rfaulk: merge. repair_runtime branch. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77664 [07:37:56] (PS1) Rfaulk: add. create broker context. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77665 [07:37:57] (PS1) Rfaulk: mod. Write to broker on request rather than multiprocessing queue. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77666 [07:37:58] (PS1) Rfaulk: mod. Use umapi_broker_context to pull new requests from queue. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77667 [07:37:59] (PS1) Rfaulk: merge. repair_runtime. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77668 [07:38:00] (PS1) Rfaulk: mod. rename broker target for requests - there will be multiple [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77669 [07:38:01] (PS1) Rfaulk: merge. repair_runtime. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77670 [07:38:02] (PS1) Rfaulk: rm. Request notification handler to maintain job queue. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77671 [07:38:03] (PS1) Rfaulk: merge. repair_runtime. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77672 [07:38:04] (PS1) Rfaulk: mod. response handler to utilize file broker context. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77673 [07:38:05] (PS1) Rfaulk: rm. obselete refs. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77674 [07:38:06] (PS1) Rfaulk: rm. request notification deps. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77675 [07:38:07] (PS1) Rfaulk: add. timouts between broker item polls. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77676 [07:38:08] (PS1) Rfaulk: mod. fix logging for popping request. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77677 [07:38:09] (PS1) Rfaulk: rm. wait_queue; no longer necessary. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77678 [07:38:10] (PS1) Rfaulk: mod. Processing request item. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77679 [07:38:11] (PS1) Rfaulk: mod. reconstruct response from job queue. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77680 [07:38:12] (PS1) Rfaulk: add. method parse_request to parse user metrics request components. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77681 [07:38:13] (PS1) Rfaulk: fix. typo / pep8. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77682 [07:38:14] (PS1) Rfaulk: add. form request_obj from raw request. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77683 [07:38:15] (PS1) Rfaulk: add. methods to handle encoding response for broker. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77684 [07:38:16] (PS1) Rfaulk: mod. use pack_response_for_broker to add responses to broker. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77685 [07:43:05] yo qchris [07:43:14] Hi drdee [07:51:55] hangout? [07:52:05] k [07:52:11] Gimme time to boo the Google machine. [07:52:18] s/boo/boot/ [07:52:50] :) [07:55:18] I am in the hangout. [08:13:54] qchris, one more question [08:14:12] what's the status of the dclass java patch set? [08:15:17] see https://gerrit.wikimedia.org/r/#/c/75349/ [08:18:14] drdee: Average did not yet address the comments for patch set 4. So I am waiting for that to happen. [08:18:23] okidoki [09:39:30] qchris, do you know how we can quickly count the number of different dashboards hosted by a single limn instance? [09:40:32] Sure [09:40:42] Let me do that and I'll post the command [09:42:37] drdee: Run [09:42:40] drdee: find /var/lib/limn/gp/gp-{,zero-,geowiki-}data-repository/graphs -type f | wc -l [09:42:44] drdee: on limn0 [09:43:28] drdee: Currently gives 2298 graphs for me. [09:43:40] :O [09:43:45] and that's just 1 instance [09:45:06] find /var/lib/limn/*/*data-repository/graphs -type f | wc -l [09:45:10] gives 4425 [09:45:54] qchris, and this is the number of charts, right? [09:46:19] I seem to get confused by when we call what a dashboard :-) [09:46:34] a dashboard is a single url with multiple charts [09:46:44] a chart is a single url that maps to a single chart [09:46:57] Ok. Thanks. [09:47:04] It's the number of charts. Yes. [09:47:19] so http://reportcard.wmflabs.org/ is a dashboard [09:48:31] what's the difference between 'data' and 'data-repository' as folder? it seems to be the same [09:49:29] I do not know [09:49:40] I haven't looked into those directories up to now. [09:49:52] find /var/lib/limn/gp/gp-{,zero-,geowiki-}data-repository/dashboards -type f | wc -l [09:49:55] ^ gives 58 [09:50:09] and datasources gives 2802 [09:50:54] all the limn instances are running on limn0 or are there other machines that host limn? [09:51:25] drdee: I have no idea :-) All I know is that WP-Zero is running on limn0 [09:51:35] ok, i think limn0 is the only one [09:51:42] but probably good to check with ottomata [09:51:50] Yes. [10:10:47] qchris, when i run [10:10:49] find /srv/stats.wikimedia.org/htdocs/*/*.tsv -type f | wc -l [10:11:01] i get : No such file or directory [10:11:30] which is weird because i know for a fact that there are tsv files [10:11:50] On which host? [10:13:19] stat1001 [10:14:41] But the tsvs are not in a subdirectory of /srv/stats.wikimedia.org/htdocs/ [10:14:46] They are in subdirectories thereof [10:14:50] ok [10:15:00] so how can i do that recursively? [10:15:07] starting in htdocs [10:15:13] find /srv/stats.wikimedia.org/htdocs/ -type f -iname '*.tsv' | wc -l [10:15:20] ^ is that what you're looking for? [10:15:26] i guess let me try [10:15:36] In bash you can set glob setting to get ** [10:15:52] Or you could use other shells (zsh) that come with such support [10:25:47] thx [10:27:40] yw [14:21:53] hey ottomata [14:22:00] did you do some work on this card https://mingle.corp.wikimedia.org/projects/analytics/cards/792 a couple of weeks ago? [14:22:16] and this one as well: https://mingle.corp.wikimedia.org/projects/analytics/cards/816 [14:22:55] 792, no [14:23:43] 816, yes, but not to the full extent I would like [14:23:49] I added process monitors for filter and collector [14:24:01] i'd like to add a dropped packet monitor like udp2log has [14:24:09] i'd also like to do that for the socat process [14:24:23] i basically just need to make ori's /proc/net/udp ganglia plugin more generic [14:24:27] so it works with any process, just not udp2log [14:28:19] :D [14:28:25] ok i will update 816 [14:30:33] ty, card is updated fee free to add more details [15:00:28] hey ottomata, is webstatscollector still running? apparently 4 hours of data is missing [15:02:15] uh ob [15:03:50] processes are running [15:04:01] cronjob issue? [15:04:10] which 4 hours? [15:04:15] i see the files on gadolinium [15:04:53] no data written after 10.00 GMT on dumps apparently [15:06:19] ok, hm [15:06:20] the files exist [15:06:25] trying to find this cronjob again [15:06:28] i know its on snapshot1 [15:07:02] ok found it [15:07:06] going to run it manually [15:07:52] rsync: mkdir "/mnt/data/pagecounts/incoming" failed: No such file or directory (2) hm [15:13:54] poke apergos? [15:14:20] well, i just created the directory and now it is running [15:14:27] but oh geez it is copying all of the dumps first :/ [15:14:36] ok, but weird that that folder was gone [15:27:49] yo drdee [15:28:01] yoyoo [15:28:12] do you know when/who changed the mediawiki Analytics/Kraken pages to redirect to Analytics/Infrastructure pages? [15:28:29] http://www.mediawiki.org/w/index.php?title=Analytics/Kraken [15:28:30] 1 sec [15:28:50] http://www.mediawiki.org/w/index.php?title=Analytics/Kraken&action=history [15:28:56] Guillom april 26th [15:29:05] this year [15:49:30] running to lunch [15:49:31] laatas [15:49:37] be back for standup [17:32:52] (CR) Rfaulk: [C: 2 V: 2] merge. repair_runtime branch. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77663 (owner: Rfaulk) [17:33:07] (CR) Rfaulk: [C: 2 V: 2] merge. repair_runtime branch. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77664 (owner: Rfaulk) [17:33:29] (CR) Rfaulk: [C: 2 V: 2] add. create broker context. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77665 (owner: Rfaulk) [17:33:39] (CR) Rfaulk: [C: 2 V: 2] mod. Write to broker on request rather than multiprocessing queue. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77666 (owner: Rfaulk) [17:33:52] (CR) Rfaulk: [C: 2 V: 2] mod. Use umapi_broker_context to pull new requests from queue. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77667 (owner: Rfaulk) [17:34:03] (CR) Rfaulk: [C: 2 V: 2] merge. repair_runtime. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77668 (owner: Rfaulk) [17:34:13] (CR) Rfaulk: [C: 2 V: 2] mod. rename broker target for requests - there will be multiple [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77669 (owner: Rfaulk) [17:34:24] (CR) Rfaulk: [C: 2 V: 2] merge. repair_runtime. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77670 (owner: Rfaulk) [17:34:39] (CR) Rfaulk: [C: 2 V: 2] rm. Request notification handler to maintain job queue. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77671 (owner: Rfaulk) [17:34:49] (CR) Rfaulk: [C: 2 V: 2] merge. repair_runtime. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77672 (owner: Rfaulk) [17:34:58] (CR) Rfaulk: [C: 2 V: 2] mod. response handler to utilize file broker context. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77673 (owner: Rfaulk) [17:35:09] (CR) Rfaulk: [C: 2 V: 2] rm. obselete refs. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77674 (owner: Rfaulk) [17:35:23] (CR) Rfaulk: [C: 2 V: 2] rm. request notification deps. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77675 (owner: Rfaulk) [17:35:33] (CR) Rfaulk: [C: 2 V: 2] add. timouts between broker item polls. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77676 (owner: Rfaulk) [17:35:44] (CR) Rfaulk: [C: 2 V: 2] mod. fix logging for popping request. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77677 (owner: Rfaulk) [17:35:54] (CR) Rfaulk: [C: 2 V: 2] rm. wait_queue; no longer necessary. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77678 (owner: Rfaulk) [17:36:09] (CR) Rfaulk: [C: 2 V: 2] mod. Processing request item. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77679 (owner: Rfaulk) [17:36:26] (CR) Rfaulk: [C: 2 V: 2] mod. reconstruct response from job queue. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77680 (owner: Rfaulk) [17:36:35] (CR) Rfaulk: [C: 2 V: 2] add. method parse_request to parse user metrics request components. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77681 (owner: Rfaulk) [17:36:45] (CR) Rfaulk: [C: 2 V: 2] fix. typo / pep8. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77682 (owner: Rfaulk) [17:36:55] (CR) Rfaulk: [C: 2 V: 2] add. form request_obj from raw request. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77683 (owner: Rfaulk) [17:37:05] (CR) Rfaulk: [C: 2 V: 2] add. methods to handle encoding response for broker. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77684 (owner: Rfaulk) [17:37:27] (CR) Rfaulk: [C: 2 V: 2] mod. use pack_response_for_broker to add responses to broker. [analytics/user-metrics] - https://gerrit.wikimedia.org/r/77685 (owner: Rfaulk) [18:42:24] hey ottomata [18:42:44] yoyooyoyoyoyoyoyoyYO [18:42:44] do you think you have time to show kenan (new person working with Howie) how to get around stat1? [18:42:51] sure [18:42:53] cool [18:42:56] i'll write him [18:43:00] I had a meeting with him later today [18:43:03] i'm in an ops meeting now, and this cafe internet suuucks [18:43:06] and I realize I don't know much about stat1 [18:43:06] so I might move [18:43:09] sure! [18:43:19] ja, email, CC me, give him my IRC, etc. [18:43:21] that's cool, I'll just hook you guys up and you can chat whenever it works for you [18:43:22] yep [18:43:26] thank you! [19:30:56] moving to better internet... [22:39:40] (PS1) Milimetric: test to prove namespaces bug, and fix [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/77833 [22:39:52] (CR) Milimetric: [C: 2 V: 2] test to prove namespaces bug, and fix [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/77833 (owner: Milimetric) [22:55:07] bye everyone, going on vacation :)