-
-
Save thehajime/6aa5188c0658f40e8a8e0199e56ad4aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zakzak3:~/work/sqlite-bench% RUMP_VERBOSE=1 rexec ./sqlite-bench-lkl tap:tap0 disk.img -- --db=/tmp/ --num_pages=0 | |
[ 0.000000] Linux version 4.16.0+ ([email protected]) (gcc version 8.1.1 20180712 (Red Hat 8.1.1-5) (GCC)) #2 Mon Sep 10 08:00:34 JST 2018 | |
[ 0.000000] bootmem address range: 0x7f4130846000 - 0x7f4136c45000 | |
[ 0.000000] random: fast init done | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 25249 | |
[ 0.000000] Kernel command line: mem=100M virtio-pci.force_legacy=1 virtio_mmio.device=292@0x1000000:1 | |
[ 0.000000] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.000000] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) | |
[ 0.000000] Memory available: 100704k/102396k RAM | |
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 | |
[ 0.000000] NR_IRQS: 4096 | |
[ 0.000000] lkl: irqs initialized | |
[ 0.000000] clocksource: lkl: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
[ 0.000000] lkl: time and timers initialized (irq2) | |
[ 0.000002] pid_max: default: 4096 minimum: 301 | |
[ 0.000018] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) | |
[ 0.000020] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) | |
[ 0.006271] console [lkl_console0] enabled | |
[ 0.006330] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | |
[ 0.006464] futex hash table entries: 16 (order: -4, 384 bytes) | |
[ 0.007096] NET: Registered protocol family 16 | |
[ 0.007736] vgaarb: loaded | |
[ 0.007826] clocksource: Switched to clocksource lkl | |
[ 0.007938] NET: Registered protocol family 2 | |
[ 0.009097] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes) | |
[ 0.009171] TCP established hash table entries: 1024 (order: 1, 8192 bytes) | |
[ 0.009269] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) | |
[ 0.009362] TCP: Hash tables configured (established 1024 bind 1024) | |
[ 0.009730] UDP hash table entries: 128 (order: 0, 4096 bytes) | |
[ 0.009813] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes) | |
[ 0.010379] virtio-mmio: Registering device virtio-mmio.0 at 0x1000000-0x1000123, IRQ 1. | |
[ 0.010600] workingset: timestamp_bits=62 max_order=15 bucket_order=0 | |
[ 0.011902] SGI XFS with ACLs, security attributes, no debug enabled | |
[ 0.012883] 9p: Installing v9fs 9p2000 file system support | |
[ 0.013376] io scheduler noop registered | |
[ 0.013405] io scheduler deadline registered | |
[ 0.013480] io scheduler cfq registered (default) | |
[ 0.013542] io scheduler mq-deadline registered | |
[ 0.013606] io scheduler kyber registered | |
[ 0.013678] virtio-mmio virtio-mmio.0: Failed to enable 64-bit or 32-bit DMA. Trying to continue, but this might not work. | |
[ 0.014115] virtio_blk virtio0: [vda] 614400 512-byte logical blocks (315 MB/300 MiB) | |
[ 0.014765] NET: Registered protocol family 10 | |
[ 0.015524] Segment Routing with IPv6 | |
[ 0.015600] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver | |
[ 0.015806] 9pnet: Installing 9P2000 support | |
[ 0.015919] PCI: root bus 00: using default resources | |
[ 0.016026] PCI host bridge to bus 0000:00 | |
[ 0.016092] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] | |
[ 0.016193] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffffffffff] | |
[ 0.016292] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 0.016454] This architecture does not have kernel memory protection. | |
rumpuser started. | |
[ 0.018172] EXT4-fs (vda): recovery complete | |
[ 0.018237] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: | |
SQLite: version 3.24.0 | |
Date: Thu Oct 4 04:04:01 2018 | |
Keys: 16 bytes each | |
open error: unable to open database file | |
Values: 100 bytes each | |
Entries: 1000000 | |
RawSize: 110.6 MB (estimated) | |
------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment