diff options
author | Linus Nordberg <linus@nordberg.se> | 2009-06-26 10:23:53 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2009-06-26 10:23:53 +0200 |
commit | 1c9302e751d8835206d4d9b5f8afe70d1ca20f92 (patch) | |
tree | cc35a7355a091d7e5e794dd7029551bac9b67d9b /bgp-logger.org | |
parent | 837dcbb8a3e5d9424ab14dfdea04759f127635c9 (diff) |
* src/data.lisp (new-entries): Store nexthop.
Diffstat (limited to 'bgp-logger.org')
-rw-r--r-- | bgp-logger.org | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bgp-logger.org b/bgp-logger.org index 733c8bb..ba0856d 100644 --- a/bgp-logger.org +++ b/bgp-logger.org @@ -28,12 +28,14 @@ so now it does. - [X] store timestamp and precision-time - [X] store as-path - [X] move to victoria -- [ ] store nexthop +- [X] store nexthop +- [ ] store octets as binary, in separate table - [ ] limit access to bgpmon stream (acl's) -- [ ] auto-start on boot - [ ] get an idea of disk footprint - [ ] get an idea of RAM footprint - [ ] get an idea of CPU load, sbcl and postgres +- [ ] auto-start on boot +- [ ] reconnect - [ ] store bgp-octets as binary * Running postgresql |