Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wmforkplop(1) [debian man page]

WMFORKPLOP(1)							   User Commands						     WMFORKPLOP(1)

NAME
wmforkplop - Monitors forking activity and displays top CPU consuming processes. SYNOPSIS
wmforkplop [options] DESCRIPTION
wmforkplop is a program that monitors the forking activity of the kernel and displays a list of the most CPU-consuming processes. Although primarily aimed at Windowmaker, it will run on any window manager, either as a dockapp or as a standard X11 application. Option list: -h, --help print this. -v, --verbose increase verbosity -V, --version print version --fontpath path add a new directory to the font search directory list default: --fontpath=/usr/share/fonts/truetype (and subdirectories) --fontpath=/usr/share/fonts/ttf (and subdirectories) --fontpath=$HOME/.fonts (and subdirectories) --font fontname/size Set the 'small font' name/size in pixel (default: --smallfont=Vera/6 The font name are case-sensitive, and must corre- spound to the name of a .ttf file which can be found in one of the fontpaths By default, wmforkplop tries to load the following fonts: * Vera/6, DejaVuSansMono/6, Andale_Mono/6, Verdana/6, Trebuchet_MS/7 -c n, --colormap=n select colormap number n (0 <= n <= 5) -g[=WxH+x+y], --geometry[=WxH+x+y] start in window (i.e. undocked) mode with specified geometry (i.e -g 96x32 or -g 64x64+0+0) --32, --48, --56 start in a reduced dockapp, for people whose dock is too small too contain 64x64 dockapps --no-top disable the wmtop feature, you will only see the fork animation. --no-fork disable the fork animation, you will only see the list of top processes. --threshold=n minimum CPU consumption (%) of a process listed in the top-list (default 3%) -u n, --proc-update-delay=n set the delay between two reads of /proc, the default is 150 (milliseconds). Setting a small value gives accurate results, but con- sumes more CPU as reading /proc is quite expensive. See /usr/share/doc/wmforkplop/README.gz for more details. AUTHOR
This manual page was generated using help2man and edited by Varun Hiremath <varun@debian.org>, for the Debian project (but may be used by others). wmforkplop 0.9.3 January 2008 WMFORKPLOP(1)

Check Out this Related Man Page

UNIPRINT(1)							  LINUX COMMANDS						       UNIPRINT(1)

NAME
uniprint - produce postscript output from unicode text for printing SYNOPSIS
uniprint [ -out output-file ] [ -in input-file ] [ -decode encoding ] [ -printer printer ] [ -L ] [ -media media ] [ -us ] [ -nus ] [ -break ] [ -wrap ] [ -left ] [ -right ] [ -size font-size ] [ -hsize header-font-size ] [ -font truetype-font-file ] DESCRIPTION
uniprint is a program from the yudit distribution. It makes a formatted poscript output that can be saved or directly sent to the printer. The program needs a TrueType font that has unicode table in order to operate. If you are running Linux you most probably have unicode truetype fonts, because there are very few vendors, if any. who give discount if you do not buy Windows. If you are running other Unices it is still possible to get a freely available font. I have made ciberbit.ttf a default font for uniprint, mainly because it is freely downloadable from http://www.bitstream.com/. The postcript output contains all drawing information. No extra fonts are needed, and it can be printed on any postscript printer. You may encounter probkems with old ghostview or old printers. I used this program with ghostscript 5.10 because 2.6.2 gave me stack overflow error. OPTIONS
-out ouput-file Do not sent the output to the printer, put it in the file instead. If the '-' character is specified, send the postscript data to the standard output. -in input-file If specified read the document from a file. Read stdin otherwise. -decode encoding specifies the encoding of the input text. All encodings that are available for uniconv can be used. If not specified encoding is set to utf-8. -printer printer Send the postscript output to printer through the 'lpr -P Printer' command. -break option makes this program print a graphical representation of line breaking characters. -us option turns on uniscribe emulation. For some scripts emulation is turned on by default. -nus option turns off uniscribe emulation. For some scripts emulation is turned off by default. -wrap option makes this program do a simplistic line breaking on word boundaries. -left option sets the embedding of the document to Left. -right option sets the embedding of the document to Right. -L Selects landscape printing. The default is portrait. -media media Sets paper size. The default is A4. The following media values are accepted: A3, A4, A5, B4, B5, Executive, Folio, Ledger, Legal, Letter, Quarto, Statement, Tabloid -size font-size sets the size of the font for the text body in points. -hsize heder-font-size sets the size of the font for the header in points. If zero size is specified, no header is printed. -font truetype-font specifies the font to be used for printing. truetype-font is the full pathname of the font, like /somepath/myfonts/cyberbit.ttf or just the name of the file cyberbit.ttf. The fonts are searched using yudit.fontpath property in ~/.yudit/yudit.properties or /usr/share/yudit/config/yudit.properties. direc- tory where the font files are kept. By default /usr/share/yudit/fonts and ~/.yudit/fonts are searched. This option can be speci- fied multiple times, to create a virtual font. FILES
~/.yudit/yudit.properties or /usr/share/yudit/config/yudit.properties can have yudit.fontpath and yudit.datapath properties. The former is where the font files, the latter is where the map files are kept. By default /usr/share/yudit/fonts is searched. SEE ALSO
uniconv AUTHOR
This program was written by gsinai@iname.com (Gaspar Sinai), using the code of ttf2pfa program that was written by Adrew Weeks. Last Updated Tokyo, 2 November, 2001. LINUX COMMANDS
Nov 25 1997 UNIPRINT(1)
Man Page