Add log_ssl service to the profiler

This commit is contained in:
J. Nick Koston 2023-05-13 09:25:03 +09:00 committed by GitHub
parent bf653ac333
commit bf989c8dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,3 +171,7 @@ Each upcoming scheduled item is logged similar to the below example:
### Service {% my developer_call_service service="profiler.lru_stats" %}
Logs statistics from [lru_cache](https://docs.python.org/3/library/functools.html#functools.lru_cache) and [lru-dict](https://pypi.org/project/lru-dict/) to help tune Home Assistant and locate memory leaks.
### Service {% my developer_call_service service="profiler.log_ssl" %}
Logs ssl objects in memory to help locate memory leaks.