Skip to content

Instantly share code, notes, and snippets.

View qpfiffer's full-sized avatar
🔚

Quinlan Pfiffer qpfiffer

🔚
View GitHub Profile
λ:/tmp --sysroot=/tmp/
bash: --sysroot=/tmp/: No such file or directory
(master)
λ:~/src/wrk ./wrk -t4 -c400 -d30s http://localhost:8080/test
Running 30s test @ http://localhost:8080/test
4 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 16.67s 7.51s 28.00s 70.12%
Req/Sec 115.12 221.26 1.33k 87.18%
13317 requests in 30.01s, 2.31MB read
Socket errors: connect 213, read 504, write 0, timeout 4979
Requests/sec: 443.78
Feb 16 23:58:56 [-] Dumped 131072 records
Feb 16 23:58:56 [-] Loading DB from disk.
Feb 16 23:58:57 [!] Not all records present after rehash!Rehashed: 4610 rcrd_cnt: 8192 Orphans: 3582
Feb 16 23:58:57 [!] Not all records present after rehash!Rehashed: 9246 rcrd_cnt: 16384 Orphans: 7138
Feb 16 23:58:57 [!] Not all records present after rehash!Rehashed: 18746 rcrd_cnt: 32768 Orphans: 14022
Feb 16 23:58:58 [!] Not all records present after rehash!Rehashed: 38091 rcrd_cnt: 65536 Orphans: 27445
Feb 16 23:59:00 [x] Not all records were loaded. 131071
Feb 17 23:42:34 [-] Dumped 8193 records
Feb 17 23:42:34 [-] Error: Couldn't free all records.
Feb 17 23:42:34 [-] Records freed: 8488
Feb 19 21:10:31 [-] ----- test_dump -----
Feb 19 21:10:31 [-] Opened DB: 0x10830d0.
Feb 19 21:10:31 [-] Dumping DB to disk.
Feb 19 21:10:32 [-] Dumped 1000000 records
Feb 19 21:10:32 [-] Loading DB from disk.
Feb 19 21:10:32 [-] Duplicate bucket, crazy hash5631 is the same as old bucket key crazy hash563169
Feb 19 21:10:32 [x] Not all records were loaded. 999999
Feb 19 21:10:32 [x] Failed.
2014-02-26 12:33:33 Hamcha how about a database that makes sense?
2014-02-26 12:34:40 Hamcha oh wait
2014-02-26 12:34:49 Hamcha did you just wipe the old roadmap and actually make one that makes sense?
2014-02-26 12:34:52 Hamcha WHERE'S RAR COMPRESSION?
2014-02-27 18:47:56 nea "instead of an ACID or BASE system this database is based on the MAYO paradigm"
2014-02-27 18:48:07 nea Marginally Available Yolk and Oil Database
λ:~/src/wrk ./wrk -t4 -c400 -d30s http://localhost:8080/test2
Running 30s test @ http://localhost:8080/test2
4 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 62.41ms 592.68ms 6.57s 98.97%
Req/Sec 3.88k 1.12k 8.79k 72.30%
452660 requests in 30.00s, 57.41MB read
Socket errors: connect 0, read 0, write 0, timeout 183
Requests/sec: 15089.93
Transfer/sec: 1.91MB
(master)
λ:~/src/project_oleg ./run_server.sh
[-] Starting server.
[-] Listening on IP {127,0,0,1}, port 8080
^C
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
(v)ersion (k)ill (D)b-tables (d)istribution
a
(master)
λ:~/src/project_oleg ./run_server.sh 5000
140 k = _ol_read_data(fd);
(gdb)
[ERROR] (src/aol.c:106: errno: None) Error reading
141 check(k, "Error reading"); /* Everything needs a key */
(gdb) print k
$3 = <optimized out>