-
Notifications
You must be signed in to change notification settings - Fork 61
Error trying to open sysmontask #63
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
Comments
hi, thanks |
it's dual Intel Xeon e5-2680 v2 and has 10 cores each |
Thanks, I will fix it soon. |
Hi, I have something similar
I have xeon E5-2699V3 18 cores |
I have 2xE5-2699V3 18cores. So 36 cores, 72 threads. Looks like error is number of threads. |
Now you can use sysmontask with the new release. |
Have install as the instructions have said but get this error when I try to run sysmontask
5.8.0 cpuInit Traceback (most recent call last): File "/usr/bin/sysmontask", line 11, in <module> load_entry_point('sysmontask==1.3.9', 'console_scripts', 'sysmontask')() File "/usr/lib/python3/dist-packages/sysmontask/sysmontask.py", line 796, in start main=myclass() File "/usr/lib/python3/dist-packages/sysmontask/sysmontask.py", line 130, in __init__ self.cpuInit() File "/usr/lib/python3/dist-packages/sysmontask/cpu.py", line 129, in cpuInit if column < self.num_of_column_per_row[self.cpu_logical_cores]: KeyError: 40
The text was updated successfully, but these errors were encountered: