Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 272 Bytes

DEBUGING.md

File metadata and controls

10 lines (8 loc) · 272 Bytes

Performance profiling

The deployment may be slow down by one machine. In this case, systemd-analyze is useful to identify the root cause.

time vl up
vl ansible_inventory > inventory
ansible all -m shell -a "systemd-analyze blame|head -n 5" -i inventory