MONITOR IODEV: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "==Summary== <dl> <dt>Privileges <dd>Any user <dt>Function <dd>This new command displays the total number, the current usage and the maximum number of each IODEV type. <p> If t...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
<dd>Any user
<dd>Any user
<dt>Function
<dt>Function
<dd>This new command displays the total number, the current usage and the maximum number of each IODEV type. <p> If the Model 204 parameters include telnet threads (TNDEV parameter), the specified IODEV will actually execute as a daemon thread (SDAEMDEV parameter). For that reason, both the telnet and daemon IODEVs will be incremented and the telnet IODEV will appear with an appended '*'. </p>  
<dd>Displays the total number, the current usage and the maximum number of each IODEV type.
<dt>Introduced
<dd>M204 7.8
</dl>
</dl>
==Syntax==
==Syntax==
Line 18: Line 20:
     51      5      0    0%        0    0%
     51      5      0    0%        0    0%
     21*            1              1
     21*            1              1
==Usage Notes==
If the Model 204 parameters include telnet threads (TNDEV parameter), the specified IODEV will actually execute as a daemon thread (SDAEMDEV parameter). For that reason, both the telnet and daemon IODEVs will be incremented and the telnet IODEV will appear with an appended '*'.
[[Category:User commands]]
[[Category:Commands]]

Latest revision as of 23:57, 25 January 2022

Summary

Privileges
Any user
Function
Displays the total number, the current usage and the maximum number of each IODEV type.
Introduced
M204 7.8

Syntax

M IODEV

Iodev  Total  Active ( % )  Maximum ( % )                                
    1      1       1  100%        1  100%                                
    7    300     100   33%      150   50%                                
   11      4       0    0%        1   25%                                
   15    500      50   10%       80   16%                                
   25      1       0    0%        0    0%                                
   27     10       0    0%        0    0%                                
   29     10       1    10%       1    10%                                
   51      5       0    0%        0    0%
   21*             1              1

Usage Notes

If the Model 204 parameters include telnet threads (TNDEV parameter), the specified IODEV will actually execute as a daemon thread (SDAEMDEV parameter). For that reason, both the telnet and daemon IODEVs will be incremented and the telnet IODEV will appear with an appended '*'.