X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.cmd;h=83097f1f2862a719d0b002c229d3b8fc102e5f8e;hp=a6b512fe0fab2145af31fb2c4c7b8e5479641cc2;hb=1775d4d4147730e79e48aa941aee88580b8beb08;hpb=e029f628d427b296d38b399c25662a21795b32fe diff --git a/server.cmd b/server.cmd index a6b512fe..83097f1f 100644 --- a/server.cmd +++ b/server.cmd @@ -1,9 +1,5 @@ -OF: server_command_list +BN: server SF: command.c -HC: prototypes for the server command handlers -CC: array of server commands -AT: server_command -IN: para error string afh afs server list user_list SN: list of server commands --- N: ff @@ -92,11 +88,14 @@ H: Print server uptime and other information. --- N: stat P: VSS_READ -D: Print status info for current audio file. -U: stat [n] -H: Without any arguments, stat continuously prints status messages -H: about the audio file being streamed. Use the optional number n -H: to let stat exit after having displayed status n times. +D: Print status info for the current audio file. +U: stat [-n=num] [-p] +H: If -n is given, the command exits after having displayed the status n +H: times. Otherwise, the command runs in an endless loop. +H: +H: The -p option activates parser-friendly output: Each status item is +H: prefixed with its size in bytes and the status items identifiers are +H: printed as numerical values. --- N: stop P: VSS_READ | VSS_WRITE