summaryrefslogtreecommitdiff
path: root/vswitchd/system-stats.c
Commit message (Expand)AuthorAgeFilesLines
* system-stats: Include core number in the process stats.Bhanuprakash Bodireddy2017-11-281-2/+3
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* process: Consolidate process related APIs.Bhanuprakash Bodireddy2017-07-131-250/+1
* use portable getpagesize() in system-statsAlin Serdean2017-04-141-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* ovs-thread: Do not quiesce in ovs_mutex_cond_wait().Daniele Di Proietto2016-05-231-0/+6
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-2/+2
* ovs-thread: Make caller provide thread name when creating a thread.Ben Pfaff2014-04-281-1/+2
* system-stats: Port for Windows.Gurucharan Shetty2014-03-171-0/+17
* Use __linux__ instead of LINUX_DATAPATH in C code.Ben Pfaff2014-03-051-12/+13
* lib: Refactor gathering CPU core countJoe Stringer2013-12-091-1/+1
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-3/+3
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-1/+1
* clang: Pass objects, not their addresses, to thread-safety macros.Alex Wang2013-08-091-1/+1
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-14/+14
* system-stats: Move into separate thread.Ben Pfaff2013-07-181-21/+85
* system-stats: Remove worker process support.Ben Pfaff2013-07-121-121/+24
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-8/+12
* system-stats: Use getmntent_r() for thread-safety.Ben Pfaff2013-05-031-3/+5
* be compilable even when _SC_PHYS_PAGES is not availableYAMAMOTO Takashi2013-04-221-0/+4
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-7/+6
* config: Add explicit support for building on ESX.Ethan Jackson2012-10-091-12/+11
* system-stats: Run as part of worker process.Ben Pfaff2012-07-181-6/+152
* system-stats: Use "smap" instead of "shash".Ben Pfaff2012-07-181-31/+27
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Fix build on FreeBSD.Edward Tomasz NapieraƂa2011-11-011-0/+4
* system-stats: Don't bother calling kill() after read_pidfile().Justin Pettit2011-03-131-2/+1
* Make installation directories overridable at runtime.Ben Pfaff2010-11-291-3/+3
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* ovs-vswitchd: Export system stats through Open_vSwitch table.Ben Pfaff2010-09-231-0/+503