Skip to main content
October 14, 2013
Question

Adobe Media Server Admin Consol Question and buffering

  • October 14, 2013
  • 1 reply
  • 770 views

2 part question

Under applications and streams for VOD what exactly is cache hits and misses.  also is there an option that if you pause VOD video it will still continue to download to clients computer for people who have slow internet connections Thanks

    This topic has been closed for replies.

    1 reply

    October 16, 2013

    Bump

    October 17, 2013

    bump

    Jorma_at_Knox
    Legend
    October 18, 2013

    The description of those fields can be found here: http://help.adobe.com/en_US/adobemediaserver/adminapi/WSa4cb07693d12388431df580a12a34991ebc-8000.2.3.html#WS5b3ccc516d4fbf351e63e3d11a0d3ed999-7fe5AdminAPI.2.3

    hits

    Number; total number of segment “hits” since the server started.

    misses

    Number; total number of segment misses since the server started.

    And:

    "If requested data is contained in the cache (cache hit), this request can be served by simply reading the cache, which is comparatively faster. Otherwise (cache miss), the data has to be recomputed or fetched from its original storage location, which is comparatively slower. Hence, the greater the number of requests that can be served from the cache, the faster the overall system performance becomes." -- The all knowing Wikipedia