search for: kacheong

Displaying 6 results from an estimated 6 matches for "kacheong".

Did you mean: cacheing
2006 May 08
13
monitoring tcp writes
i''m using the following probe to calculate how many bytes are being written by tcp write calls, by process and total: fbt:ip:tcp_output:entry { this->tcpout_size = msgdsize(args[1]); @tcpout_size[execname] = sum(this->tcpout_size); @tcpout_size["TOTAL_TCP_OUT"] = sum(this->tcpout_size); } I run this probe for N seconds. I suppose that if i get the
2009 Feb 16
3
Finishing up the contributors list as well
...3 11:58:19 Michael Schuster xzh,zhenghui xie,20,on,OS/Net (ON),2010-07-13 11:58:26 Micheal, I need your opensolaris user id. Core contributors, please take a look. --------------------------------------------------------------------- New suggestions (they have my vote) mph,Michael Hunter kcpoon,Kacheong Poon jbeck,John Beck amaguire,Alan Maguire iyer,Venugopal Iyer ??, Eric Cheng speer,Michael Speer roamer,Yunsong Lu gdamore,Garrett D''Amore artem,Artem Kachitchkine rishi,Rishi Srivatsavai zhijun,Zhijun Fu All these guys directly contribute code etc to opensolaris in networking area. For...
2006 Oct 31
0
6292054 Zero sctp_rtt_updates should mean no update to IRE RTT cache
Author: kcpoon Repository: /hg/zfs-crypto/gate Revision: 58254c0740547f867826e8149620a26d16242ee7 Log message: 6292054 Zero sctp_rtt_updates should mean no update to IRE RTT cache Files: update: usr/src/uts/common/inet/sctp/sctp_common.c update: usr/src/uts/common/inet/sctp/sctp_impl.h
2006 Oct 31
0
6249405 CIDR support does not work for logical interface
Author: kcpoon Repository: /hg/zfs-crypto/gate Revision: f244f36ccf8f500f22f5245345455c0fa68f4533 Log message: 6249405 CIDR support does not work for logical interface Files: update: usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ifconfig.c
2006 Oct 31
0
6292940 sosctp_assoc() should return the reason of error
Author: kcpoon Repository: /hg/zfs-crypto/gate Revision: 619190e5bf2066eb9762e1f175e75b65165c4a58 Log message: 6292940 sosctp_assoc() should return the reason of error Files: update: usr/src/uts/common/fs/sockfs/socksctp.c update: usr/src/uts/common/fs/sockfs/socksctp.h update: usr/src/uts/common/fs/sockfs/socksctpsubr.c update: usr/src/uts/common/fs/sockfs/socksctpvnops.c
2006 Oct 31
0
6294727 SCTP raw socket bind() failed for ports which are mutliples of 256
Author: kcpoon Repository: /hg/zfs-crypto/gate Revision: 349b1cb388b086735c29e00e897809db2b8a7417 Log message: 6294727 SCTP raw socket bind() failed for ports which are mutliples of 256 Files: update: usr/src/uts/common/inet/ip/icmp.c update: usr/src/uts/common/inet/ip/ipclassifier.c update: usr/src/uts/common/inet/ipclassifier.h