2025-03-16 18:36:20 +03:00
{
"documentTitle" : {
"cameras" : "Cameras Stats - Frigate" ,
"storage" : "Storage Stats - Frigate" ,
"general" : "General Stats - Frigate" ,
2025-03-29 02:13:35 +03:00
"enrichments" : "Enrichments Stats - Frigate" ,
2025-03-16 18:36:20 +03:00
"logs" : {
"frigate" : "Frigate Logs - Frigate" ,
"go2rtc" : "Go2RTC Logs - Frigate" ,
"nginx" : "Nginx Logs - Frigate"
}
} ,
"title" : "System" ,
"metrics" : "System metrics" ,
"logs" : {
"download" : {
"label" : "Download Logs"
} ,
"copy" : {
"label" : "Copy to Clipboard" ,
"success" : "Copied logs to clipboard" ,
"error" : "Could not copy logs to clipboard"
} ,
"type" : {
"label" : "Type" ,
"timestamp" : "Timestamp" ,
"tag" : "Tag" ,
"message" : "Message"
} ,
"tips" : "Logs are streaming from the server" ,
"toast" : {
"error" : {
"fetchingLogsFailed" : "Error fetching logs: {{errorMessage}}" ,
"whileStreamingLogs" : "Error while streaming logs: {{errorMessage}}"
}
}
} ,
"general" : {
"title" : "General" ,
"detector" : {
"title" : "Detectors" ,
"inferenceSpeed" : "Detector Inference Speed" ,
2025-04-29 15:47:19 +03:00
"temperature" : "Detector Temperature" ,
2025-03-16 18:36:20 +03:00
"cpuUsage" : "Detector CPU Usage" ,
2025-08-29 01:15:00 +03:00
"cpuUsageInformation" : "CPU used in preparing input and output data to/from detection models. This value does not measure inference usage, even if using a GPU or accelerator." ,
2025-03-16 18:36:20 +03:00
"memoryUsage" : "Detector Memory Usage"
} ,
"hardwareInfo" : {
"title" : "Hardware Info" ,
"gpuUsage" : "GPU Usage" ,
"gpuMemory" : "GPU Memory" ,
"gpuEncoder" : "GPU Encoder" ,
"gpuDecoder" : "GPU Decoder" ,
"gpuInfo" : {
"vainfoOutput" : {
"title" : "Vainfo Output" ,
"returnCode" : "Return Code: {{code}}" ,
"processOutput" : "Process Output:" ,
"processError" : "Process Error:"
} ,
"nvidiaSMIOutput" : {
"title" : "Nvidia SMI Output" ,
"name" : "Name: {{name}}" ,
"driver" : "Driver: {{driver}}" ,
"cudaComputerCapability" : "CUDA Compute Capability: {{cuda_compute}}" ,
"vbios" : "VBios Info: {{vbios}}"
} ,
2025-03-17 15:26:01 +03:00
"closeInfo" : {
"label" : "Close GPU info"
} ,
"copyInfo" : {
"label" : "Copy GPU info"
} ,
2025-03-16 18:36:20 +03:00
"toast" : {
"success" : "Copied GPU info to clipboard"
}
2025-04-19 17:20:22 +03:00
} ,
"npuUsage" : "NPU Usage" ,
2025-11-22 00:40:58 +03:00
"npuMemory" : "NPU Memory" ,
"intelGpuWarning" : {
"title" : "Intel GPU Stats Warning" ,
"message" : "GPU stats unavailable" ,
"description" : "This is a known bug in Intel's GPU stats reporting tools (intel_gpu_top) where it will break and repeatedly return a GPU usage of 0% even in cases where hardware acceleration and object detection are correctly running on the (i)GPU. This is not a Frigate bug. You can restart the host to temporarily fix the issue and confirm that the GPU is working correctly. This does not affect performance."
}
2025-03-16 18:36:20 +03:00
} ,
"otherProcesses" : {
"title" : "Other Processes" ,
"processCpuUsage" : "Process CPU Usage" ,
"processMemoryUsage" : "Process Memory Usage"
}
} ,
"storage" : {
"title" : "Storage" ,
"overview" : "Overview" ,
"recordings" : {
"title" : "Recordings" ,
"tips" : "This value represents the total storage used by the recordings in Frigate's database. Frigate does not track storage usage for all files on your disk." ,
"earliestRecording" : "Earliest recording available:"
} ,
2025-08-22 22:48:27 +03:00
"shm" : {
"title" : "SHM (shared memory) allocation" ,
2025-08-23 01:19:00 +03:00
"warning" : "The current SHM size of {{total}}MB is too small. Increase it to at least {{min_shm}}MB."
2025-08-22 22:48:27 +03:00
} ,
2025-03-16 18:36:20 +03:00
"cameraStorage" : {
"title" : "Camera Storage" ,
"camera" : "Camera" ,
"unusedStorageInformation" : "Unused Storage Information" ,
2025-03-16 20:13:34 +03:00
"storageUsed" : "Storage" ,
"percentageOfTotalUsed" : "Percentage of Total" ,
2025-03-16 18:36:20 +03:00
"bandwidth" : "Bandwidth" ,
2025-03-17 15:26:01 +03:00
"unused" : {
"title" : "Unused" ,
"tips" : "This value may not accurately represent the free space available to Frigate if you have other files stored on your drive beyond Frigate's recordings. Frigate does not track storage usage outside of its recordings."
}
2025-03-16 18:36:20 +03:00
}
} ,
"cameras" : {
"title" : "Cameras" ,
"overview" : "Overview" ,
"info" : {
2025-05-20 00:45:02 +03:00
"aspectRatio" : "aspect ratio" ,
2025-03-16 18:36:20 +03:00
"cameraProbeInfo" : "{{camera}} Camera Probe Info" ,
"streamDataFromFFPROBE" : "Stream data is obtained with <code>ffprobe</code>." ,
"fetching" : "Fetching Camera Data" ,
"stream" : "Stream {{idx}}" ,
"video" : "Video:" ,
"codec" : "Codec:" ,
"resolution" : "Resolution:" ,
"fps" : "FPS:" ,
"unknown" : "Unknown" ,
"audio" : "Audio:" ,
"error" : "Error: {{error}}" ,
"tips" : {
"title" : "Camera Probe Info"
}
} ,
"framesAndDetections" : "Frames / Detections" ,
"label" : {
"camera" : "camera" ,
"detect" : "detect" ,
"skipped" : "skipped" ,
2025-05-02 16:58:35 +03:00
"ffmpeg" : "FFmpeg" ,
2025-04-30 15:11:45 +03:00
"capture" : "capture" ,
"overallFramesPerSecond" : "overall frames per second" ,
"overallDetectionsPerSecond" : "overall detections per second" ,
"overallSkippedDetectionsPerSecond" : "overall skipped detections per second" ,
2025-05-02 16:58:35 +03:00
"cameraFfmpeg" : "{{camName}} FFmpeg" ,
2025-04-30 15:11:45 +03:00
"cameraCapture" : "{{camName}} capture" ,
"cameraDetect" : "{{camName}} detect" ,
"cameraFramesPerSecond" : "{{camName}} frames per second" ,
"cameraDetectionsPerSecond" : "{{camName}} detections per second" ,
"cameraSkippedDetectionsPerSecond" : "{{camName}} skipped detections per second"
2025-03-16 18:36:20 +03:00
} ,
"toast" : {
"success" : {
"copyToClipboard" : "Copied probe data to clipboard."
} ,
"error" : {
"unableToProbeCamera" : "Unable to probe camera: {{errorMessage}}"
}
}
} ,
"lastRefreshed" : "Last refreshed: " ,
"stats" : {
2025-05-02 16:58:35 +03:00
"ffmpegHighCpuUsage" : "{{camera}} has high FFmpeg CPU usage ({{ffmpegAvg}}%)" ,
2025-03-16 18:36:20 +03:00
"detectHighCpuUsage" : "{{camera}} has high detect CPU usage ({{detectAvg}}%)" ,
"healthy" : "System is healthy" ,
2025-04-19 17:02:15 +03:00
"reindexingEmbeddings" : "Reindexing embeddings ({{processed}}% complete)" ,
"cameraIsOffline" : "{{camera}} is offline" ,
"detectIsSlow" : "{{detect}} is slow ({{speed}} ms)" ,
2025-08-28 22:32:05 +03:00
"detectIsVerySlow" : "{{detect}} is very slow ({{speed}} ms)" ,
"shmTooLow" : "/dev/shm allocation ({{total}} MB) should be increased to at least {{min}} MB."
2025-03-16 18:36:20 +03:00
} ,
2025-03-29 02:13:35 +03:00
"enrichments" : {
"title" : "Enrichments" ,
"infPerSecond" : "Inferences Per Second" ,
2025-11-21 02:50:17 +03:00
"averageInf" : "Average Inference Time" ,
2025-03-17 17:01:07 +03:00
"embeddings" : {
2025-04-23 04:46:05 +03:00
"image_embedding" : "Image Embedding" ,
"text_embedding" : "Text Embedding" ,
"face_recognition" : "Face Recognition" ,
"plate_recognition" : "Plate Recognition" ,
2025-03-17 17:01:07 +03:00
"image_embedding_speed" : "Image Embedding Speed" ,
"face_embedding_speed" : "Face Embedding Speed" ,
2025-04-19 17:02:15 +03:00
"face_recognition_speed" : "Face Recognition Speed" ,
2025-03-17 17:01:07 +03:00
"plate_recognition_speed" : "Plate Recognition Speed" ,
2025-04-23 04:46:05 +03:00
"text_embedding_speed" : "Text Embedding Speed" ,
"yolov9_plate_detection_speed" : "YOLOv9 Plate Detection Speed" ,
2025-11-21 02:50:17 +03:00
"yolov9_plate_detection" : "YOLOv9 Plate Detection" ,
"review_description" : "Review Description" ,
"review_description_speed" : "Review Description Speed" ,
"review_description_events_per_second" : "Review Description" ,
"object_description" : "Object Description" ,
"object_description_speed" : "Object Description Speed" ,
"object_description_events_per_second" : "Object Description"
2025-03-17 17:01:07 +03:00
}
2025-03-16 18:36:20 +03:00
}
}