Event Monitor: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
 
Boiarino (talk | contribs)
No edit summary
 
Line 1: Line 1:
Event Monitor is PAW-based program displaying occupancy plots using raw data.
Event Monitor is PAW-based program displaying occupancy plots using raw data.


IMPORTANT: if want to change PAWC common block size, find and kill shared memory using commands
IMPORTANT: if want to change PAWC common block size, find and kill shared memory, for example:


  ipcs
  clonmon1:clasrun> ipcs
  ipcrm -m <id>
  IPC status from <running system> as of Thu Dec  4 15:24:21 EST 2008
  T        ID      KEY        MODE        OWNER    GROUP
  Message Queues:
  Shared Memory:
  m        11  0x204e4f4d --rw-rw-rw-  clasrun onliners
  Semaphores:
  clonmon1:clasrun> ipcrm -m 11

Latest revision as of 15:25, 4 December 2008

Event Monitor is PAW-based program displaying occupancy plots using raw data.

IMPORTANT: if want to change PAWC common block size, find and kill shared memory, for example:

clonmon1:clasrun> ipcs
  IPC status from <running system> as of Thu Dec  4 15:24:21 EST 2008
  T         ID      KEY        MODE        OWNER    GROUP
  Message Queues:
  Shared Memory:
  m         11   0x204e4f4d --rw-rw-rw-  clasrun onliners
  Semaphores:
clonmon1:clasrun> ipcrm -m 11