Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wmtop(1) [suse man page]

WMTOP(1)							   User Manuals 							  WMTOP(1)

NAME
wmtop SYNOPSIS
wmtop [-c command] [-U] [-x regexp] [-m] DESCRIPTION
wmtop displays, as a WindowMaker dockapp, the CPU usage of the top 3 processes satisfying user supplied criteria. OPTIONS
-U displays processes owned only for the current user. -c command Execute command when dockapp is double clicked. -x regexp Exclude processes whose name matches the given regular expression. The regular expression need only match part of the process name. Use '^' to mean the start of the name and '$' to mean the end. -m Show (physical) memory usage rather than CPU usage. (Linux only) -s Set interval between process samples in milliseconds. -r Set interval between screen updates in milliseconds. EXAMPLES
Monitor only users processesr, exclude WindowMaker dock apps and pop up xps when double clicked: wmtop -c xps -U -x '^wm' where we assume dock apps all have names starting with 'wm'. BUGS
Please report any bugs you may find to: wmtop-bugs@tanelorn.demon.co.uk AUTHOR
Dan Piponi <dan@tanelorn.demon.co.uk> http://www.tanelorn.demon.co.uk SEE ALSO
top(1) Linux JUNE 1999 WMTOP(1)

Check Out this Related Man Page

WMCDplay(1x)															      WMCDplay(1x)

NAME
wmcdplay - A cd player designed for WindowMaker SYNOPSIS
wmcdplay [options] DESCRIPTION
A skinable CD player for the Window Maker dock. OPTIONS
-h | -help | --help display this help screen -w use WithdrawnState (for WindowMaker) -s shaped window -a use smaller window (for AfterStep Wharf) -f artwork_file load the specified artwork file -t track_selection set track selection (between 0 and 4) -v volume set the cdrom volume (between 0 and 255) -i interval interval in 1/20 seconds between cd polls when empty -l led_color use the specified color for led displays -b back_color use the specified color for backgrounds -d cd_device use specified device -position position set window position -display display select target display SEE ALSO
X(1x) AUTHOR
wmcdplay was written by Sam Hawker <shawkie@geocities.com> This manual page was written by John H. Robinson, IV <jaqque@debian.org>, for the Debian GNU/Linux system (but may be used by others). August 17, 2004 WMCDplay(1x)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Any limitations to the "top" command?

Anyone know of any limitations? Also, does anyone know a great way to determine which processes are hogging CPU? TIA (6 Replies)
Discussion started by: lawadm1
6 Replies

2. UNIX for Dummies Questions & Answers

Memory used by a process

Hello all 'top' command shows the top 15 processes in terms of CPU usage. Is there any other command in UNIX ,that will show the top processes in terms of memory usage ? or is there a command, that will give me the memory usage of a particular process ,if I pass the process id as a... (3 Replies)
Discussion started by: luft
3 Replies

3. UNIX for Dummies Questions & Answers

How to find the help in Linux

The command 'man' can display the usage of command, is there any other command that can show the help in Linux? Thk a lot (3 Replies)
Discussion started by: zp523444
3 Replies

4. UNIX for Dummies Questions & Answers

memory usage : kernel, oracle, other users

Hello, I'm looking for a command or script that could permit me to know what is memory usage group by HP-UX kernel, oracle processes and other users (specific software). A command like 'top' but for all processes and not only for 12 max could be very useful Thanks in advance (4 Replies)
Discussion started by: thierryUX
4 Replies

5. AIX

CPU usage of a process

I'm trying to monitor the CPU usage of a process and output that value to a file or variable. I know topas or nmon can tell me this in interactive mode but what I need is topas-looking output that allows me to write to a file after a discrete interval. Unlike nmon data collection to a file on top... (5 Replies)
Discussion started by: robot23
5 Replies

6. UNIX for Dummies Questions & Answers

TOP Command problem

Can some body please let me know what would be the o/p of the below process run 'top' command then type O then in new screen Type N you will get processes sorted by memory then from there copy top 10 lines and take PID for each and do - ps -ef | grep <the PID> - for each What would be... (2 Replies)
Discussion started by: Sgiri1
2 Replies

7. AIX

hdisk0 usage 100%

folks, I have dev box which is runnin SAP apps and the hdisk0 usage activity is showing up 100% using topas . Please chk the o/p below: Topas Monitor for host: dev_sap_basis EVENTS/QUEUES FILE/TTY Sat Nov 29 05:32:58 2008 Interval: 2 Cswitch 11913 ... (3 Replies)
Discussion started by: nivaspIND
3 Replies

8. Shell Programming and Scripting

dilemma what to use c++ or script for demon process

Hello all i need to implement demon that needs to extract data from db load the data to memory and according to this data to perform actions like sending emails or write/update files this action needs to be preformed each 30 min's now i really don't know what to decide or to compile c++... (5 Replies)
Discussion started by: umen
5 Replies

9. AIX

Need a list of top 10 CPU using processes (also top 10 memory hogs, separately)

Okay, I am trying to come up with a multi-platform script to report top ten CPU and memory hog processes, which will be run by our enterprise monitoring application as an auto-action item when the CPU and Memory utilization gets reported as higher than a certain threshold I use top on other... (5 Replies)
Discussion started by: thenomad
5 Replies

10. AIX

pwdadm

can any one elaborate the usage of pwdadm command on which criteria it will be useful am not able to understand ..it' little confusing... (4 Replies)
Discussion started by: udtyuvaraj
4 Replies

11. Red Hat

problem installing rhel 6

I have dexx xps 14.I was installing rhel6.But the installation hanged at following step initializing hardware detection................. installion didnt go further (2 Replies)
Discussion started by: shamapraveen
2 Replies

12. AIX

Monitor Physical CPU usage on multiple servers

Hello, Looking for some help. I am trying to gather data at each server showing when the physical CPU is being used the most based on a weekly timeframe. I know this data can be seen through NMON but with multiple servers in our environment it could take a real long time. is there a easier... (4 Replies)
Discussion started by: audis$
4 Replies

13. UNIX for Dummies Questions & Answers

CPU usage restrictions for users?

I was wondering if there was a way to set resource usage per user. For example, if I use "grep -f <file1> <file2>" and the two files are very big it consumes a lot of resources. Onetime someone pinged me and asked what the hell I was doing and to kill it. Is there any way an SA can restrict... (7 Replies)
Discussion started by: MaindotC
7 Replies

14. Red Hat

How to find memory taken by a process using top command?

I wanted to know how to find the memory taken by a process using top command. The output of the top command is as follows as an example: Mem: 13333364k total, 13238904k used, 94460k free, 623640k buffers Swap: 25165816k total, 112k used, 25165704k free, 4572904k cached PID USER ... (6 Replies)
Discussion started by: RHCE
6 Replies

15. AIX

Problem with nmon, actual CPU usage per process

Hi all, I am currently having trouble to get nmon to print me the actual CPU usage for an interval for a process. According to the manual, something like # time nmon -t -C cron -s 5 -c 2 -F outfile real 0m0.98s user 0m0.03s sys 0m0.04s should print out at least the process... (15 Replies)
Discussion started by: zaxxon
15 Replies