[Ksummit-discuss] [TECH TOPIC] Netlink engine issues, and ways to fix those

Alexey Dobriyan adobriyan at gmail.com
Tue Oct 11 14:14:16 UTC 2016


>> > On Tue, Sep 13, 2016 at 12:29:35PM -0500, Eric W. Biederman wrote:

>> To some extent it matters where the cost is.
>>
>> At a practical level we already have a binary protocol for getting a
>> list of all of the processes in the system, readdir on /proc.

readdir() on /proc is only partially binary, because the interesting part
for checkpoint purposes is in text

Generic userspace may or may not convert pid back to binary
(things like top should do it because of sorting output).

And _you_ need to filter out kernel threads.


More information about the Ksummit-discuss mailing list