2016-03-16 01:26 AM
Hey everyone,
What's the best way to calculate the EPS and Throughput (average) for Log and Packet decoders.
I'm implementing new Virtual devices and want to size the disk appropriately for what retention time I want.
Thanks.
2016-03-17 03:10 PM
There isn't a method currently I'm aware of built into the application. I've heard rumors of 10.5 and maybe 10.6 having the actual EPS statistics but until then this is the method we have used from a centralized SSH server like SA head.
You may have to modify the query time to pull it and you keep in mind this is against a decoder, its a snapshot for that "state" and thus to get averages you'll need to dump and write something homebrew.
2016-03-17 05:57 AM
If virtual devices, i think later on you can add/adjust the storage size if required.
To calculate, need to assume, for example, log message size 300 byte, each device sends 2 or few msg / s.
2016-03-17 03:10 PM
There isn't a method currently I'm aware of built into the application. I've heard rumors of 10.5 and maybe 10.6 having the actual EPS statistics but until then this is the method we have used from a centralized SSH server like SA head.
You may have to modify the query time to pull it and you keep in mind this is against a decoder, its a snapshot for that "state" and thus to get averages you'll need to dump and write something homebrew.