pyiron_base.jobs.job.extension.server.queuestatus.queue_table#
- pyiron_base.jobs.job.extension.server.queuestatus.queue_table(job_ids: List[int] | None = None, working_directory_lst: List[str] | None = None, project_only: bool = True, full_table: bool = False) DataFrame[source]#
Display the queuing system table as pandas.Dataframe
- Parameters:
job_ids (list) – check for a specific list of job IDs - empty list by default
working_directory_lst (list) – list of working directories to include - empty list by default
project_only (bool) – Query only for jobs within the current project - True by default
full_table (bool) – Return all entries from the queuing system without filtering - False by default
- Returns:
Output from the queuing system - optimized for the Sun grid engine
- Return type:
pandas.DataFrame