coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Saturday July 31, 2010


 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 21 guests online

Newest Member

solten

Hit Counter
4558365 Visitors

cool Statistics
coolcommands:1313
Categories:82
Total queries:520244
Members:4224





Category Search coolcommands.com
Select Category:


coolcommand

ipcs - calculate the memory used by a user hiding in shared memory
Description

Traditional UNIX tools like topas, top or nmon won't show the memory consumed by a process if the memory is in a shared segment, to calculate the memory consumed in MB in shared memory by a user:

# ipcs -m -a | awk '/user/ {i+=$10} END { print i/1024/1024 }'
Example

ipcs -m -a | awk '/db2q510/ {i+=$10} END { print i/1024/1024 }'

Return to search results

Random coolcommands

coolcommand: runmqchl - start a channel in Websphere MQ
Example: runmqchl -m MQBOBOQ1 -c MQP2.MQBOBOQ1
[show me the details]
coolcommand: mppUtil - how to use the RDAC (MPP) utility to display RDAC driver internal information for a virtual target
Example: mppUtil -g 0
[show me the details]
coolcommand: whence - how to find a command's full path in ksh
Example: whence -p mycmd; whence -v mycmd
[show me the details]
coolcommand: ldd - how to list dynamic dependencies of executable files or shared objects in Sun Solaris
Example: ldd /path/filename
[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

lvo1138
audet37
kah00na32
Mariom24
lebjf00013

Top 5 Searches

Category Solaris42397
Category AIX37570
Category General UNIX33788
solaris20551
aix19172

Terms of Use
Privacy
Contact


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