Help for this page

Select Code to Download


  1. or download this
    +-----------------+--------------+--------------+
    | queue_name      | jobs_pend | jobs_run        |
    ...
    | spectreRF       |            0 |            1 |
    | vcs             |            0 |            0 |
    +-----------------+--------------+--------------+
    
  2. or download this
    sub pending_running_partition
    {
        $var_data_running = "";
    ...
        $sth->finish;
        $DBH->disconnect();
    }
    
  3. or download this
    sub pending_running_partition
    {
    ...
        $sth->finish;
        $DBH->disconnect();
    }
    
  4. or download this
    +---------------+--------------+--------------+
    | queue_name    | jobs_pend | jobs_run        |
    ...
    | calibre       |            0 |            0 |
    | dsp_ncsim_gls |            0 |            2 |
    +---------------+--------------+--------------+
    
  5. or download this
    +---------------+--------------+--------------+
    | queue_name    | jobs_pend | jobs_run        |
    ...
    | dsp_ncsim_gls |            0 |            2 |
    | others        |         212  |          218 |
    +---------------+--------------+--------------+