On Tue, Jun 20, 2017 at 10:29:47AM +0100, Bhanuprakash Bodireddy wrote: > As part of retrieving system statistics, process status APIs along with > helper functions were implemented. Some of them are very generic and can > be reused by other subsystems. > > Move the APIs in system-stats.c to process.c and util.c and make them > available. This patch doesn't change any functionality. > > CC: Ben Pfaff <[email protected]> > Signed-off-by: Bhanuprakash Bodireddy <[email protected]>
I applied this to master. Thank you! By the way, if you plan to use the process information for anything more important than statistics, you might want to read the Analysis section here: http://www.securitytracker.com/id/1038582. Basically, the process name field can contain spaces, which can confuse naive parsers like the one in OVS. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
