mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Add preformatted tags to Javadoc in OsProbe
This commit adds preformatted tags to the Javadoc for OsProbe#readSysFsCgroupCpuAcctCpuStat to render the form of the cpu.stat file in a fixed-width font.
This commit is contained in:
parent
9a6c81c9f1
commit
b89c5aff51
@ -400,9 +400,11 @@ public class OsProbe {
|
|||||||
* {@code cpu} subsystem. These lines represent the CPU time
|
* {@code cpu} subsystem. These lines represent the CPU time
|
||||||
* statistics and have the form
|
* statistics and have the form
|
||||||
* <p>
|
* <p>
|
||||||
|
* <pre>
|
||||||
* nr_periods \d+
|
* nr_periods \d+
|
||||||
* nr_throttled \d+
|
* nr_throttled \d+
|
||||||
* throttled_time \d+
|
* throttled_time \d+
|
||||||
|
* </pre>
|
||||||
* <p>
|
* <p>
|
||||||
* where {@code nr_periods} is the number of period intervals
|
* where {@code nr_periods} is the number of period intervals
|
||||||
* as specified by {@code cpu.cfs_period_us} that have elapsed,
|
* as specified by {@code cpu.cfs_period_us} that have elapsed,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user