linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* tcp_bind_bucket is missing from slabinfo
@ 2018-02-24  6:50 Stephen Hemminger
  2018-02-24 14:35 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2018-02-24  6:50 UTC (permalink / raw)
  To: netdev, linux-mm

Somewhere back around 3.17 the kmem cache "tcp_bind_bucket" dropped out
of /proc/slabinfo. It turns out the ss command was dumpster diving
in slabinfo to determine the number of bound sockets and now it always
reports 0.

Not sure why, the cache is still created but it doesn't
show in slabinfo. Could it be some part of making slab/slub common code
(or network namespaces). The cache is created in tcp_init but not visible.

Any ideas?

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-24 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-24  6:50 tcp_bind_bucket is missing from slabinfo Stephen Hemminger
2018-02-24 14:35 ` Matthew Wilcox
2018-02-24 18:58   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).