performance - How to track memory usage of the networking subsystem in the Linux kernel? -
is there way determine how physical memory being used network subsystem in linux kernel @ given point in time? understand per-connection memory limits can specified via sysctl. there tool peek inside tcp/ip stack , ask how buffered data has per connection?
did try: ss -m
? documentation of reported values seems scarce can make educated guesses based on full names defined in linux/sock_diag.h.
Comments
Post a Comment