Fulltext results:
- Memory Usage of a Solaris Container (Zone) @blog:2010
- ]] man page: * ''-Z'' Report information about processes and zones. In this mode, ''prstat'' displays separate reports about processes and zones at the same time. ===== Part 2: Find the Process(es) in the Zone ===== To see which processes use the most RAM in the zone, use one of these co... M)]] man page: * ''-z zoneidlist'' Report only processes or LWPs whose zone ID is in the given list. Each
- jps - Java Virtual Machine Process Status Tool @info:java
- ke the ''ps'' command. ''jps'' lists all ''java'' Processes of a user. You can find the man page at [[http://... -lm Here are some more examples: List all java processes: ''jps'' <code> 55719 hourglass.jar 51299 jEdit 5
- MySQL: Backup @info:mysql:database
- & # sleep 10 # optional done wait # for child processes to end </code> {{tag>mysql admin backup export}}
- List Open Ports @info:sysadmin
- o list the open ports together with the listening processes: <code bash> netstat -tulpn </code> Here is an