equal
deleted
inserted
replaced
|
1 # memspy.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name memspy |
|
14 |
|
15 ==short-description |
|
16 |
|
17 Command line interface for memspy debugging. |
|
18 |
|
19 ==long-description |
|
20 |
|
21 ==argument enum command |
|
22 |
|
23 Command to execute. |
|
24 |
|
25 ==enum-value dump |
|
26 |
|
27 Executes a System Wide Memory Tracker (SYMT) dump. |
|
28 |
|
29 ==enum-value start |
|
30 |
|
31 Start the System Wide Memory Tracker (SYMT) running. Config is set to dump to file, interval 30secs. |
|
32 |
|
33 ==enum-value heapdump |
|
34 |
|
35 Save a heap dump. C<parameter> should specify a partial thread name. |
|
36 |
|
37 ==enum-value celldump |
|
38 |
|
39 Dumps heap cells. C<parameter> should specify a partial thread name. |
|
40 |
|
41 ==enum-value chunkinfo |
|
42 |
|
43 Dumps chunk info for a particular process. C<parameter> should be specify a partial process name. |
|
44 |
|
45 ==argument string parameter optional |
|
46 |
|
47 Meaning depends on the operation. Only valid for heapdump operation. |
|
48 |
|
49 ==copyright |
|
50 |
|
51 Copyright (c) 2010 Accenture. All rights reserved. |
|
52 |