The GCP Batch console shows info about Batch job such as memory and cores, but not other important information such as time allocated and the size of mounted disks (e.g., local SSDs). It would be very helpful to have this resource allocation information for each job description in the console.
Thanks for the feedback @nick-youngblut! Batch will take care of your valuable input.
In the meantime, you could temporary rely on Batch logs to find more useful info: https://cloud.google.com/batch/docs/analyze-job-using-logs.
Thanks,
Wenyan
Thanks @wenyhu
Where do the docs (https://cloud.google.com/batch/docs/analyze-job-using-logs#console) state how to extract the resource allocation information from the logs, such as max job time and local SSDs?
For the max job running time, you can set `max_run_duration` from your job request, or refer to https://cloud.google.com/batch/quotas#max-job-duration.
For the local SSD size, you can query on the detailed disk info when you get the local SSD url. To start with, you can get more disk info when you do GetJob: https://cloud.google.com/batch/docs/view-jobs-tasks.
But in general, the log will give you a bunch of useful info.