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
[ 0.000000] Linux version 4.19.0+ ([email protected]) (Apple LLVM version 10.0.0 (clang-1000.10.44.4)) #17 Thu May 9 16:40:31 JST 2019 | |
[ 0.000000] bootmem address range: 0x100a77000 - 0x106e76000 | |
[ 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: 100592k/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 |
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
% sudo LKL_HIJACK_DEBUG=1 LKL_HIJACK_CONFIG_FILE=./lkl-hijack-raw-multi.json ./bin/lkl-hijack.sh ping -I eth1 10.0.39.2 | |
LKL: Pin To CPU 0 | |
[ 0.000000] Linux version 4.20.0+ (tazaki@) (clang version 6.0.1 (tags/RELEASE_601/final)) #2 Thu Jan 31 16:26:12 JST 2019 | |
[ 0.000000] memblock address range: 0x7f5ac0000000 - 0x7f5ac3fff000 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16159 | |
[ 0.000000] Kernel command line: virtio_mmio.device=273@0x1000000:1 virtio_mmio.device=273@0x2000000:2 | |
[ 0.000000] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes) | |
[ 0.000000] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes) | |
[ 0.000000] Memory available: 64500k/65532k RAM | |
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 |
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
[tazaki@zakzak3 frankenlibc]$ docker run -i --runtime=runu-dev alpine ping 127.0.0.1 | |
Running as root user, must set -u | |
Can change uid to root, aborting | |
PING 127.0.0.1 (127.0.0.1): 56 data bytes | |
64 bytes from 127.0.0.1: seq=0 ttl=64 time=0.025 ms | |
64 bytes from 127.0.0.1: seq=1 ttl=64 time=0.060 ms | |
[tazaki@zakzak3 frankenlibc]$ docker run -i --runtime=runu-dev alpine uname -a | |
Running as root user, must set -u | |
Can change uid to root, aborting | |
Linux (none) 4.16.0+ #14 Tue Dec 4 22:38:38 JST 2018 lkl Linux |
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/frankenlibc% docker run -i --runtime=runu-dev alpine ping 127.0.0.1 | |
Running as root user, must set -u | |
Can change uid to root, aborting | |
PING 127.0.0.1 (127.0.0.1): 56 data bytes | |
64 bytes from 127.0.0.1: seq=0 ttl=64 time=0.031 ms | |
64 bytes from 127.0.0.1: seq=1 ttl=64 time=0.057 ms | |
64 bytes from 127.0.0.1: seq=2 ttl=64 time=0.059 ms |
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
root = "/tmp/ctrd/var/lib/containerd" | |
state = "/tmp/ctrd/run/containerd" | |
oom_score = 0 | |
[grpc] | |
address = "/tmp/ctrd/run/containerd/containerd.sock" | |
uid = 501 | |
gid = 0 | |
max_recv_message_size = 0 | |
max_send_message_size = 0 |
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 |
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
rsync -n -e ssh --delete -vrc _site/ sh1.iijlab.net:/export/www/www.iij-ii.co.jp/ | |
sending incremental file list | |
404.html | |
index.html | |
about/index.html | |
about/message.html | |
about/organization.html | |
about/outline.html | |
about/prevention.html | |
about/sidemenu-data.js |
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
zakzak1:~/work/runu% docker run -i --runtime=runu thehajime/runu-base:latest netperf imgs/python.img tap:tap0 config:lkl.json -- -H 1.1.1.2 -l 3 -- | |
Running as root user, must set -u | |
Can change uid to root, aborting | |
[ 0.000000] Linux version 4.16.0+ (travis@travis-job-bdc0a8de-50b9-45c7-8d9d-88d746cd92b6) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)) #1 Thu Aug 16 23:23:55 UTC 2018 | |
[ 0.000000] bootmem address range: 0x7f04d6835000 - 0x7f04dcc34000 | |
[ 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 virtio_mmio.device=273@0x2000000:2 | |
[ 0.000000] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.000000] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) |
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
zakzak1:~/work/runu% time docker run -ti --rm -v /home/tazaki:/home/tazaki python-hub-greenlet python /home/tazaki/work/rumprun-packages/python3/examples/main.py -m main | |
Welcome to rumprun/python 3.7! | |
linux / posix | |
{"key": "value"} | |
IPv6 is enabled |
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
[ 0.000000] Linux version 4.16.0+ ([email protected]) (gcc version 8.1.1 20180712 (Red Hat 8.1.1-5) (GCC)) #3 Fri Aug 10 18:22:59 JST 2018 | |
[ 0.000000] bootmem address range: 0x7f5d53224000 - 0x7f5d59623000 | |
[ 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 |