All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: task_diag: add a new interface to get information about processes
@ 2016-05-04 20:22 Stephen Hemminger
  2016-05-04 22:34 ` Andrey Vagin
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2016-05-04 20:22 UTC (permalink / raw)
  To: Andrey Vagin; +Cc: linux-kernel, David Miller

I understand how reading /proc or /sys can be a bottleneck, but this
proposed method using a system call is the wrong way to do this.

Why not use netlink like other systems do which allows a message
based response which allows for future changes (no fixed datastructures),
and is message based.

Generic netlink has already been used by several other subsystems.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-16 22:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04 20:22 task_diag: add a new interface to get information about processes Stephen Hemminger
2016-05-04 22:34 ` Andrey Vagin
2016-05-05  2:14   ` Stephen Hemminger
2016-05-05  3:39     ` Andy Lutomirski
2016-05-16 22:29       ` Andrew Vagin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.