Hi everyone,
I’m using 50 GB Cache store for VoD caching.
However the Cahce capacity is usually full.
May it cause increasing CPU performance, especially %iowait ?
Thanks.
Hi everyone,
I’m using 50 GB Cache store for VoD caching.
However the Cahce capacity is usually full.
May it cause increasing CPU performance, especially %iowait ?
Thanks.
Hi,
CPU and IO will go up once the cache is full and additional content is requested by clients. If the content can not be cached then Wowza will retrieve segments as needed, however this means they will be very small reads rather than the blocksize defined in the MediaCache configuration. This will result in a several things occuring
More connections to the store - be it HTTP requests or disk reads (depends on the type of store)
As the reads will be much smaller then more IO
More threads will be constant use as they will be constantly getting data rather getting and caching it
Overall more CPU
Andrew.