From 2d744121d16edb7d80c3ba84c2e26c703988a7f6 Mon Sep 17 00:00:00 2001 From: Bharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com> Date: Tue, 14 May 2024 01:56:59 +0530 Subject: version 4.0.2 --- docs/api.rst | 30 ++++++++++++++++++++++++++---- docs/man/glances.1 | 2 +- 2 files changed, 27 insertions(+), 5 deletions(-) mode change 100644 => 100755 docs/man/glances.1 (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 75ca6da1..be7c883a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -477,7 +477,13 @@ GET gpu Get plugin stats:: # curl http://localhost:61208/api/4/gpu - [] + [{"fan_speed": 29, + "gpu_id": "nvidia0", + "key": "gpu_id", + "mem": 46.144612630208336, + "name": "NVIDIA GeForce GTX 1060 3GB", + "proc": 2, + "temperature": 57}] Fields descriptions: @@ -488,6 +494,22 @@ Fields descriptions: * **temperature**: GPU temperature (unit is *celsius*) * **fan_speed**: GPU fan speed (unit is *roundperminute*) +Get a specific field:: + + # curl http://localhost:61208/api/4/gpu/gpu_id + {"gpu_id": ["nvidia0"]} + +Get a specific item when field matches the given value:: + + # curl http://localhost:61208/api/4/gpu/gpu_id/nvidia0 + {"nvidia0": [{"fan_speed": 29, + "gpu_id": "nvidia0", + "key": "gpu_id", + "mem": 46.144612630208336, + "name": "NVIDIA GeForce GTX 1060 3GB", + "proc": 2, + "temperature": 57}]} + GET help -------- @@ -701,7 +723,7 @@ GET now Get plugin stats:: # curl http://localhost:61208/api/4/now - {"custom": "2024-05-12 19:00:51 CEST", "iso": "2024-05-12T19:00:51+02:00"} + {"custom": "2024-05-14 01:49:24 IST", "iso": "2024-05-14T01:49:24+05:30"} Fields descriptions: @@ -711,7 +733,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/now/iso - {"iso": "2024-05-12T19:00:51+02:00"} + {"iso": "2024-05-14T01:49:24+05:30"} GET percpu ---------- @@ -1058,7 +1080,7 @@ GET version Get plugin stats:: # curl http://localhost:61208/api/4/version - "4.0.1" + "4.0.2" GET wifi -------- diff --git a/docs/man/glances.1 b/docs/man/glances.1 old mode 100644 new mode 100755 index c41b03d3..3a6d6a53 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "GLANCES" "1" "May 12, 2024" "4.0.1" "Glances" +.TH "GLANCES" "1" "May 14, 2024" "4.0.2" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3