XSYSINFO(1) XSYSINFO(1)
NAME
xsysinfo - System V sysinfo display for X
SYNOPSIS
xsysinfo [-toolkitoption ...] [-update seconds] [-ca
axis_color]
[-ci idle_color] [-cu user_color] [-cs system_color]
[-cw wait_color]
[-ps cursor] [-pfg fg_color] [-pbg color] [-help]
DESCRIPTION
The xsysinfo program displays a graph of CPU usage.
OPTIONS
The program command line options include:
-update seconds
sets the update period.
-ca axis_color
sets the color of the axis.
-ci idle_color
sets the color of idle time on the graph.
-cu user_color
sets the color of user time on the graph.
-cs system_color
sets the color of system time on the graph.
-cw wait_color
sets the color of wait time on the graph.
-ps cursor
sets the pointer shaper to one of the cursors in
the cursor font.
-pfg fg_color
sets the foreground color of the pointer.
-pbg color
sets the background color of the pointer.
-help
provides help options.
X DEFAULTS
The xsysinfo program understands the core X11 resource
names and classes. The following resources can be set
in the X defaults files (or Resource Manager database):
update, axisColor, idleColor, userColor, systemColor,
- 1 -
XSYSINFO(1) XSYSINFO(1)
waitColor, pointerShape, pointerForeground,
pointerBackground, and debugLevel.
The following is an example of setting default
resources for this program:
XSysinfo*Foreground:Tan
XSysinfo*Background:DimGray
XSysinfo.update: 6
XSysinfo.axisColor: LightGray
XSysinfo.idleColor: SkyBlue
XSysinfo.userColor: Green
XSysinfo.systemColor:Yellow
XSysinfo.waitColor: Red
XSysinfo.pointerShape:cross
XSysinfo.pointerForeground:White
XSysinfo.pointerBackground:Black
FILES
/dev/kmem kernel virtual memory
/sysV68 system namelist on 68K
/unix system namelist on 88K
AUTHOR
Pat Kane, Motorola Urbana Design Center
- 2 -