m0unds_: you can request changes in v6 routing so you can have subnets routed to different vm's nah, had my whole /48 allocated it's not a big deal also gives me flexibility of not needing to ask for stuff if i want something changed up_the_irons: fwiw I finally did get my mysterious load figured out. It was two-fold: tmux+powerline (https://github.com/erikw/tmux-powerline) which works by calling a shell script twice every two seconds (plus any additional commands) for every attached terminal -- this showed up as some CPU used by tmux, but wouldn't appear in iotop. And the other half was some very inefficient database queries which didn't show in iotop as mysql/maria ... ... since those processes had already issued their disk i/o. (and/or iotop sucks). So anyhow, my loadavg is under control now, and I'll stop blaming kvr07 haha teemuckz <3 tmux I saw tmux-powerline and liked the eyecandy... never considered the load it added :/ Needless to say, I've replaced it statically :) You're the third person in the past week to tell me that {vim,tmux}-powerline added too much load. lol It's fine on my workstations but on a vps... brycec: ah ok