 |
Status message (colored line)
The upper, colored line shows the status for the operation
that was last performed.
The message format is:
"[class] code: text"
where…
- class: status class, one of INFO, WARNING, ERROR,
- code: a numeric status code,
- text: a text string corresponding to the code.
The background-color of the line depends on the status class (blue, yellow, red,
or gray).
Global information (white line)
The white line below the status message shows the copyright
notice at the left side. The right side has global
information formatted like this: "#open_req (#queued_req)
session_start last_oper" where…
- #open_req: number of open requests (the client has
sent a request but the server hast not answered yet),
- #queued_req:
number of requests that are queued for processing but are not yet sent
to the server,
- session_start: date and time of the
beginning of the current session,
- last_oper: date and time
when the sever processed a request last.
|