500 users * 100 tables * 32 bytes/table =
1,600,000 bytes of memory for tables 500 users * 200 indexes * 40/bytes/index = 4,000,000 bytes of memory for indexes 1,600,000 + 4,000,000 = 5,600,000 bytes, or approx 5.3 MB |
Parameter
|
Indication
|
-basetable n
|
Start monitoring tables at table n. The default is 1. Change the basetable value during runtime by updating the value of the _TableBase field in the _StatBase VST.
|
-tablerange n
|
Monitor n tables. If not specified, the range is 100.
|
-baseindex n
|
Start monitoring indexes at index n. The default is 1. Change the baseindex value during runtime by updating the value of the _IndexBase field in the _StatBase VST.
|
-indexrange n
|
Monitor n indexes.1 If not specified, the range is 100.
|