How can I list the queued units with systemctl?

nh2

My systemctl status shows:

● mymachine
     State: running
     Jobs: 4 queued

How can I list the queued jobs?

This answer shows how to list the failed units, but I can't find any docs on how to list those 4 queued units, nor is it clear to me which state in systemctl list-units --state=help corresponds to those.

nh2

It is: systemctl list-jobs

Example output:

# systemctl list-jobs
 JOB UNIT                                  TYPE  STATE  
3543 nginxAfterGlusterfs.service           start waiting
3545 glusterReadyForLocalhostMount.service start running
3506 nginx.service                         start waiting

4 jobs listed.

Those units also have a start entry in the JOB column in the systemctl table.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

What are the systemctl options to "List all failed units"

From Dev

How can I prevent systemctl reboot or systemctl poweroff from executing?

From Dev

How can I reboot a server with systemctl if systemctl reboot fails?

From Dev

How do I list properties with `systemctl`?

From Dev

How can I retrieve the build parameters from a queued job?

From Dev

How can I troubleshoot silently failing queued jobs?

From Dev

How to list the queued items in celery?

From Dev

How can I set the units in an Xively datastream via MQTT

From Dev

How can I gracefully degrade CSS viewport units?

From Dev

How can I set the units in an Xively datastream via MQTT

From Dev

How can I start systemd service units in order?

From Dev

How can I display an amount of units in my table with the same value?

From Dev

How can I learn more about why my Laravel Queued Job failed?

From Dev

How can I create delays between failed Queued Job attempts in Laravel?

From Dev

How can I know the number of messages queued in redis pub-sub?

From Dev

Can I install `systemctl` onto my Mac?

From Dev

How to list all enabled services from systemctl?

From Dev

How can I restore a systemd service after editing it using "systemctl edit service"?

From Dev

JDBC: Can I detect if a query is running instead of being queued?

From Dev

How can I write human-language units as postfixes in Haskell, like `3 seconds`?

From Dev

How can I trigger a process on start (boot) and stop (shutdown, reboot) using systemd units?

From Dev

How many commands can be queued up with control operators?

From Dev

How can i add a list to a list in a dictionary

From Dev

Can I use matplotlib.units to switch between the units displayed on a graph?

From Dev

Can I create my own classes or units in Inno Setup?

From Dev

Can I use percentage units with CSS3 matrix transform

From Java

How can I flatten a List<List<List<String>>>

From Dev

How can I know if a Word list is a bullet list or a numeric list?

From Dev

how can I flatten a List<List<List<String>>>

Related Related

  1. 1

    What are the systemctl options to "List all failed units"

  2. 2

    How can I prevent systemctl reboot or systemctl poweroff from executing?

  3. 3

    How can I reboot a server with systemctl if systemctl reboot fails?

  4. 4

    How do I list properties with `systemctl`?

  5. 5

    How can I retrieve the build parameters from a queued job?

  6. 6

    How can I troubleshoot silently failing queued jobs?

  7. 7

    How to list the queued items in celery?

  8. 8

    How can I set the units in an Xively datastream via MQTT

  9. 9

    How can I gracefully degrade CSS viewport units?

  10. 10

    How can I set the units in an Xively datastream via MQTT

  11. 11

    How can I start systemd service units in order?

  12. 12

    How can I display an amount of units in my table with the same value?

  13. 13

    How can I learn more about why my Laravel Queued Job failed?

  14. 14

    How can I create delays between failed Queued Job attempts in Laravel?

  15. 15

    How can I know the number of messages queued in redis pub-sub?

  16. 16

    Can I install `systemctl` onto my Mac?

  17. 17

    How to list all enabled services from systemctl?

  18. 18

    How can I restore a systemd service after editing it using "systemctl edit service"?

  19. 19

    JDBC: Can I detect if a query is running instead of being queued?

  20. 20

    How can I write human-language units as postfixes in Haskell, like `3 seconds`?

  21. 21

    How can I trigger a process on start (boot) and stop (shutdown, reboot) using systemd units?

  22. 22

    How many commands can be queued up with control operators?

  23. 23

    How can i add a list to a list in a dictionary

  24. 24

    Can I use matplotlib.units to switch between the units displayed on a graph?

  25. 25

    Can I create my own classes or units in Inno Setup?

  26. 26

    Can I use percentage units with CSS3 matrix transform

  27. 27

    How can I flatten a List<List<List<String>>>

  28. 28

    How can I know if a Word list is a bullet list or a numeric list?

  29. 29

    how can I flatten a List<List<List<String>>>

HotTag

Archive