Hi,
has anybody tried to run tor inside vmm guest?
it's horrible slow, just doing 'tor-resolve $dnsname' takes
sometimes ages.
# dmesg | head -n 4
OpenBSD 6.2-current (GENERIC.MP) #0: Sat Feb 10 00:05:49 MST 2018
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 520093696 (496MB)
avail mem = 497381376 (474MB)
is it related to vmm ssl issue reported in the past?
# vmstat ; time tor-resolve www.openbsd.org
procs memory page disks traps cpu
r s avm fre flt re pi po fr sr sd0 sd1 int sys cs us sy id
1 35 42M 302M 176 0 0 0 0 0 17 0 124 544 29 0 88 12
129.128.5.194
0m46.07s real 0m00.00s user 0m00.00s system
# vmstat ; time tor-resolve www.openbsd.org
procs memory page disks traps cpu
r s avm fre flt re pi po fr sr sd0 sd1 int sys cs us sy id
1 35 42M 302M 166 0 0 0 0 0 15 0 122 514 28 0 88 12
129.128.5.194
0m00.13s real 0m00.00s user 0m00.00s system
Jiri