Macromedia flash media server 2-managing flash media server ユーザーズマニュアル

ページ / 238
74
Deploying Flash Media Server
Using the admin commands
Many server administration commands expect one or more parameters. These are passed 
to the function as URL-encoded arguments. Arguments must adhere to the following 
formatting rules:
Strings are passed as literals surrounded by quotation marks.You can use either single 
quotation marks (') or double quotation marks (").
"Hello World"
'String2'
The only exceptions are the 
auser
 and 
apswd
 parameters, which should be passed as 
strings without quotation marks.
Numbers are passed as either integer or floating-point literals. 
245
1.03
-45
Arrays are passed as comma-separated values enclosed by square brackets. 
[1,2,3,4]
['abcd',34,"hi"]
[10,20,[31,32],40]
Objects are passed as JavaScript inline object literals.
{foo:123,bar:456}
{user:"Joe",ssn:"123-45-6789"}
huge_allocated
Total number of huge (greater than 16K) messages allocated.
huge_released
Total number of huge messages released, in bytes.
reallocated
Total number of messages that have been reallocated.
released
Total number of messages released back to the heap.
reused
Total number of messages reused.
size
Total number of messages in the global and per-thread pool free lists.
thread_count
Total number of per-thread pools in use.
thread_size
Total size of all the per-thread pool free lists.
units
Indicates that the following statistics are measured in number of 
messages.
Field name
Description