ss STAX-Threads, use the STAXGlobal class described in *"STAXGlobal
> Class"*<http://staf.sourceforge.net/current/STAX/staxug.html#STAXGlobal_Class>section.
> STAX elements that can create STAX-Threads include the following:
> , , , , and
> elements with a local scope.
>
d to get this information.
>
> --
> Sharon Lucas
> IBM Austin, luc...@us.ibm.com
> (512) 286-7313 or Tieline 363-7313
>
>
>
>
> From: Sunny Arora
> To: staf-users@lists.sourceforge.net,
Hi,
Is there any method to find number of process running,cpu usage and physical
memory using STAX scripts.
Thanks,
Sunny--
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive
--
Thanks and Regards,
Sunny
On Wed, Sep 22, 2010 at 12:10 PM, fazal waseem wrote:
> Thanks sunny
>
> Can you guide me on how to write these commands and execute them.
>
>
>
> On Wed, Sep 22, 2010 at 3:59 PM, sunny arora wrote:
>
>> Hi,
>>
>>
Hi,
you can do the same as below:
*
'remoteMachine'
'PROCESS'
'START COMMAND notepad'
*
'Starting Notepad failed with RC=%s STAFResult=%s' %
(*RC*, *STAFResult*)
Thanks and Regards,
Sunny
On Wed, Sep 22, 2010 at 11:16 AM, fazal waseem wrote:
> Hi,
>
> I am pretty
My files are:
Test.xml(On remote machine)
import os
dirlist = os.listdir(path)
dirlist
Mian.xml(on local machine):
remoteJob = 'C:/tests/listDir.xml'
remoteMachine = 'staf3a'
remotePath = '\'C:/tests\''
remoteMachine
'STAX'
'EXECUTE FILE %s MACHINE %