ZnServer Status

I am a ZnManagingMultiThreadedServer(running 8180)

Pharo-7.0.4+build.168.sha.ccd1f6489120f58ddeacb2cac77cd3a0f0dcfbe6 (64 Bit) - Zinc HTTP Components 1.0 (Pharo/7.0)

uptime			126h48m1s
memory			108,666,880 bytes
	old			99,714,848 bytes (91.80000000000001%)
	young		3,329,400 bytes (3.1%)
	used		74,013,408 bytes (68.10000000000001%)
	free		29,030,840 bytes (26.700000000000003%)
GCs				135,159 (3377ms between GCs)
	full			3 totalling 348ms (0.0% uptime), avg 116.0ms
	incr		135156 totalling 72,627ms (0.0% uptime), avg 0.5ms
	tenures		536,978 (avg 0 GCs/tenure)
Since last view	3,194 (32424ms between GCs)
	uptime		103561.70000000001s
	full			0 totalling 0ms (0.0% uptime)
	incr		3194 totalling 424ms (0.0% uptime), avg 0.1ms
	tenures		0

Processes

  1. DelaySemaphoreScheduler(DelayMicrosecondTicker) [80]
    a Process in DelayMicrosecondTicker>>waitForUserSignalled:orExpired:
  2. ZnManagingMultiThreadedServer HTTP port 8666 [70]
    a Process in [ self schedule. "It is critical that the following has no suspension point so that the test and the wait primitive are atomic. In addition, if the delay is no longer being waited on while entering the way we know that it is expired because the delay has already fired." beingWaitedOn ifTrue: [ delaySemaphore wait ] ifFalse: [ expired := true ] ] in DelayWaitTimeout>>wait
  3. ZnManagingMultiThreadedServer HTTP port 8180 [70]
    a Process in [ self schedule. "It is critical that the following has no suspension point so that the test and the wait primitive are atomic. In addition, if the delay is no longer being waited on while entering the way we know that it is expired because the delay has already fired." beingWaitedOn ifTrue: [ delaySemaphore wait ] ifFalse: [ expired := true ] ] in DelayWaitTimeout>>wait
  4. NeoConsoleTelnetServer port 42021 [70]
    a Process in [ self schedule. "It is critical that the following has no suspension point so that the test and the wait primitive are atomic. In addition, if the delay is no longer being waited on while entering the way we know that it is expired because the delay has already fired." beingWaitedOn ifTrue: [ delaySemaphore wait ] ifFalse: [ expired := true ] ] in DelayWaitTimeout>>wait
  5. ZnManagingMultiThreadedServer HTTP port 9123 [70]
    a Process in [ self schedule. "It is critical that the following has no suspension point so that the test and the wait primitive are atomic. In addition, if the delay is no longer being waited on while entering the way we know that it is expired because the delay has already fired." beingWaitedOn ifTrue: [ delaySemaphore wait ] ifFalse: [ expired := true ] ] in DelayWaitTimeout>>wait
  6. ZnManagingMultiThreadedServer HTTP port 42022 [70]
    a Process in [ self schedule. "It is critical that the following has no suspension point so that the test and the wait primitive are atomic. In addition, if the delay is no longer being waited on while entering the way we know that it is expired because the delay has already fired." beingWaitedOn ifTrue: [ delaySemaphore wait ] ifFalse: [ expired := true ] ] in DelayWaitTimeout>>wait
  7. ZnManagingMultiThreadedServer HTTP port 8090 [70]
    a Process in [ self schedule. "It is critical that the following has no suspension point so that the test and the wait primitive are atomic. In addition, if the delay is no longer being waited on while entering the way we know that it is expired because the delay has already fired." beingWaitedOn ifTrue: [ delaySemaphore wait ] ifFalse: [ expired := true ] ] in DelayWaitTimeout>>wait
  8. Low Space Watcher [60]
    a Process in SmalltalkImage>>lowSpaceWatcher
  9. Input Event Fetcher Process [60]
    a Process in InputEventFetcher>>waitForInput
  10. WeakArray Finalization Process [50]
    a Process in WeakArray class>>finalizationProcess
  11. Morphic UI Process [40]
    a Process in [ delaySemaphore wait ] in Delay>>wait
  12. Idle Process [10]
    a Process in ProcessorScheduler class>>idleProcess