3
Can we get any numbers about new users?
(lemmy.world)
Anything about the lemmy.ml instance and its moderation.
For discussion about the Lemmy software project, go to !lemmy@lemmy.ml.
I don't have access to the data on lemmy.ml. I have a small instance that appears on the joinlemmy site but not in the recommended section, so I can give you some data specific to a small instance.
Not sure if there is a direct way to pull this data, so I just made a little python script that queries the database and plots the number of users registered each day:
Code is under this spoiler tag in case someone wants to check this for their instance too:
spoiler
As to the number of requests per minutes... Hmm, I suppose that I can measure by counting the POST and GET requests in the nginx logs, I will try that and get back to you in a bit.