|
SOLUTIONS
|
LIGHTWEIGHT GRID CLIENT SYMBOL
RemoteServicesAgent
RemoteServicesAgent[properties]
contains a list of properties for a Lightweight Grid Manager running on a networked computer.
DetailsDetails
is returned by RemoteServicesAgentInformation.- RemoteServicesAgent expressions have the form
. The following properties are available: -
"LaunchEnabled" whether the agent currently allows new kernels to be created "ContactURL" URL of the agent "CPUArchitecture" string identifying the CPU architecture of the computer hosting the agent "OperatingSystem" $SystemID of the computer hosting the agent "PhysicalMemory" number of megabytes of physical memory available to the computer hosting the agent "ProcessorCount" $ProcessorCount of the computer hosting the agent "Uptime" number of seconds since the agent was started "OperatingSystemVersion" string that identifies the version of the operating system running on the computer hosting the agent, as reported by the Java
system property"AgentVersion" version of the Lightweight Grid Manager software "DefaultServiceLicenseState" license state of the agent's default service "DefaultServiceEnabled" whether the default service currently allows new kernels to be opened "DefaultServiceKernelNumber" highest number of kernels opened in the default service that are allowed to be open at the same time "DefaultServiceMathematicaVersion" $VersionNumber of the Mathematica kernel configured for the default service "Configuration" the agent's configuration properties
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
Get information for the computer named "octet":
| In[2]:= |
| Out[2]= |
Confirm the computer's operating system and amount of physical memory installed:
| In[3]:= |
| Out[3]= |
Find out whether the computer is idle and will allow new kernels to be opened:
| In[4]:= |
| Out[4]= |
Get information for all local computers:
| In[5]:= |
| Out[5]= |
Select only those computers with no kernels running:
| In[6]:= |
| Out[6]= |
RemoteServicesAgentInformation
RemoteServiceInformation
RemoteServicesAgents
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
