fixinventory-plugin-random


Namefixinventory-plugin-random JSON
Version 4.0.5 PyPI version JSON
download
home_pageNone
SummaryFix Random Collector Plugin
upload_time2024-04-26 20:22:41
maintainerNone
docs_urlNone
authorSome Engineering Inc.
requires_python>=3.11
licenseAGPLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fix-plugin-random
Random Cloud Collector for Fix

Creates a plausible pseudo-random cloud based on a configurable seed.

The base infrastructure stays the same, but the number of instances vary slightly from run to run so that metrics show some more interesting up/down lines.

The config value `random.seed` is the seed Python's random number generator is seeded with.
`random.size` is a float multiplier that's applied to every random min/max value causing exponential growth of the cloud. E.g. a value of 2 would create on average twice the number of accounts containing twice the number of networks containing twice the number of instances, with twice the number of volumes each.

Given the same seed and size the cloud stays relatively the same plus/minus a couple of instances and their volumes (the jitter). If either seed or size is changed the entire cloud changes.

## License
See [LICENSE](../../LICENSE) for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fixinventory-plugin-random",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Some Engineering Inc.",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8e/16/73120fe53f8e768beee6a93c1700f8b310fcfbe9acd1ff359b75344ac693/fixinventory_plugin_random-4.0.5.tar.gz",
    "platform": null,
    "description": "# fix-plugin-random\nRandom Cloud Collector for Fix\n\nCreates a plausible pseudo-random cloud based on a configurable seed.\n\nThe base infrastructure stays the same, but the number of instances vary slightly from run to run so that metrics show some more interesting up/down lines.\n\nThe config value `random.seed` is the seed Python's random number generator is seeded with.\n`random.size` is a float multiplier that's applied to every random min/max value causing exponential growth of the cloud. E.g. a value of 2 would create on average twice the number of accounts containing twice the number of networks containing twice the number of instances, with twice the number of volumes each.\n\nGiven the same seed and size the cloud stays relatively the same plus/minus a couple of instances and their volumes (the jitter). If either seed or size is changed the entire cloud changes.\n\n## License\nSee [LICENSE](../../LICENSE) for details.\n",
    "bugtrack_url": null,
    "license": "AGPLv3",
    "summary": "Fix Random Collector Plugin",
    "version": "4.0.5",
    "project_urls": {
        "Documentation": "https://inventory.fix.security",
        "Source": "https://github.com/someengineering/fix/tree/main/plugins/random"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6386b15660d1dd509388306bbefacd2496302238b1c7ee3fba9f64fd5e673f8",
                "md5": "98b0ac3fc5aa9a3c18db7666f019e2fe",
                "sha256": "8a6f55f5125e18ca022f5e2e3753ddeaea9c8a1e7abb32027e0bd871ece85760"
            },
            "downloads": -1,
            "filename": "fixinventory_plugin_random-4.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98b0ac3fc5aa9a3c18db7666f019e2fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 7722,
            "upload_time": "2024-04-26T20:22:40",
            "upload_time_iso_8601": "2024-04-26T20:22:40.171021Z",
            "url": "https://files.pythonhosted.org/packages/b6/38/6b15660d1dd509388306bbefacd2496302238b1c7ee3fba9f64fd5e673f8/fixinventory_plugin_random-4.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e1673120fe53f8e768beee6a93c1700f8b310fcfbe9acd1ff359b75344ac693",
                "md5": "11a555b002d3f6f51d7037b22d83faa4",
                "sha256": "aca2219b64b056d533e3538f4d22eddd692c951d4a9cdad67684b310098f9bbd"
            },
            "downloads": -1,
            "filename": "fixinventory_plugin_random-4.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "11a555b002d3f6f51d7037b22d83faa4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 7312,
            "upload_time": "2024-04-26T20:22:41",
            "upload_time_iso_8601": "2024-04-26T20:22:41.579745Z",
            "url": "https://files.pythonhosted.org/packages/8e/16/73120fe53f8e768beee6a93c1700f8b310fcfbe9acd1ff359b75344ac693/fixinventory_plugin_random-4.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 20:22:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "someengineering",
    "github_project": "fix",
    "github_not_found": true,
    "lcname": "fixinventory-plugin-random"
}
        
Elapsed time: 0.22286s