Thread (21 messages) flat view 21 messages, 5 authors, 2015-02-20

Re: [PATCH 0/7] [RFC] kernel: add a netlink interface to get information about processes

From: Arnd Bergmann <hidden>
Date: 2015-02-17 08:53:19
Also in: lkml

On Tuesday 17 February 2015 11:20:19 Andrey Vagin wrote:
task_diag is based on netlink sockets and looks like socket-diag, which
is used to get information about sockets.

A request is described by the task_diag_pid structure:

struct task_diag_pid {
       __u64   show_flags;      /* specify which information are required */
       __u64   dump_stratagy;   /* specify a group of processes */

       __u32   pid;
};
Can you explain how the interface relates to the 'taskstats' genetlink
API? Did you consider extending that interface to provide the
information you need instead of basing on the socket-diag?

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help