Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 16, 2023
2 parents 1c28d54 + 05aaee6 commit 10b5c20
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Get plugin stats::
"refresh": 3.0,
"regex": True,
"result": None,
"timer": 1.3811793327331543},
"timer": 1.0034148693084717},
{"count": 0,
"countmax": 20.0,
Expand All @@ -83,6 +84,7 @@ Get plugin stats::
"refresh": 3.0,
"regex": True,
"result": None,
"timer": 1.3809046745300293}]
"timer": 1.003244400024414}]

Get a specific field::
Expand Down Expand Up @@ -220,7 +222,7 @@ Get plugin stats::
"irq": 0.0,
"nice": 0.0,
"soft_interrupts": 0,
"softirq": 0.0,
"softirq": 0.4,
"steal": 0.0,
"syscalls": 0,
"system": 4.1,
Expand Down Expand Up @@ -904,6 +906,7 @@ Get a specific field::
92,
93,
94,
95,
96,
97,
98,
Expand All @@ -917,6 +920,7 @@ Get a specific field::
110,
112,
117,
117,
118,
119,
129,
Expand All @@ -934,7 +938,7 @@ Get a specific field::
233,
234,
249,
250,
254,
255,
256,
313,
Expand Down Expand Up @@ -1115,7 +1119,7 @@ Get plugin stats::
"irq": 0.0,
"key": "cpu_number",
"nice": 0.0,
"softirq": 0.0,
"softirq": 1.2,
"steal": 0.0,
"system": 2.6,
"total": 8.7,
Expand All @@ -1128,7 +1132,7 @@ Get plugin stats::
"irq": 0.0,
"key": "cpu_number",
"nice": 0.0,
"softirq": 0.0,
"softirq": 0.6,
"steal": 0.0,
"system": 2.6,
"total": 11.4,
Expand Down Expand Up @@ -1172,6 +1176,9 @@ Get a specific field::
"CPU",
"Ambient",
"SODIMM",
"CPU",
"Ambient",
"SODIMM",
"BAT BAT0"]}

Get a specific item when field matchs the given value::
Expand Down

0 comments on commit 10b5c20

Please sign in to comment.