Trying to export per process network bandwidth stats under /proc/[pid]/

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

I'm trying to add a proc entry under /proc/[pid] in order to get per process network bandwidth stats. I suppose it's similar to /proc/[pid]/io . However I couldn't find a modular way to add entries under /proc/[pid]. This thread https://lists.kernelnewbies.org/pipermail/kernelnewbies/2011-January/000475.html suggests modifying the kernel which isn't practical to me. Here is what I've found by going through a bit of the related kernel code.

1. I need to find a way to override or hooking `sock_sendmsg`/`sock_recvmsg` functions with accounting variables like `task_io_accounting` 2. a way to add proc entries under /proc/[pid] with readops printing `current` netio accounting variables.

Am I on the right path of implementing this? Thanks!

--
Amos Bird
amosbird@xxxxxxxxx

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]

  Powered by Linux