blakeblackshear.frigate/frigate
Sergey Krashevich 6d0c2ec5c8
Add go2rtc & remote detectors network bandwidth usage to System table (#6526)
* Add network bandwidth usage to System table display in System.jsx and update get_bandwidth_stats function in util.py to include go2rtc processes

* black...

* Add network bandwidth usage to system table in web UI and improve regex in get_bandwidth_stats function to include frigate detector processes

* black...

* Update bandwidth calculation to include both incoming and outgoing traffic

* black:(
2023-05-18 06:40:24 -05:00
..
comms Move recording management to separate process (#6248) 2023-04-26 07:25:26 -06:00
detectors Update DeepStack detector to set width and height from input image size (#6429) 2023-05-17 07:40:41 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
record
test Implement NVML for NVIDIA GPU Stats (#6359) 2023-05-04 18:02:01 -05:00
__init__.py
__main__.py
app.py Refactor Process Stats and Bugfixes (#6344) 2023-05-04 17:58:59 -05:00
config.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
const.py
events.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
ffmpeg_presets.py
http.py Increase maximum event sub_label length to 100 characters (#6350) 2023-05-04 17:59:44 -05:00
log.py
models.py Increase maximum event sub_label length to 100 characters (#6350) 2023-05-04 17:59:44 -05:00
motion.py
mypy.ini update deps (#6093) 2023-04-15 14:17:59 -05:00
object_detection.py
object_processing.py
objects.py
output.py
plus.py
ptz.py Don't fail if camera does not support presets (#6497) 2023-05-17 07:42:56 -05:00
stats.py add ffmpeg bandwidth stats (#6492) 2023-05-17 20:01:56 -05:00
storage.py
timeline.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
types.py Refactor Process Stats and Bugfixes (#6344) 2023-05-04 17:58:59 -05:00
util.py Add go2rtc & remote detectors network bandwidth usage to System table (#6526) 2023-05-18 06:40:24 -05:00
video.py
watchdog.py