Files

24 lines
397 B
Markdown
Raw Permalink Normal View History

2023-04-12 14:41:30 +03:00
Generated from stats.py on 2023-04-12 10:09:44.702367
2021-10-15 03:25:38 -05:00
# peeringdb_server.stats
Load and maintain global stats (displayed in peeringdb footer).
2022-11-08 19:25:32 +02:00
# Functions
---
## gen_stats
`def gen_stats()`
Regenerates global statics to stats.__STATS['data']
---
## stats
`def stats()`
Returns dict of global statistics
Will return cached statistics according to `GLOBAL_STATS_CACHE_DURATION` setting
2023-05-16 21:04:05 +03:00
---