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

Missing memory attributes in: developer dvt sysmon process monitor #815

Open
lezhi12 opened this issue Jan 30, 2024 · 1 comment
Open

Missing memory attributes in: developer dvt sysmon process monitor #815

lezhi12 opened this issue Jan 30, 2024 · 1 comment

Comments

@lezhi12
Copy link

lezhi12 commented Jan 30, 2024

my command line is "developer dvt sysmon process monitor --rdt .........."

1、 Actural result of output frequency is 3 to 5 seconds, it's too slow for performance testing.
In sysmontap.py I see below config, according to it, output frequency should be 500 ms, but the actural result is 3 to 5 seconds, it's too slow for performance testing, any body know why and how to make it 500 ms?

2、There is only CPU Usage but no memory related result in output data,is that because there is no related configs in var "process_attributes" and "system_attributes"?

------------------------below is source code of config from sysmontap.py---------------------
config = {
'ur': 500, # Output frequency ms
'bm': 0,
'procAttrs': process_attributes,
'sysAttrs': system_attributes,
'cpuUsage': True,
'sampleInterval': 500000000
}

@doronz88
Copy link
Owner

  • The device doesn't always respect what is requested
  • Also yes, there are also memory attributes that can be requestedm but I haven't implemented them. Feel free to submit it as a PR

@doronz88 doronz88 changed the title Does “developer dvt sysmon” work correctly? Missing memory attributes in: developer dvt sysmon process monitor Apr 14, 2024
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

No branches or pull requests

2 participants