1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" ?>
- <Commands>
- <Command>
- <cmd>onstat -a</cmd>
- <type>T_CMD</type>
- <active>on</active>
- <numiterations>1</numiterations>
- <onetime>0</onetime>
- <sleep>0</sleep>
- <output>onstat.a</output>
- <comment></comment>
- </Command>
- <Command>
- <cmd>onstat -g all</cmd>
- <type>T_CMD</type>
- <active>on</active>
- <numiterations>1</numiterations>
- <onetime>0</onetime>
- <sleep>0</sleep>
- <output>onstat.g.all</output>
- <comment></comment>
- </Command>
- <Command>
- <cmd>onstat -g stk all</cmd>
- <type>T_CMD</type>
- <active>on</active>
- <numiterations>1</numiterations>
- <onetime>0</onetime>
- <sleep>0</sleep>
- <output>onstat.g.stk.all</output>
- <comment></comment>
- </Command>
- </Commands>
|