intel / PerfSpect

System performance analysis and characterization tool
BSD 3-Clause "New" or "Revised" License
339 stars 31 forks source link

results/ directory created by perf-collect,py has owner root, without general write permission #6

Closed jpf18 closed 2 years ago

jpf18 commented 2 years ago

A little workflow inconvenience. When running perf-collect.py as root (i.e.. sudo python perf-collect.py), the results/ directory is created with owner root and no write permission for regular users. This means a sudo chmod 777 results/ is needed before running perf-postprocess.py,

karanrk commented 2 years ago

Agreed, permissions on the "results" directory needs to be corrected by the tool.

karanrk commented 2 years ago

This should be fixed in a551991