summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2009-10-12 16:49:31 +0200
committerLinus Nordberg <linus@nordberg.se>2009-10-12 16:49:31 +0200
commit990194e8a0f7f297e909b688aca8ea9b8203b61b (patch)
tree314d2c46782af0cb17b9dc57fd14be4d95071593
parent373afd140a28eb706282fd4891e2e75b507b18aa (diff)
* bgp-logger.org
-rw-r--r--bgp-logger.org13
1 files changed, 12 insertions, 1 deletions
diff --git a/bgp-logger.org b/bgp-logger.org
index f9a648f..adc6141 100644
--- a/bgp-logger.org
+++ b/bgp-logger.org
@@ -133,7 +133,7 @@ that one UPDATE message can result in more than one entry.
- [ ] get an idea of CPU load, sbcl and postgres
- [ ] auto-start on boot
- [ ] reconnect
-* bgpstore
+* bgpstore operations
Disk used (whole system) early morning 2009-06-26: 1781468 Kb.
| date | ~ 10^6 rows | disk used (Kb) | RAM used (Kb) | sbcl VSZ/RSS |
|------------------------+-------------+----------------+---------------+--------------|
@@ -148,6 +148,10 @@ Disk used (whole system) early morning 2009-06-26: 1781468 Kb.
| <2009-07-12 Sun 12:54> | 2.9 | 2831324 | 499128 | 536224 42864 |
| <2009-07-16 Thu 22:04> | 3.86 | 3330048 | 499752 | 536224 45452 |
| <2009-07-27 Mon 14:01> | 5.8 | 4064096 | 499776 | 536224 43308 |
+| <2009-09-14 Mon> | 14 | 7772144 | 492344 | 536304 39980 |
+| <2009-09-21 Mon> | 15.2 | 8198072 | 498712 | 536304 43296 |
+| <2009-09-30 Wed> | 16.9 | 8827008 | 498468 | 536304 41608 |
+| <2009-10-02 Fri> | 17.6 | 9500536 | 495644 | 536304 41428 |
| | | | | |
** <2009-08-07 Fri> bgpstore isn't running
@@ -168,3 +172,10 @@ Tue Jul 28 13:27:29 UTC 2009
Restarting bgpstore:
2009-08-07 09:30:26: bgpstore started ..
+
+* bgpview
+** Development
+To enable logging:
+
+(setf hunchentoot:*access-log-pathname* #p"/tmp/weblocks-access.log"
+ hunchentoot:*message-log-pathname* #p"/tmp/weblocks-message.log")