Skip to content

Conversation

@alexandraBara
Copy link
Collaborator

Adding collector args to customize data collection through cmd line/config args.
Currently only ProcessPlugin has them. Sample run:

node-scraper --gen-reference-config run-plugins ProcessPlugin

sample reference_config.json:

{
  "global_args": {},
  "plugins": {
    "ProcessPlugin": {
      "analysis_args": {
        "max_kfd_processes": 0,
        "max_cpu_usage": 0.20000000000000284
      },
      "collector_args": {
        "top_n_process": 0
      }
    }
  },
  "result_collators": {}

@alexandraBara alexandraBara merged commit 72fb0b1 into development Jul 28, 2025
5 checks passed
@alexandraBara alexandraBara deleted the alex_collector_args branch July 28, 2025 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants