Displaying 2 results from an estimated 2 matches for "outlyers".
Did you mean:
outliers
2009 Mar 20
1
suspicious dtrace results
i am doing reads and writes to /dev/rdsk/c0t2d0s4
using dtrace to see how much time it took for ssdread and ssdwrite. It shows very small number 4 or 5.
#pragma D option flowindent
syscall::pread:entry
{
self->trace = 1;
self->size = arg2;
}
syscall::pwrite:entry
{
self->trace = 1;
self->size = arg2;
}
fbt:ssd:ssdread:entry
/self->trace/
{
self->start = timestamp;
2016 Apr 30
2
Bonding wired and wireless ifaces
Hello all,
I'm wondering if there's any interest in trying to bond em1 and eth0
(respectively wired and wireless interfaces here), and if any, how to
do it in CentOS6.
I've found this, which could possibly help (but I'm failing yet):
http://r.outlyer.net/linux:bonding
https://help.ubuntu.com/community/UbuntuBonding
Both are dealing w/ ifenslave.
Any experience or point of