Getting costs of bulk jobs on `dx find jobs`
I'm looking for a way to get more data out of `dx find jobs`, specifically costs of jobs that have run. I'm in a position where I'm running several jobs in parallel and tagging them all similarly so I can easily get their info when looking for them using dx, however all the info I get (job ID, status, start and end date/time) still does not include the costs incurred.
This would help me greatly in estimating costs for bigger jobs and comparing different instances used. Would appreciate any help, thanks!
Comments
2 comments
To get the cost of the jobs and other info use `dx describe job-######` the job cost is under “Total Price”.
Replace the # with your job number.
Thank you, works perfectly!
Please sign in to leave a comment.