s-tui
s-tui copied to clipboard
CSV file does not contain frequency
Step 1: Describe your environment
- System (Intel/AMD/Raspberry Pi etc): Intel
- OS version: Ubuntu 20.04
- s-tui version: 1.0.0.1
- Installation method(pip/PPA/source code): apt install
Step 2: Describe the problem:
Observed Results:
I am trying to save the data from s-tui in .csv. I am using this command :
s-tui --csv-file StressData.csv --csv
I can see the frequency in the interface. However, it is not being saved in the .csv file. Is there something I can change to obtain this ?
Thank you !
Thanks, that's probably a bug. I'll look into it
@amanusk could you apply this fix? I am also getting this problem and I am having difficulties installing the fix (bit new to github and linux). The reason as to why is that i want to make graphs with a timeline. So I can plot all three to see the behavior of the cpu under high temperatue/load (like in aida64).
Thank you!
Edit:
Found my problem. Ubuntu does not download latest version. It downloads v1.0.0
and the fix is included in v1.1.1
. After installing from source it worked!
I see frequency in s-tui-1.1.6-1.fc39.noarch
, perhaps this can be closed.