Measuring deploy times

Hey fellow aptible users.

Wondering if any of you have built any simple instrumentation to measure and track your deploy times. We want to start making investments in cutting down our deploy time, but right now I haven’t been able to find a good way to measure the time of each individual build step. If anyone has any pointers in this regard, that’d be very helpful. Happy to share our solution with the community once we put something together!

@Philonous, when I was profiling our build and deploy processes I prepended commands with time, but I figure you’re looking for something more granular than that…

ts is kind of neat in this regard:

1 Like