On Wed, Nov 08, 2017 at 08:49:27PM +0000, Bhanuprakash Bodireddy wrote:
> When dumping process statistics, include the the core number the process
> was last scheduled. With 'other_config:enable-statistics=true',
> 
> Before:
>   {cpu="28", file_systems="/,8474624,7826220 /workspace,223835956,199394160",
>   load_average="1.29,1.76,1.33", memory="65861460,27457540,3813488,1999868,0",
>   process_ovs-vswitchd="4685896,17452,362920,0,383967,383967",
>   process_ovsdb-server="48088,5172,60,0,384057,384057"}
> 
> After:
>   {cpu="28", file_systems="/,8474624,7826308 /workspace,223835956,199394172",
>   load_average="1.30,1.04,1.13", memory="65861460,27469176,3815252,1999868,0",
>   process_ovs-vswitchd="4686020,17360,127380,0,148406,148406,3",
>   process_ovsdb-server="48096,5212,30,0,148496,148496,4"}
> 
> eg:
>       process    vsz   , rss , cputime, crashes, booted, uptime, core_id
>   ovs-vswitchd="4686020,17360, 127380,      0  , 148406, 148406,  3"
> 
> Signed-off-by: Bhanuprakash Bodireddy <[email protected]>

Applied to master, thanks!

By the way, I'd really rather get rid of the system-stats feature
entirely.  It really isn't related to OVS's mission.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to