Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1394698
| From | Stephen Hemminger <stephen@networkplumber.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: task_diag: add a new interface to get information about processes |
| Date | 2016-05-04 22:30 +0200 |
| Message-ID | <rvbAK-2kO-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: task_diag: add a new interface to get information about processes Stephen Hemminger <stephen@networkplumber.org> - 2016-05-04 22:30 +0200 Re: task_diag: add a new interface to get information about processes Andrey Vagin <avagin@openvz.org> - 2016-05-05 00:40 +0200
csiph-web