Last active
December 4, 2019 18:31
indexers stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
SUBSTR(Data, INSTR(Data, '"indexer": ') + 12, INSTR(SUBSTR(Data, INSTR(Data, '"indexer": ') + 12), '",') - 1) AS IndexerName, | |
COUNT(*) AS GrabCount | |
FROM History | |
WHERE Data LIKE '%indexer%' | |
GROUP BY IndexerName | |
ORDER BY GrabCount DESC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dognzb.cr|127 | |
NZBgeek|79 | |
Slug|59 | |
Simplynzbs|16 | |
fastNZB|9 | |
NzbNoob|2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NZBgeek|531 | |
Dognzb.cr|402 | |
Slug|82 | |
fastNZB|32 | |
Simplynzbs|18 | |
NzbNoob|6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DOGnzb|23 | |
Slug|22 | |
NZBgeek|16 | |
NzbNoob|2 | |
fastNZB|2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment