|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 1679 (0x68f)
Types: TextFile
Names: »V«
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS
└─⟦91c658230⟧ »DATA«
└─⟦458657fb6⟧
└─⟦a5bbbb819⟧
└─⟦this⟧
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
└─⟦fc9b38f02⟧ »DATA«
└─⟦9b46a407a⟧
└─⟦eec0a994f⟧
└─⟦this⟧
procedure Show_Jobs (Job : Natural := 0;
Active_Jobs_Only : Boolean := True;
Repeat_Display : Duration := 0.0);
-- Show information about jobs. Includes lots of resource use information.
-- Active_Jobs_Only restricts the display to jobs that are active
-- or have otherwise consumed a lot of resources. If false, all
-- jobs are displayed.
-- Use Show_Job_Names to get their names and additional information.
-- If Job /= 0, that specific job is displayed. Otherwise all jobs are
-- displayed subject to the active filter.
-- If Repeat_Display is nonzero, then the display is repeated every
-- time that amount of time elapses. The job will run until killed,
-- or 5000 displays have been output.
-- The values displayed are as follows:
--
-- Job The job number as used in other commands. This is the VP number.
-- Pri Machine priority. User jobs start at 6. Larger => lower priority.
-- Stat Status: R(unning), I(dle), W(ait), Q(ueued), AT(tached),
-- DT (detached), CE (Core editor), OE (Obj editor).
-- CPU % of CPU being used.
-- ModCt Number of packages and tasks in the job (roughly).
-- Cache Number of main memory pages occupied by the job (excluding heaps).
-- Disk Number of disk pages occupied by the job (excluding heaps).
-- PgLim Page limit. The job page limit.
-- DskWts Disk waits. Roughly, the number of page faults taken by the job.
-- D/S Disk waits/second. Number of faults/second.
-- JSegSz Number of pages in the job's job garbage heap.
-- WsSiz Working set size as defined by the scheduler.
-- WsLim Working set limit.
--