pbs_idled.8B 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .\" Copyright (C) 1994-2018 Altair Engineering, Inc.
  2. .\" For more information, contact Altair at www.altair.com.
  3. .\"
  4. .\" This file is part of the PBS Professional ("PBS Pro") software.
  5. .\"
  6. .\" Open Source License Information:
  7. .\"
  8. .\" PBS Pro is free software. You can redistribute it and/or modify it under the
  9. .\" terms of the GNU Affero General Public License as published by the Free
  10. .\" Software Foundation, either version 3 of the License, or (at your option) any
  11. .\" later version.
  12. .\"
  13. .\" PBS Pro is distributed in the hope that it will be useful, but WITHOUT ANY
  14. .\" WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  15. .\" FOR A PARTICULAR PURPOSE.
  16. .\" See the GNU Affero General Public License for more details.
  17. .\"
  18. .\" You should have received a copy of the GNU Affero General Public License
  19. .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. .\"
  21. .\" Commercial License Information:
  22. .\"
  23. .\" For a copy of the commercial license terms and conditions,
  24. .\" go to: (http://www.pbspro.com/UserArea/agreement.html)
  25. .\" or contact the Altair Legal Department.
  26. .\"
  27. .\" Altair’s dual-license business model allows companies, individuals, and
  28. .\" organizations to create proprietary derivative works of PBS Pro and
  29. .\" distribute them - whether embedded or bundled with other software -
  30. .\" under a commercial license agreement.
  31. .\"
  32. .\" Use of Altair’s trademarks, including but not limited to "PBS™",
  33. .\" "PBS Professional®", and "PBS Pro™" and Altair’s logos is subject to Altair's
  34. .\" trademark licensing policies.
  35. .\"
  36. .TH pbs_idled 8B "16 January 2018" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs_idled
  39. \- run PBS daemon that monitors the console and informs pbs_mom of idle time
  40. .SH LINUX SYNOPSIS
  41. .B pbs_idled
  42. [-D <display>] [-r <reconnect delay>] [-w <wait time>]
  43. .br
  44. .B pbs_idled
  45. --version
  46. .SH WINDOWS SYNOPSIS
  47. .B pbs_idled
  48. [start | stop]
  49. .br
  50. .B pbs_idled
  51. --version
  52. .SH LINUX DESCRIPTION
  53. On Linux, the
  54. .B pbs_idled
  55. program monitors an X windows display and communicates the idle time
  56. of the display back to PBS. If the mouse is moved or a key is
  57. touched, PBS is informed that the vnode is busy.
  58. .br
  59. You should run this program from the system-wide Xsession file, in the
  60. background before the window manager is run. If this program is run
  61. outside of the Xsession, it will need to be able to make a connection
  62. to the X display. See the xhost or xauth man pages for a description
  63. of X security.
  64. .SH WINDOWS DESCRIPTION
  65. On Windows,
  66. .B pbs_idled
  67. reads its polling interval from a file called
  68. .I idle_poll_time
  69. which is created by MoM. The process monitors
  70. keyboard, mouse, and console activity, and updates a file called
  71. .I idle_touch
  72. when it finds user activity. The
  73. .I idle_touch
  74. file is created by MoM.
  75. .SH LINUX OPTIONS
  76. .IP "-D <display>" 10
  77. The display to connect to and monitor
  78. .IP "-r <reconnect delay>" 10
  79. Time to wait before we try to reconnect to the X display if the previous
  80. attempt was unsuccessful
  81. .IP "-w <wait time>" 10
  82. Interval between times when the daemon checks for events or pointer movement
  83. .IP "--version" 10
  84. The
  85. .B pbs_idled
  86. command returns its PBS version information and exits.
  87. This option can only be used alone.
  88. .SH WINDOWS OPTIONS
  89. .IP "start" 10
  90. Starts the
  91. .B pbs_idled
  92. process.
  93. .IP "stop" 10
  94. Stops the
  95. .B pbs_idled
  96. process.
  97. .IP "--version" 10
  98. The
  99. .B pbs_idled
  100. process returns its PBS version information and exits.
  101. This option can only be used alone.
  102. .SH SEE ALSO
  103. The
  104. .B PBS Professional Administrator's Guide
  105. and the following manual pages:
  106. pbs_mom(8B), xhost(1), xauth(1)