Version: 4.1.3
3.3.13 Statistics
(require web-server/dispatchers/dispatch-stat) |
The web-server/dispatchers/dispatch-stat module provides services related to performance statistics.
(make-gc-thread time) → thread? |
time : integer? |
Starts a thread that calls (collect-garbage) every time seconds.
(make) → dispatcher/c |
Returns a dispatcher that prints memory usage on every request.