gearadmin.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. ==================
  2. Gearman Admin Tool
  3. ==================
  4. Run Administrative commands against a server.
  5. --------
  6. SYNOPSIS
  7. --------
  8. .. program:: gearadmin
  9. .. option:: --help
  10. Provice help about the program.
  11. .. option:: --create-function
  12. Create a function from the server.
  13. .. option:: -h [ --host ] arg (=localhost)i
  14. Connect to the host
  15. .. option:: -p [ --port ] arg (=4730)
  16. Port number or service to use for connection
  17. .. option:: --drop-function
  18. Drop a function from the server.
  19. .. option:: --server-version
  20. Fetch the version number for the server.
  21. .. option:: --server-verbose
  22. Fetch the verbose setting for the server.
  23. .. option:: --status
  24. Status for the server.
  25. .. option:: --workers
  26. Workers for the server.
  27. .. option:: --cancel-job
  28. Remove a given job from the server's queue.
  29. .. option:: --show-unique-jobs
  30. Show unique IDs of jobs on the server.
  31. .. option:: --show-jobs
  32. Show all jobs on the server.
  33. .. option:: --getpid
  34. Get Process ID for the server.
  35. .. option:: --priority-status
  36. Queued jobs status by priority.
  37. .. option:: -S [ --ssl ]
  38. Enable SSL connections.
  39. -----------
  40. DESCRIPTION
  41. -----------
  42. Command line tool for manipulating gearmand servers.
  43. ----
  44. HOME
  45. ----
  46. To find out more information please check:
  47. `https://gearman.org/gearmand/ <https://gearman.org/gearmand/>`_
  48. --------
  49. SEE ALSO
  50. --------
  51. :manpage:`gearmand(8)` :manpage:`libgearman(3)`