RE: [PATCH v13 00/32] x86,fs/resctrl telemetry monitoring

From: Luck, Tony
Date: Wed Dec 17 2025 - 12:09:11 EST


>> $ cat core_energy; sleep 10; cat core_energy
>
> Please use the full path (/sys/fs/resctrl/test/mon_data/xx/<file_name>).

I'll add to the intro paragraph to set a shell variable and use that in the example
to keep the line lengths reasonable like this:

$ cat $dir/core_energy; sleep 10; cat $dir/core_energy

> Otherwise looks good to me.

Thanks

-Tony