Information on command result [Документация VAS Experts]

This is an old revision of the document!


4 Information on command result

For all parameters except of list

Result processing … a/b/c/d/e

 The symbolic names are indicated in parenthesis:
   a - total records
   b - records successfully processed
   c - some server's error occurred
   d - the attribute(s) was set already
   e - the attribute was not set (meaningful on removal)
 

Example (the first run):

 fdpi_ctrl load --service 1,2,3 --cidr 192.168.0.0/19
 Autodetected fastdpi params : dev='lo', port=29001
 connecting 127.0.0.1:29001 ...
 ---------------------------------
 Result processing CIDR=192.168.0.0/19 : 8192/8192/0/0/0

Example (the second run: the attribute already set):

 fdpi_ctrl load --service 1,2,3 --cidr 192.168.0.0/19
 Autodetected fastdpi params : dev='lo', port=29001
 connecting 127.0.0.1:29001 ...
 ---------------------------------
 Result processing CIDR=192.168.0.0/19 : 8192/0/0/8192/0
 

For 'list' parameter

Result processing … a/b/c

 The symbolic names are indicated in parenthesis:
   a - total records
   b - the attribute was set (in this case it is a service)
   c - the attribute was not set
   

Example:

 fdpi_ctrl list --service --cidr 192.168.0.0/19
  A lot of output lines. The last lines are:
 192.168.31.249 1,2,3 (0x7)
 192.168.31.250 1,2,3 (0x7)
 192.168.31.251 1,2,3 (0x7)
 192.168.31.252 1,2,3 (0x7)
 192.168.31.253 1,2,3 (0x7)
 192.168.31.254 1,2,3 (0x7)
 192.168.31.255 1,2,3 (0x7)
 ---------------------------------
 Result processing CIDR=192.168.0.0/19 : 8192/8192/0