~ubuntu-branches/debian/stretch/ion/stretch

« back to all changes in this revision

Viewing changes to ici/doc/pod1/psmwatch.pod

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2013-07-07 16:22:28 UTC
  • mfrom: (1.2.1) (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130707162228-k28w1k5q9twe4f2a
Tags: 3.1.3~dfsg1-1
* Upload to unstable.
* New upstream release.
* Refreshed old patches.
* Install release-notes.txt as upstream changelog.
* Fix VCS URL.
* Bump Standards-Version 3.9.4.
* debian/ion.links:
  + added new links to some missing manpage.
* new fix-gcc4.8-errors.patch from upstream: fixes FTBFS with
  gcc4.8 (closes: #701298, #713722)
* new replace-gmake-with-make.patch: replace gmake with make
  in Makefiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
If I<interval> is zero, B<psmwatch> merely prints a current usage summary
23
23
for the indicated shared-memory partition and terminates.
24
24
 
25
 
B<psmwatch> is helpful for detecting and diagnosing memory leaks.
 
25
B<psmwatch> is helpful for detecting and diagnosing memory leaks.  For
 
26
debugging the ION protocol stack:
 
27
 
 
28
=over 8
 
29
 
 
30
=item I<shared_memory_key>
 
31
 
 
32
Normally "65281", but might be overridden by the value of wmKey in the
 
33
.ionconfig file used to configure the node under study.
 
34
 
 
35
=item I<memory_size>
 
36
 
 
37
As given by the value of wmKey in the .ionconfig file used to configure the
 
38
node under study.  If this value is not stated in the .ionconfig file, the
 
39
default value is "5000000".
 
40
 
 
41
=item I<partition_name>
 
42
 
 
43
Always "ionwm".
 
44
 
 
45
=back
26
46
 
27
47
=head1 EXIT STATUS
28
48