Configures NSight database related parameters. Use this command to configure the data-update periodicity, number of applications posted to the NSight server for a wireless client, and the duration for which data is stored in the NSight database‘s buckets. These parameters impact the amount of data stored in the NSight DB and interval at which data is aggregated and expired within the NSight DB. For more information on data aggregation and expiration, see Usage Guidelines (Data Aggregation and Expiration).
Configure these parameters in the NSight server‘s device configuration mode.
nsight database statistics [avc-update-interval|update-interval|wireless-clients-update-interval] [120|30|300|60|600]
nsight database statistics | Configures NSight database statistics related parameters |
avc-update-interval | Configures the interval, in seconds, at which Application Visibility and Control (AVC) statistics is updated to the NSight database. This interval represents the rate at which AVC-related data is inserted in the NSight database‘s first bucket. This first bucket data is referred to as the RAW records. A bucket is a database collection that holds statistical data on a per RF Domain basis. For more information, see Usage Guidelines (Data Aggregation and Expiration). When configured, RF Domain managers posting AVC-related data to the NSight server receive a reply from the NSight server intimating the next update time. The NSight server calculates the ‘next update time‘ based on the avc-update-interval configured here. |
update-interval | Configures the interval, in seconds, at which data is updated to the NSIght server. This interval represents the rate at which data (excluding AVC and wireless-clients related statistics) is inserted in the NSight database‘s first bucket. This first bucket data is referred to as the RAW records. A bucket is a database collection that holds statistical data on a per RF Domain basis. For more information, see Usage Guidelines (Data Aggregation and Expiration). When configured, RF Domain managers posting data to the NSight server receive a reply from the NSight server intimating the next update time. The NSight server calculates the ‘next update time‘ based on the update-interval configured here. Note: Use the ‘avc-update-interval‘ and ‘wireless-clients-update-interval‘ keywords to configure update interval for AVC-related and wireless-clients related information respectively.
|
wireless-clients-update-interval | Configures the interval, in seconds, at which wireless-client statistics is updated to the NSIght server. This interval represents the rate at which wireless-clients related statistics is inserted in the NSight database‘s first bucket. This first bucket data is referred to as the RAW records. A bucket is a database collection that holds statistical data on a per RF Domain basis. For more information, see Usage Guidelines (Data Aggregation and Expiration). When configured, RF Domain managers posting wireless-client related data to the NSight server receive a reply from the NSight server intimating the next update time. The NSight server calculates the ‘next update time‘ based on the wireless-clients-update-interval configured here. |
[120|30|300|60|600] | The following keywords are common to all of the above parameters:
|
nsight database statistics max-apps-per-client <1-1000>
nsight database statistics | Configures NSight database statistics related parameters |
max-apps-per-client | Configures the maximum number of applications per wireless-client to be posted to the NSight server within the configured data-update interval. This information is included in the AVC statistics posted by RF Domain managers to the NSIght server. |
<1-1000> | Specify the number of applications posted from 1 - 1000. The default is 10 applications per wireless client. |
nsight database summary duration <1-24> <1-168> <1-2160> <24-26280>
nsight database summary | Configures the NSight database‘s per-bucket data storage duration |
duration <1-24> <1-168> <1-2160> <24-26280> | Configures the duration for which data is stored on a per-bucket basis
|
Data Aggregation:
The NSight functionality, a data analytics tool, analyzes data that is generated periodically by the nodes within the managed wireless LAN. For large WLAN networks, generating significantly large amount of data, storing data forever is neither feasible nor beneficial. Therefore, older statistics are summarized into aggregated (averaged) records. All records, for a fixed time period in past, are summarized into one record by taking an average of them. Although this causes a loss in the data‘s granularity, average numbers for any given time period is still available.
Statistical data periodically posted by RF Domain managers to the NSight server are stored in buckets (database collections) within the NSight database. There are four buckets in total. These are:
On completion of the data storage duration, records from a bucket are aggregated (at a fixed rate) and inserted into the next bucket. The rate at which records are aggregated into the next bucket becomes the next bucket‘s granularity. For example, the B1 records (that have exceeded the data storage duration configured for B1) are aggregated (at the rate specified) and inserted into B2. Similarly, data from B2 are aggregated into B3, and from B3 to B4. The fixed rate of aggregation (or granularity) AND default storage duration for each bucket is as follows:
Let us consider (with default update-interval settings) the growth of any one of the statistical buckets.
Data Expiration:
The expiration of older records (also referred to as purging or deleting of records) occurs along with data aggregation for each bucket.
Let us consider (with default data storage-duration settings) the expiration of data for any one of the statistical buckets.
nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#nsight database statistics avc-update-interval 120 nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#nsight database statistics update-interval 30 nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#nsight database statistics wireless-clients-update-interval 600 nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#nsight database statistics max-apps-per-client 20 nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#nsight database summary duration 12 30 200 500 nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#show context include-factory | include nsight use nsight-policy nsight-noc nsight database statistics update-interval 30 nsight database statistics wireless-clients-update-interval 600 nsight database summary duration 12 30 200 500 nsight database statistics avc-update-interval 120 nsight database statistics max-apps-per-mu 20 nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#
no | Reverts the NSight database related parameters configured to default values |