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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -