<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=SYSTEM</id>
	<title>SYSTEM - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=SYSTEM"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=SYSTEM&amp;action=history"/>
	<updated>2026-04-13T12:14:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.ice-online.com/index.php?title=SYSTEM&amp;diff=785&amp;oldid=prev</id>
		<title>ConvertBot: Get system statistics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=SYSTEM&amp;diff=785&amp;oldid=prev"/>
		<updated>2020-04-27T22:04:56Z</updated>

		<summary type="html">&lt;p&gt;Get system statistics&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Get system statistics&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;FUNC&amp;gt;   Function to run.             [DEF=TOP]&lt;br /&gt;
&amp;lt;TABLE&amp;gt;  Table to hold data.          [OPTIONAL]&lt;br /&gt;
&amp;lt;FILE&amp;gt;   Type 3000 file to hold data. [OPTIONAL]&lt;br /&gt;
&lt;br /&gt;
Get system statistics.&lt;br /&gt;
&lt;br /&gt;
Functions:&lt;br /&gt;
  THREADS (Since NeXtMidas 2.1.0)&lt;br /&gt;
    List the tree of threads and thread groups that are active in the JVM.&lt;br /&gt;
&lt;br /&gt;
  MONITOR/MEMORY [REQUIRES JAVA 5] (Since NeXtMidas 2.1.0)&lt;br /&gt;
    Monitors memory usage. Writes memory usage to &amp;lt;FILE&amp;gt; with the following&lt;br /&gt;
    subrecords:&lt;br /&gt;
      USED - Total amount of memory used (Heap + NonHeap).&lt;br /&gt;
      COMM - Total amount of memory committed (Heap + NonHeap). This is the&lt;br /&gt;
             amount of memory the Java VM has asked the OS for.&lt;br /&gt;
      HEAP - Amount of Heap memory used for runtime data.&lt;br /&gt;
      NONH - Amount of NonHeap memory used for methods loaded into memory.&lt;br /&gt;
&lt;br /&gt;
  MONITOR/THREADS [REQUIRES JAVA 5] (Since NeXtMidas 2.1.0)&lt;br /&gt;
    Monitors thread statistics. Writes thread statistics to &amp;lt;FILE&amp;gt; with the&lt;br /&gt;
    following subrecords:&lt;br /&gt;
      CURR - Number of threads currently active.&lt;br /&gt;
      PEAK - The peak number of active threads.&lt;br /&gt;
      TOTL - Total number of threads created.&lt;br /&gt;
&lt;br /&gt;
  TOP&lt;br /&gt;
    Display the systems TOP command output&lt;br /&gt;
&lt;br /&gt;
  CPUn&lt;br /&gt;
    Get usage for CPU n&lt;br /&gt;
    Deprecated.&lt;br /&gt;
&lt;br /&gt;
  DISK &amp;lt;TABLE&amp;gt;&lt;br /&gt;
    Get the disk usage statistics for each disk in the READ auxiliary list.&lt;br /&gt;
    Note: AUXes without statistics will have an null entry in the output Table.&lt;br /&gt;
&lt;br /&gt;
  CPU&lt;br /&gt;
    Deprecated.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  1. Show the current processes using CPU in descending order.&lt;br /&gt;
       nM&amp;gt; system TOP&lt;br /&gt;
&lt;br /&gt;
  2. Show all the threads and thread groups running in the JVM.&lt;br /&gt;
       nM&amp;gt; system threads&lt;br /&gt;
&lt;br /&gt;
  3. Monitor memory and thread info.&lt;br /&gt;
       (See PROFILER command.)&lt;br /&gt;
&lt;br /&gt;
Messages:&lt;br /&gt;
  SYSTEM - Message containing system information&lt;br /&gt;
&lt;br /&gt;
Switches:&lt;br /&gt;
  /AUXLIST=list - Use a different AUX list [DEF=AUX.READ]&lt;br /&gt;
  /MSGID        - Where to send messages&lt;br /&gt;
  /PAUSE        - Time (seconds) between querying system [DEF=1.0]&lt;br /&gt;
&lt;br /&gt;
See Also: AUX, PROFILER, ENVIRONMENT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:NXM_Explain]]&lt;/div&gt;</summary>
		<author><name>ConvertBot</name></author>
		
	</entry>
</feed>