coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Sunday May 27, 2012


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?
Create an account

Who's Online
We have 23 guests online

Newest Member

beyondimagem

Hit Counter
9133545 Visitors

cool Statistics
coolcommands:1330
Categories:83
Total queries:595500
Members:16437





Category Search coolcommands.com
Select Category:


coolcommand

how to show java process information of a specific user
Description

To show process information for java processes of a specific user including cpu, process id, user, and program:

# ps -eo "%u %c %C %p %a" | awk '/java/ {print $1,$2,$3,$4,$5}' | grep user

Note: Useful command to use for WebSphere process information.
Example

ps -eo "%u %c %C %p %a" | awk '/java/ {print $1,$2,$3,$4,$5}' | grep user

Return to search results

Random coolcommands

coolcommand: how to restore network packet filter settings for iptables
Example: iptables-restore < filename
[show me the details]
coolcommand: how to add an automount in IBM AIX
Example: /usr/sbin/automount -m -v -f /etc/auto_master
[show me the details]
coolcommand: how to change asynchronous i/o settings in IBM AIX
Example: chdev -l aio0 -P -a minservers='20' -a maxservers='40'
[show me the details]
coolcommand: sendmail - get configuration information
Example: /usr/lib/sendmail -d0.1 -bt < /dev/null
[show me the details]

coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1152
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris49379
Category AIX46267
Category General UNIX43933
solaris22927
aix22116

Terms of Use
Privacy
Contact


 
coolcommands.com © 2012. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum