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

Luck, Tony posted 32 patches 1 month, 3 weeks ago
Only 0 patches received!
RE: [PATCH v13 00/32] x86,fs/resctrl telemetry monitoring
Posted by Luck, Tony 1 month, 3 weeks ago
>> $ 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