routewatch/internal/database
sneak 6593a7be76 Add database file size and reorganize status page
- Add database file size tracking to Stats struct and GetStats()
- Move routing table metrics to separate 'Routing Table' status box
- Add IPv4/IPv6 updates per second to routing table metrics
- Database box now shows: ASNs, prefixes, peerings, and database size
- Routing table box shows: live routes, IPv4/IPv6 counts, and update rates
2025-07-28 00:27:54 +02:00
..
database.go Add database file size and reorganize status page 2025-07-28 00:27:54 +02:00
interface.go Add database file size and reorganize status page 2025-07-28 00:27:54 +02:00
models.go Add ASN info lookup and periodic routing table statistics 2025-07-27 23:25:23 +02:00
schema.sql Add ASN info lookup and periodic routing table statistics 2025-07-27 23:25:23 +02:00
slowquery.go Replace live_routes database table with in-memory routing table 2025-07-27 23:16:19 +02:00
utils.go Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00