org.mbari.siam.operations.utils
Class CpuAwake
java.lang.Object
org.mbari.siam.operations.utils.CpuAwake
public class CpuAwake
- extends java.lang.Object
Utility that the user can invoke to keep the CPU awake for a duration,
or to cause it to wake up at a future time. The usage is:
cpuAwake [-r rqstID] [-n] [nodeURL]
- seconds in future that you'll need CPU awake
- how many seconds that you'll need CPU awake
[-r rqstID] - requestor ID. Defaults to 1, the user ID
[-n] - don't retry if fail to find . Useful for
local scripts.
[nodeURL] - node you want awake. Defaults to "localhost"
|
Field Summary |
protected static org.apache.log4j.Logger |
_log4j
Log4j logger |
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log4j
protected static org.apache.log4j.Logger _log4j
- Log4j logger
CpuAwake
public CpuAwake()
main
public static void main(java.lang.String[] args)
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.