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
Summary of Contents for FLASH MEDIA SERVER 2-MANAGING FLASH MEDIA...
Page 1: ...Managing Flash Media Server...
Page 6: ...6 Contents...
Page 10: ...10 About This Manual...