commit | bc13bec5484554137eb15ab016e18c0fc83d7d78 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Apr 30 14:55:18 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 30 14:55:18 2019 +0200 |
tree | d40dfaf2c63deeaf1bc5212231f9c8cd74bb6bd7 | |
parent | 9634e86dc73218c4cdc2589a66d10a93bd8204b9 [diff] |
MINOR: activity: report context switch counts instead of rates It's not logical to report context switch rates per thread in show activity because everything else is a counter and it's not even possible to compare values. Let's only report counts. Further, this simplifies the scheduler's code.