]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: show socket memory stats for unix sockets if requested
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Fri, 22 Feb 2013 15:28:18 +0000 (15:28 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 27 Feb 2013 01:33:49 +0000 (17:33 -0800)
commit51ff9f2453d066933f24170f0106a7deeefa02d9
tree80b12c445c3d1a59fa48049c380ba9b90af4ff01
parent5048f9a0c508b3804d0d9449f4986681a7ec87cb
ss: show socket memory stats for unix sockets if requested

The output format is the same as for tcp sockets but only the following
fields are currently non-zero: sk_rcvbuf, sk_wmem_alloc and sk_sndbuf.

Cc: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
misc/ss.c