Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various statistics counters for NFV apps #953

Merged
merged 44 commits into from
Jul 13, 2016

Commits on Feb 22, 2016

  1. engine: Set shm path to "app/$name"

    Set the shared memory path (shm.path) to a private namespace for each
    app with prefix "app/$name".
    
    This means that apps can create shm objects such as counters and by
    default these will appear in a local namespace for that app.
    lukego committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    b34c3ee View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Amendments to snabbco#766:

     - Use "apps/" instead of "app/" for uniformity
     - Set shm path to "apps/$name" when calling `app:stop' too
     - Unlink "apps/$name" after `app:stop' using `shm.unlink'
     - Add a test case to core.app selftest
    eugeneia committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    94ff234 View commit details
    Browse the repository at this point in the history
  2. Merge PR snabbco#766 (engine: Set shm path to "app/$name") into yang

    # Conflicts:
    #	src/core/app.lua
    eugeneia committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    aac0c8c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Configuration menu
    Copy the full SHA
    fad0f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed4ed0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb9005b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Configuration menu
    Copy the full SHA
    5fbe0d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb3215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a55478 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dde5da2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    924ff4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e34093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f9efd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Configuration menu
    Copy the full SHA
    7b39148 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Configuration menu
    Copy the full SHA
    8984741 View commit details
    Browse the repository at this point in the history
  2. [core.lib] Generalize `timer' to optionally accept 'repeating'

    option and support injecting a function to determine the
    current time.
    eugeneia committed May 2, 2016
    Configuration menu
    Copy the full SHA
    ee00d16 View commit details
    Browse the repository at this point in the history
  3. Revert "Intel_app: Add RFC 7223 app counters."

    This reverts commit 8bb3215.
    eugeneia committed May 2, 2016
    Configuration menu
    Copy the full SHA
    45490b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0ed10b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Merge branch 'master' into yang-local

    # Conflicts:
    #	src/core/counter.lua
    eugeneia committed May 13, 2016
    Configuration menu
    Copy the full SHA
    aca8064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c186591 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Configuration menu
    Copy the full SHA
    b09e843 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Configuration menu
    Copy the full SHA
    62e2fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4834a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. snabbify statistics model.

    eugeneia committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    793c394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9ef2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9f5dda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b12e9c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Configuration menu
    Copy the full SHA
    1c9f585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    339f8f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ec7f80 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Configuration menu
    Copy the full SHA
    327804f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into statistics-superset

    # Conflicts:
    #	src/apps/intel/intel10g.lua
    #	src/core/app.lua
    eugeneia committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    30fcbcb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Configuration menu
    Copy the full SHA
    90fc893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb080f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d82729a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. Configuration menu
    Copy the full SHA
    0f38505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8cbd65 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    19f2bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    626c6fc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Configuration menu
    Copy the full SHA
    c0f7076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc7363c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272a0d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    506c66b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Configuration menu
    Copy the full SHA
    d52d89c View commit details
    Browse the repository at this point in the history