cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1417
Views
0
Helpful
1
Replies

Cisco SCE - RDR length

mcrosio
Level 1
Level 1

We need to estimate the length (bytes) of RDRs generated by SCE.

In particular we are interested in the following RDR types:

- HTTP Transaction Usage RDR

- Transaction Usage RDR

- Subscriber Usage RDR

Any suggestion is appreciated.

Thanks,

Marco and Fabrizio

1 Reply 1

Shelley Bhalla
Level 3
Level 3

The RDR lenghts would vary but you can take a look at this link to confirm the size of each field.

http://www.cisco.com/en/US/products/ps6135/products_technical_reference_chapter09186a00808484a7.html

You will see lengths as :

INT32 : 32 bit integer

INT16 : 16 bit integer

STRING : Variable string length ( I believe it is 256 characters)

Basically they are the same types as you would find in a database.

Hope this helps.

Shelley.