projectceladon / linux-intel-lts2021-chromium

Other
0 stars 7 forks source link

Turbostat GUI tool to support multiple views #2

Open vraghavulu opened 1 year ago

vraghavulu commented 1 year ago

The Python based GUI tool for Turbostat currently displays data of a single output or single csv file. Ref: https://github.com/projectceladon/linux-intel-lts2021-chromium/issues/1

The tool should provide support to view multiple data/graph. The following are the requirements: a. If user chooses single graph, then only single view will be shown. If user chooses two or more files, then as many view will be shown. b. Show two graphs side by side in 1X1 (2 tiles) view and then tile them in rows 2X2 (4 tiles) (a max view of 4 tiles is enough) c. If one graphs is zoomed, then the other graphs can also zoom automatically in the respective scales & dimensions. d. Each graph will have its own titles and the scales. However, the CPU items (like Buzy_MHz, CoreTemp, Pkgwatt etc) will be same for all the graphs.