Query: gcore
OS: opendarwin
Section: 1
Links: opendarwin man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
gcore(1) User Commands gcore(1)NAMEgcore - get core images of running processesSYNOPSISgcore [-pgF] [-o filename] [-c content] process-id...DESCRIPTIONThe gcore utility creates a core image of each specified process. By default, the name of the core image file for the process whose process ID is process-id will be core.process-id.OPTIONSThe following options are supported: -c content Produces core image files with the specified content. The content description uses the same tokens as in coreadm(1M). The -c option does not apply to cores produced due to the -p or -g flags. -F Force. Grabs the target process even if another process has control. -g Produces core image files in the global core file repository with the global content as configured by coreadm(1M). The com- mand will fail if the user does not have permissions to the global core file repository. -o filename Substitutes filename in place of core as the first part of the name of the core image files. filename can contain the same tokens to be expanded as the paths in coreadm(1M). -p Produces a core image file in the process-specific location with the process-specific content for each process as config- ured by coreadm(1M). The command will fail if the user does not have permissions to the per-process core file repository.OPERANDSThe following operand is supported: process-id process IDEXIT STATUSThe following exit values are returned: 0 On success. non-zero On failure, such as non-existent process ID.FILEScore.process-id core imagesATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWtoo | +-----------------------------+-----------------------------+ |Interface Stability |See below. | +-----------------------------+-----------------------------+ Command Syntax is Evolving. Output Format(s) are Unstable.SEE ALSOkill(1), coreadm(1M), setrlimit(2), core(4), proc(4), attributes(5)NOTESgcore is unaffected by the setrlimit(2) system call using the RLIMIT_CORE value. SunOS 5.10 11 Feb 2004 gcore(1)
Related Man Pages |
---|
gcore(1) - minix |
gcore(1) - v7 |
gcore(1) - opendarwin |
gcore(1) - xfree86 |
gcore(1) - php |
Similar Topics in the Unix Linux Community |
---|
What can be done with core files??? |
Cleaning core files |
mamimum memory single process |
Find problems |
Where does the command coreadm -e log |