.\"Man page for condor_sos .\"Generated by makeman on Tue May 29 00:38:53 2018 .TH condor_sos 1 "May 2018" .SH Name .P condor_sos Issue \- a command that will be serviced with a higher priority .P .SH Synopsis condor_sos [-help -version] .P condor_sos[-debug] [-timeoutmult value] condor_command .P .SH Description condor_sos sends the condor_commandin such a way that the command is serviced ahead of other waiting commands. It appears to have a higher priority than other waiting commands. .P condor_sosis intended to give administrators a way to query the condor_scheddand condor_collectordaemons when they are under such a heavy load that they are not responsive. .P There must be a special command port configured, in order for a command to be serviced with priority. The condor_scheddand condor_collectoralways have the special command port. Other daemons require configuration by setting configuration variable _SUPER_ADDRESS_FILE . .P .SH Options .P .B -help .IP "" 3 Display usage information .IP "" 3 .P .B -version .IP "" 3 Display version information .IP "" 3 .P .B -debug .IP "" 3 Print extra debugging information as the command executes. .IP "" 3 .P .B -timeoutmult value .IP "" 3 Multiply any timeouts set for the command by the integer value. .IP "" 3 .P .SH Examples .P The example command .P .br condor_sos -timeoutmult 5 condor_hold -all .P causes the condor_hold -all command to be handled by the condor_scheddwith priority over any other commands that the condor_scheddhas waiting to be serviced. It also extends any set timeouts by a factor of 5. .P .SH Exit Status .P condor_soswill exit with the value 1 on error and with the exit value of the invoked command when the command is successfully invoked. .P .SH Author Center for High Throughput Computing, University of Wisconsin-Madison .SH Copyright Copyright (C) 1990-2016 Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0.