Skip to content

Performance Tuning

Optimize ZViz for your workload.

Benchmarking

zviz benchmark

Tuning Options

Reduce Brokered Syscalls

Move syscalls from broker to allow when safe:

syscalls:
  allow:
    - openat  # If path validation not needed

Increase Broker Concurrency

# /etc/zviz/config.yaml
broker:
  max_inflight: 512

Disable Audit Logging

logging:
  audit:
    enabled: false

See Also