Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Funny usage stat #480

Closed
puzrin opened this issue Mar 5, 2016 · 0 comments
Closed

Funny usage stat #480

puzrin opened this issue Mar 5, 2016 · 0 comments

Comments

@puzrin
Copy link
Member

puzrin commented Mar 5, 2016

In mongo console:

> db.shortlinks.count()
129383

130K build requests total

> db.shortlinks.aggregate([ { $group : { _id : "$ip", count: { $sum: 1 } } }, { $sort: { count: -1 } } ])
{
    "result" : [
        {
            "_id" : "195.154.179.69",
            "count" : 90669
        },
        {
            "_id" : "62.210.136.151",
            "count" : 18332
        },
....

First 2 heroes do 110K of 130K build requests total, in 1 month.

Who are those modest friends, too lazy for local fontello install :) ?

puzrin pushed a commit that referenced this issue Mar 5, 2016
@puzrin puzrin closed this as completed Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant