GPU Statistics
This function block provides a quick visual overview of the GPU currently available on the machine. It shows driver version, memory usage, temperature and usage values in a compact textual form inside the block UI.
π₯ Inputs
No input sockets
π€ Outputs
No output sockets
πΉοΈ Controls
GPU Info A read-only text area that displays the current GPU information (name, driver, memory free/used/total, RAM utilization, temperature and usage).
π¨ Features
Real-time textual summary of GPU state shown inside the block UI.
Helpful for quick health checks when running compute-heavy workflows.
Simple, distraction-free presentation suitable for monitoring while the scenario runs.
π Usage Instructions
Place the block into your scenario canvas.
Run the scenario β the block will update the
GPU Infotext with the latest GPU status.Inspect the block regularly to check temperature, memory usage and overall GPU load.
π Evaluation
On each evaluation step the block refreshes the displayed GPU information so you always see the latest status in the block UI.
π‘ Tips and Tricks
To keep a historical log of GPU status, use
CSV Exportto save readings periodically (combine with a timer or logger flow).If you want visual trends, route numeric values into
Scope(use intermediary blocks that extract numeric values from the textual summary if needed).Create simple alarms: combine
Number Inputto set thresholds andGreaterto compare a numeric reading (temperature or usage) and triggerSend MailorStopto alert or halt a scenario when limits are exceeded.Use alongside
GPU Statisticsas a monitoring companion when running heavy workloads such as model inference (for example when usingObject Detection (D-FINE)orDepth Estimation (DepthAny. V2)), to watch resource usage and avoid out-of-memory issues.
π οΈ Troubleshooting
If the block shows placeholders (e.g., "-") verify that a GPU is installed and drivers are available on the system.
If reported values look inconsistent, double-check your system GPU drivers and restart the application to refresh hardware queries.
Last updated
Was this helpful?