frigate/frigate/util
Martin Weinelt b4eac11cbd
Clean up trailing whitespaces in cpu stats process cmdline (#22089)
The psutil library reads the process commandline as by opening
/proc/pid/cmdline which returns a buffer that is larger than just the
program cmdline due to rounded memory allocation sizes.

That means that if the library does not detect a Null-terminated string
it keeps appending empty strings which add up as whitespaces when joined.
2026-02-26 21:53:26 -07:00
..
__init__.py Fix go2rtc init (#18708) 2025-08-16 10:20:33 -05:00
audio.py Audio transcription support (#18398) 2025-08-16 10:20:33 -05:00
builtin.py Miscellaneous fixes (0.17 beta) (#21867) 2026-02-03 08:31:00 -06:00
classification.py Miscellaneous fixes (0.17 beta) (#21607) 2026-01-12 20:36:38 -07:00
config.py Refactor Time-Lapse Export (#21668) 2026-02-26 21:27:56 -07:00
downloader.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
file.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
image.py Add Camera Wizard (#20461) 2025-10-13 10:52:08 -06:00
media.py Remove parents in remove_empty_directories (#21726) 2026-02-26 21:27:56 -07:00
model.py Miscellaneous fixes (#20833) 2025-11-07 06:53:27 -07:00
object.py Improve 640x640 model detection of small objects (#20190) 2025-09-23 15:49:54 -05:00
process.py Miscellaneous fixes (0.17 beta) (#21350) 2025-12-18 15:12:10 -07:00
rknn_converter.py Miscellaneous fixes (0.17 beta) (#21350) 2025-12-18 15:12:10 -07:00
services.py Clean up trailing whitespaces in cpu stats process cmdline (#22089) 2026-02-26 21:53:26 -07:00
time.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
velocity.py Fixes (#18935) 2025-07-07 06:35:55 -06:00