| Parameter name |
Description |
Example |
| AM |
Status of AMG process. Possible values:
| -3 |
Process has been stopped. |
| 0 |
Not working. |
| 1 |
Process is up and running. |
| 19 |
Process is shutting down. |
|
AM 1 |
| AV |
Current AFD version. |
AV 1.2.22 |
| AW |
Status of archive_watch process. Possible values:
| -3 |
Process has been stopped. |
| 0 |
Not working. |
| 1 |
Process is up and running. |
| 19 |
Process is shutting down. |
|
AW 1 |
| EL |
A list of host that are in error status. Syntax is as follows:
EL <host_number> <error code 1> ... <error code n>
|
EL 14 1 3 3 3 3 |
| FD |
Status of FD process. Possible values:
| -3 |
Process has been stopped. |
| 0 |
Not working. |
| 1 |
Process is up and running. |
| 19 |
Process is shutting down. |
|
FD 1 |
| HL |
Contains information about a certain host. If the AFD serves more
then one host, SSTAT will return all host each being separated by
a linefeed newline combination. Syntax is as follows:
HL <host_number> <host alias> <real hostname 1> [<real hostname 2>]
|
HL 24 ducktown 10.0.0.1 10.0.0.2 |
| IS |
Interval summary, showing what has happened since the last call
of STAT or SSTAT. It contains the following information in the
given order:
- Files to be send
- Bytes to be send
- Bytes send per second
- Files send per second
- Total number of errors
- Number of error hosts
- Number of active transfers
- Jobs in queue
|
IS 0 0 262416988 351021024 0 0 0 0 |
| MC |
NMaximum number of connections. |
MC 200 |
| NH |
Number of hosts. |
NH 207 |
| NJ |
Number of jobs configured. |
NJ 1568 |
| RH |
Receive log history. The values returned here will be binary with
the following meaning:
| Sign in log |
Binary value |
Meaning |
| <I> |
12 |
Information |
| <W> |
14 |
Warning |
| <E> |
16 |
Error |
|
RH ,,,,,,,,,,,,,,,,,,,,,,,, |
| SH |
System log history. The values returned here will be binary with
the following meaning:
| Sign in log |
Binary value |
Meaning |
| <I> |
12 |
Information |
| <C> |
13 |
Configuration |
| <W> |
14 |
Warning |
| <E> |
16 |
Error |
| <F> |
17 |
Fatal Error |
|
SH ,,,,,,,,,,,,,,,,,,,,,,,! |
| TH |
Transfer log history. The values returned here will be binary with
the following meaning:
| Sign in log |
Binary value |
Meaning |
| <I> |
12 |
Information |
| <W> |
14 |
Warning |
| <E> |
16 |
Error |
|
TH ,,,,,,,,,,,,,,,,,,,,,,,, |