Commit f60062e
authored
Improve CPU resource monitor for Linux systems (#4888)
* Replace free call on linux
* Minor fixes
* Rework CPU info for linux
* Fix typos
* Fix issue with memory monitor
* Add comments
* Remove task run delegates
* Fix for macos
* Expand comments for metrics methods
* Remove unnecessary cancellation exits
* Add FF to disable resource monitor on debug runs
* Minor fix
* Fix warning
* Replace DisableResourceMonitorDebugOutput with EnableResourceMonitorDebugOutput
* Fix typo
* Update variable name
* Fix typo1 parent a4c8755 commit f60062e
File tree
4 files changed
+117
-139
lines changed- src
- Agent.Sdk/Knob
- Agent.Worker
- Misc/layoutbin/en-US
4 files changed
+117
-139
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
595 | 601 | | |
596 | 602 | | |
597 | 603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
123 | 130 | | |
124 | 131 | | |
125 | 132 | | |
| |||
0 commit comments