Squeak Class Documentation category index | class index  
 
SystemMonitor
  category: VMConstruction-Interpreter
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  displaying
  display
displayBar:from:to:in:
displayBars:from:to:in:
displayBordersAndLabels

  initialize-release
  labels:selectors:

  private
  readVMParameters

  system parameters
  allocationRateMax
allocationRateMin
allocationRateVal
cacheMax
cacheMin
cacheVal
gcMax
gcMin
gcVal
memoryMax
memoryMin
memoryVal

class methods
  class initialization
  initialize

  instance creation
  cache
cacheUndecorated
default
defaultUndecorated
full
fullUndecorated
gc
gcUndecorated
memory
memoryUndecorated
new

  public access
  restore
start
startCache
startCacheUndecorated
startDefault
startDefaultUndecorated
startFull
startFullUndecorated
startGC
startGCUndecorated
startMemory
startMemoryUndecorated
startUndecorated
stop

  scheduling
  start:

instance methods
  displaying top  
 

display


 

displayBar:from:to:in:


 

displayBars:from:to:in:


 

displayBordersAndLabels


  initialize-release top  
 

labels:selectors:


  private top  
 

readVMParameters


  system parameters top  
 

allocationRateMax


 

allocationRateMin


 

allocationRateVal


 

cacheMax


 

cacheMin


 

cacheVal


 

gcMax


 

gcMin


 

gcVal


 

memoryMax


 

memoryMin

Setup the gc low/high water marks at the same time


 

memoryVal

If youngStart is below the highWaterMark then a full collection has happened.


class methods
  class initialization top  
 

initialize

SystemMonitor initialize


  instance creation top  
 

cache


 

cacheUndecorated


 

default


 

defaultUndecorated


 

full


 

fullUndecorated


 

gc


 

gcUndecorated


 

memory


 

memoryUndecorated


 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.


  public access top  
 

restore

SystemMonitor restore


 

start

SystemMonitor start


 

startCache

SystemMonitor startCache


 

startCacheUndecorated

SystemMonitor startCacheUndecorated


 

startDefault

SystemMonitor startDefault


 

startDefaultUndecorated

SystemMonitor startDefaultUndecorated


 

startFull

SystemMonitor startFull


 

startFullUndecorated

SystemMonitor startFullUndecorated


 

startGC

SystemMonitor startGC


 

startGCUndecorated

SystemMonitor startGCUndecorated


 

startMemory

SystemMonitor startMemory


 

startMemoryUndecorated

SystemMonitor startMemoryUndecorated


 

startUndecorated

SystemMonitor startUndecorated


 

stop

SystemMonitor stop


  scheduling top  
 

start: