Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

XStartStat(3X11)  —  Subroutines

Digital

NAME

XStartStat, XStopStat, XPrintStat − start, stop, or display process statistics

SYNOPSIS

XStartStat(display)
    Display ∗display;

XStopStat(display)
    Display ∗display;

XPrintStat(display, file)
    Display ∗display;
    FILE file;
 

PARAMETERS

displaySpecifies the connection to the X server. 

fileSpecifies the file to which the statistics are to be written. 

DESCRIPTION

The XStartStat function turns on client-side statistics gathering mode.

The XStartStop function turns off client-side statistics gathering mode.

The XPrintStat function write the client-side statistics to the specified file. If file is not stdout or stderr, you must open the file before XPrintStat can write the statistics to it.

RELATED INFORMATION

Guide to the Xlib Library

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026