|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 438 (0x1b6) Types: TextFile Names: »prheader.c«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec8/sps/prheader.c«
# include "sps.h" # include "flags.h" /* PRHEADER - Print a header according to the switches */ prheader () { extern struct flags Flg ; printf( "Ty User %s Proc#", Flg.flg_v ? " Status Fl Nice Virtual Resident %M Time Child %C" : Flg.flg_d ? " Files PageFaults Swap BlockI/O Kbytsecs" : "" ) ; if ( Flg.flg_f ) printf( " Ppid#" ) ; if ( Flg.flg_g ) printf( " Pgrp#" ) ; printf( " Command\n" ) ; }