version 3.4.0.5

This commit is contained in:
nicolargo 2024-03-23 14:47:29 +01:00
parent fb10c7f36d
commit ee826a1e67
5 changed files with 320 additions and 309 deletions

View File

@ -2,11 +2,17 @@
Glances changelog Glances changelog
============================================================================== ==============================================================================
===============
Version 3.4.0.5
===============
Correct issur with GPU plugin in Docker images #2705
=============== ===============
Version 3.4.0.4 Version 3.4.0.4
=============== ===============
Cuber security patch (update some deps in the WebUI and Docker image) Cyber security patch (update some deps in the WebUI and Docker image)
=============== ===============
Version 3.4.0.3 Version 3.4.0.3

View File

@ -66,14 +66,14 @@ GET alert
Get plugin stats:: Get plugin stats::
# curl http://localhost:61208/api/3/alert # curl http://localhost:61208/api/3/alert
[[1711185029.0, [[1711201358.0,
-1, -1,
"WARNING", "WARNING",
"MEM", "MEM",
77.19987581483426, 72.76789991471432,
77.19987581483426, 72.76789991471432,
77.19987581483426, 72.76789991471432,
77.19987581483426, 72.76789991471432,
1, 1,
[], [],
"", "",
@ -93,7 +93,7 @@ Get plugin stats::
"refresh": 3.0, "refresh": 3.0,
"regex": True, "regex": True,
"result": None, "result": None,
"timer": 0.9669091701507568}, "timer": 2.1903090476989746},
{"count": 0, {"count": 0,
"countmax": 20.0, "countmax": 20.0,
"countmin": None, "countmin": None,
@ -102,7 +102,7 @@ Get plugin stats::
"refresh": 3.0, "refresh": 3.0,
"regex": True, "regex": True,
"result": None, "result": None,
"timer": 0.9667403697967529}] "timer": 2.1896636486053467}]
Get a specific field:: Get a specific field::
@ -120,7 +120,7 @@ Get a specific item when field matchs the given value::
"refresh": 3.0, "refresh": 3.0,
"regex": True, "regex": True,
"result": None, "result": None,
"timer": 0.9669091701507568}]} "timer": 2.1903090476989746}]}
GET connections GET connections
--------------- ---------------
@ -191,19 +191,19 @@ Get plugin stats::
"ctx_switches": 0, "ctx_switches": 0,
"guest": 0.0, "guest": 0.0,
"guest_nice": 0.0, "guest_nice": 0.0,
"idle": 68.7, "idle": 43.8,
"interrupts": 0, "interrupts": 0,
"iowait": 4.0, "iowait": 2.3,
"irq": 0.0, "irq": 0.0,
"nice": 0.0, "nice": 0.0,
"soft_interrupts": 0, "soft_interrupts": 0,
"softirq": 0.3, "softirq": 0.5,
"steal": 0.0, "steal": 0.0,
"syscalls": 0, "syscalls": 0,
"system": 4.3, "system": 11.8,
"time_since_update": 1, "time_since_update": 1,
"total": 25.0, "total": 58.6,
"user": 22.6} "user": 41.5}
Fields descriptions: Fields descriptions:
@ -226,7 +226,7 @@ Fields descriptions:
Get a specific field:: Get a specific field::
# curl http://localhost:61208/api/3/cpu/total # curl http://localhost:61208/api/3/cpu/total
{"total": 25.0} {"total": 58.6}
GET diskio GET diskio
---------- ----------
@ -272,13 +272,13 @@ Get plugin stats::
# curl http://localhost:61208/api/3/fs # curl http://localhost:61208/api/3/fs
[{"device_name": "/dev/mapper/ubuntu--gnome--vg-root", [{"device_name": "/dev/mapper/ubuntu--gnome--vg-root",
"free": 36856778752, "free": 35372294144,
"fs_type": "ext4", "fs_type": "ext4",
"key": "mnt_point", "key": "mnt_point",
"mnt_point": "/", "mnt_point": "/",
"percent": 84.0, "percent": 84.7,
"size": 243334156288, "size": 243334156288,
"used": 194089922560}, "used": 195574407168},
{"device_name": "zsfpool", {"device_name": "zsfpool",
"free": 31195136, "free": 31195136,
"fs_type": "zfs", "fs_type": "zfs",
@ -297,13 +297,13 @@ Get a specific item when field matchs the given value::
# curl http://localhost:61208/api/3/fs/mnt_point// # curl http://localhost:61208/api/3/fs/mnt_point//
{"/": [{"device_name": "/dev/mapper/ubuntu--gnome--vg-root", {"/": [{"device_name": "/dev/mapper/ubuntu--gnome--vg-root",
"free": 36856778752, "free": 35372294144,
"fs_type": "ext4", "fs_type": "ext4",
"key": "mnt_point", "key": "mnt_point",
"mnt_point": "/", "mnt_point": "/",
"percent": 84.0, "percent": 84.7,
"size": 243334156288, "size": 243334156288,
"used": 194089922560}]} "used": 195574407168}]}
GET ip GET ip
------ ------
@ -329,10 +329,7 @@ GET load
Get plugin stats:: Get plugin stats::
# curl http://localhost:61208/api/3/load # curl http://localhost:61208/api/3/load
{"cpucore": 4, {"cpucore": 4, "min1": 3.265625, "min15": 1.38330078125, "min5": 2.578125}
"min1": 1.87353515625,
"min15": 1.30029296875,
"min5": 1.5517578125}
Fields descriptions: Fields descriptions:
@ -344,7 +341,7 @@ Fields descriptions:
Get a specific field:: Get a specific field::
# curl http://localhost:61208/api/3/load/min1 # curl http://localhost:61208/api/3/load/min1
{"min1": 1.87353515625} {"min1": 3.265625}
GET mem GET mem
------- -------
@ -352,16 +349,16 @@ GET mem
Get plugin stats:: Get plugin stats::
# curl http://localhost:61208/api/3/mem # curl http://localhost:61208/api/3/mem
{"active": 3217502208, {"active": 2745454592,
"available": 1783783424, "available": 2130522112,
"buffers": 242143232, "buffers": 103264256,
"cached": 2323054592, "cached": 2218123264,
"free": 1783783424, "free": 2130522112,
"inactive": 3508854784, "inactive": 3125297152,
"percent": 77.2, "percent": 72.8,
"shared": 658030592, "shared": 570695680,
"total": 7823568896, "total": 7823568896,
"used": 6039785472} "used": 5693046784}
Fields descriptions: Fields descriptions:
@ -388,13 +385,13 @@ GET memswap
Get plugin stats:: Get plugin stats::
# curl http://localhost:61208/api/3/memswap # curl http://localhost:61208/api/3/memswap
{"free": 3968638976, {"free": 3544838144,
"percent": 50.9, "percent": 56.1,
"sin": 4544499712, "sin": 5096357888,
"sout": 9235214336, "sout": 10397646848,
"time_since_update": 1, "time_since_update": 1,
"total": 8082419712, "total": 8082419712,
"used": 4113780736} "used": 4537581568}
Fields descriptions: Fields descriptions:
@ -418,17 +415,17 @@ Get plugin stats::
# curl http://localhost:61208/api/3/network # curl http://localhost:61208/api/3/network
[{"alias": None, [{"alias": None,
"cumulative_cx": 5405761891, "cumulative_cx": 5867501002,
"cumulative_rx": 5075958831, "cumulative_rx": 5510140836,
"cumulative_tx": 329803060, "cumulative_tx": 357360166,
"cx": 27520, "cx": 35449,
"interface_name": "wlp2s0", "interface_name": "wlp2s0",
"is_up": True, "is_up": True,
"key": "interface_name", "key": "interface_name",
"rx": 19247, "rx": 27458,
"speed": 0, "speed": 0,
"time_since_update": 1, "time_since_update": 1,
"tx": 8273}, "tx": 7991},
{"alias": None, {"alias": None,
"cumulative_cx": 0, "cumulative_cx": 0,
"cumulative_rx": 0, "cumulative_rx": 0,
@ -465,23 +462,24 @@ Get a specific field::
"lxdbr0", "lxdbr0",
"veth05608da0", "veth05608da0",
"mpqemubr0", "mpqemubr0",
"veth3c5f47a"]} "veth3c5f47a",
"veth76eaa9fe"]}
Get a specific item when field matchs the given value:: Get a specific item when field matchs the given value::
# curl http://localhost:61208/api/3/network/interface_name/wlp2s0 # curl http://localhost:61208/api/3/network/interface_name/wlp2s0
{"wlp2s0": [{"alias": None, {"wlp2s0": [{"alias": None,
"cumulative_cx": 5405761891, "cumulative_cx": 5867501002,
"cumulative_rx": 5075958831, "cumulative_rx": 5510140836,
"cumulative_tx": 329803060, "cumulative_tx": 357360166,
"cx": 27520, "cx": 35449,
"interface_name": "wlp2s0", "interface_name": "wlp2s0",
"is_up": True, "is_up": True,
"key": "interface_name", "key": "interface_name",
"rx": 19247, "rx": 27458,
"speed": 0, "speed": 0,
"time_since_update": 1, "time_since_update": 1,
"tx": 8273}]} "tx": 7991}]}
GET now GET now
------- -------
@ -489,7 +487,7 @@ GET now
Get plugin stats:: Get plugin stats::
# curl http://localhost:61208/api/3/now # curl http://localhost:61208/api/3/now
"2024-03-23 10:10:28 CET" "2024-03-23 14:42:38 CET"
GET percpu GET percpu
---------- ----------
@ -500,29 +498,29 @@ Get plugin stats::
[{"cpu_number": 0, [{"cpu_number": 0,
"guest": 0.0, "guest": 0.0,
"guest_nice": 0.0, "guest_nice": 0.0,
"idle": 84.3, "idle": 35.4,
"iowait": 2.6, "iowait": 3.5,
"irq": 0.0,
"key": "cpu_number",
"nice": 0.0,
"softirq": 1.7,
"steal": 0.0,
"system": 1.7,
"total": 15.7,
"user": 9.6},
{"cpu_number": 1,
"guest": 0.0,
"guest_nice": 0.0,
"idle": 94.8,
"iowait": 0.9,
"irq": 0.0, "irq": 0.0,
"key": "cpu_number", "key": "cpu_number",
"nice": 0.0, "nice": 0.0,
"softirq": 0.0, "softirq": 0.0,
"steal": 0.0, "steal": 0.0,
"system": 0.9, "system": 12.0,
"total": 5.2, "total": 64.6,
"user": 3.4}] "user": 49.1},
{"cpu_number": 1,
"guest": 0.0,
"guest_nice": 0.0,
"idle": 27.8,
"iowait": 2.5,
"irq": 0.0,
"key": "cpu_number",
"nice": 0.0,
"softirq": 0.0,
"steal": 0.0,
"system": 13.9,
"total": 72.2,
"user": 55.7}]
Get a specific field:: Get a specific field::
@ -541,7 +539,7 @@ Get plugin stats::
"port": 0, "port": 0,
"refresh": 30, "refresh": 30,
"rtt_warning": None, "rtt_warning": None,
"status": 0.005803, "status": 0.012726,
"timeout": 3}] "timeout": 3}]
Get a specific field:: Get a specific field::
@ -558,7 +556,7 @@ Get a specific item when field matchs the given value::
"port": 0, "port": 0,
"refresh": 30, "refresh": 30,
"rtt_warning": None, "rtt_warning": None,
"status": 0.005803, "status": 0.012726,
"timeout": 3}]} "timeout": 3}]}
GET processcount GET processcount
@ -567,12 +565,12 @@ GET processcount
Get plugin stats:: Get plugin stats::
# curl http://localhost:61208/api/3/processcount # curl http://localhost:61208/api/3/processcount
{"pid_max": 0, "running": 1, "sleeping": 335, "thread": 1678, "total": 403} {"pid_max": 0, "running": 1, "sleeping": 343, "thread": 1678, "total": 410}
Get a specific field:: Get a specific field::
# curl http://localhost:61208/api/3/processcount/total # curl http://localhost:61208/api/3/processcount/total
{"total": 403} {"total": 410}
GET processlist GET processlist
--------------- ---------------
@ -607,18 +605,18 @@ Get plugin stats::
"--disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess", "--disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess",
"--vscode-window-config=vscode:0a3f42ef-a12c-453d-8061-6c7b57ac6b4f"], "--vscode-window-config=vscode:0a3f42ef-a12c-453d-8061-6c7b57ac6b4f"],
"cpu_percent": 0.0, "cpu_percent": 0.0,
"cpu_times": [8788.45, 733.23, 0.0, 0.0, 0.0], "cpu_times": [9135.96, 758.01, 0.0, 0.0, 0.0],
"gids": [1000, 1000, 1000], "gids": [1000, 1000, 1000],
"io_counters": [608010240, 3362816, 0, 0, 0], "io_counters": [669990912, 3362816, 0, 0, 0],
"key": "pid", "key": "pid",
"memory_info": [590098432, "memory_info": [593412096,
1221794549760, 1221800718336,
72073216, 58327040,
126423040, 126423040,
0, 0,
1257771008, 1316687872,
0], 0],
"memory_percent": 7.54257347055131, "memory_percent": 7.584928360551629,
"name": "code", "name": "code",
"nice": 0, "nice": 0,
"num_threads": 15, "num_threads": 15,
@ -632,18 +630,18 @@ Get plugin stats::
"--node-ipc", "--node-ipc",
"--clientProcessId=35618"], "--clientProcessId=35618"],
"cpu_percent": 0.0, "cpu_percent": 0.0,
"cpu_times": [4611.97, 204.93, 4.37, 0.34, 0.0], "cpu_times": [4659.97, 208.68, 4.41, 0.36, 0.0],
"gids": [1000, 1000, 1000], "gids": [1000, 1000, 1000],
"io_counters": [672653312, 1871872, 0, 0, 0], "io_counters": [742035456, 1871872, 0, 0, 0],
"key": "pid", "key": "pid",
"memory_info": [487878656, "memory_info": [476098560,
1208849584128, 1208849584128,
22482944, 21327872,
126423040, 126423040,
0, 0,
867049472, 860536832,
0], 0],
"memory_percent": 6.236011499169393, "memory_percent": 6.085439603445144,
"name": "code", "name": "code",
"nice": 0, "nice": 0,
"num_threads": 13, "num_threads": 13,
@ -660,214 +658,222 @@ Get a specific field::
7992, 7992,
8257, 8257,
35618, 35618,
645109,
8407, 8407,
5554, 5554,
654062,
665779,
385672,
662277,
654683,
14040, 14040,
35835, 385672,
740811,
741021,
645109,
35502, 35502,
644502, 741553,
666300,
8217, 8217,
666454, 742645,
666819, 742341,
742077,
35835,
6163,
644502,
35537, 35537,
35790,
5406, 5406,
35631, 35631,
35957,
667098,
6163,
36217,
293224,
32821, 32821,
35632,
667109,
6332,
2423,
35857,
8749,
35996,
3248,
55881,
265662,
55878,
4024, 4024,
517283, 35790,
640398, 742785,
35546, 293224,
35957,
742815,
35632,
2423,
36217,
420, 420,
35955, 6332,
629519, 35857,
5849, 517283,
8749,
265662,
704963,
35996,
35546,
55881,
2621, 2621,
640457, 55878,
8604, 5849,
104932, 35955,
1645,
293597, 293597,
8189,
8604,
3248,
5306,
104932,
740111,
243963,
6341, 6341,
6122, 6122,
8189,
640503,
243963,
36155,
8156,
1497, 1497,
5306, 36155,
1645,
699931,
699921,
35958, 35958,
185654, 185654,
185653, 185653,
703131,
8156,
640457,
185679, 185679,
35956,
5998,
5809,
4301,
1, 1,
5795, 5795,
640503,
703139,
35956,
5809,
5998,
5988, 5988,
1518, 1518,
35369,
5996, 5996,
6640,
1544, 1544,
6640,
6291, 6291,
1545,
35369,
1728, 1728,
2129, 4301,
6009,
5840, 5840,
5893, 6009,
5611, 2129,
4703,
5649,
5257, 5257,
5522, 703127,
6085, 5893,
6028, 4703,
5611,
5649,
5325,
35507, 35507,
35506, 35506,
640813, 6085,
6028,
5522,
2543, 2543,
1496,
5994,
32846,
1729,
31214,
5325,
1648,
6022,
1512,
2363,
1277,
6001,
6713,
2586,
6063,
31232,
5319, 5319,
1648,
1496,
31214,
5994,
2363,
6080, 6080,
5914, 5914,
1479,
182445,
5989,
2079,
5329,
5832,
1532,
1503,
1545,
6089,
6305,
48508, 48508,
5558, 1277,
6010, 32846,
6107, 1729,
6251, 6022,
1520, 1503,
4210, 4210,
6713,
1512,
703676,
6001,
6251,
2586,
640813,
31232,
4251,
5832,
2079,
8273,
5329,
1532,
6063,
5558,
5989,
6010,
1479,
6107,
6305,
3556,
1520,
5643, 5643,
1538, 182445,
6089,
104945, 104945,
5636, 5636,
5993, 5993,
8273,
5793, 5793,
5987,
5631,
5667,
6017,
6084, 6084,
5987,
1492,
5631,
1538,
6017,
6002, 6002,
5407, 5407,
5676, 5667,
35523,
6004, 6004,
5676,
704403,
5412, 5412,
3556,
111079, 111079,
5955, 5955,
35523,
1540, 1540,
3557,
4251,
455,
35387,
1731,
111058, 111058,
5334, 455,
1487,
5303,
35509, 35509,
5334,
111116, 111116,
1731,
1526, 1526,
5507,
1492,
5304,
1527,
5568,
293566, 293566,
1274, 5507,
1527,
35387,
3557,
1487,
742600,
5303,
1504, 1504,
1900, 5304,
1495,
1279, 1279,
5568,
1274,
1900,
2564,
1495,
34330,
6317, 6317,
36208, 36208,
666856,
2564,
1607,
4286, 4286,
34330,
1289,
1288, 1288,
4294, 1607,
4136,
1289,
3947,
2375, 2375,
3251, 3251,
2565, 706560,
1490, 1490,
4136, 2565,
3787, 4294,
653392,
293551,
1480,
1635,
667097,
4302,
293512,
3947,
4269,
4200,
293544,
2384,
5986,
293491,
5390,
4272,
4299, 4299,
3787,
733780,
1480,
293551,
1635,
742784,
293512,
700063,
4302,
4269,
2384,
293544,
5986,
4200,
293491,
4272,
5390,
7895, 7895,
1631, 1631,
2398, 2398,
@ -1031,33 +1037,32 @@ Get a specific field::
19450, 19450,
72733, 72733,
111072, 111072,
629230,
629231,
629234,
640161,
640162,
640165, 640165,
640166, 640166,
640169, 640169,
640216, 698558,
652755, 734805,
654117, 735139,
656184, 736473,
658124, 736990,
660421, 738363,
660669, 739822,
661136, 739957,
662149, 739958,
663088, 739970,
663825, 739971,
664298, 739973,
664546, 739974,
664862, 739977,
664982, 740001,
665624, 740006,
666288, 740024,
666401, 740029,
667053]} 740564,
741946,
741947,
742313,
742697]}
Get a specific item when field matchs the given value:: Get a specific item when field matchs the given value::
@ -1089,18 +1094,18 @@ Get a specific item when field matchs the given value::
"--disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess", "--disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess",
"--vscode-window-config=vscode:0a3f42ef-a12c-453d-8061-6c7b57ac6b4f"], "--vscode-window-config=vscode:0a3f42ef-a12c-453d-8061-6c7b57ac6b4f"],
"cpu_percent": 0.0, "cpu_percent": 0.0,
"cpu_times": [8788.45, 733.23, 0.0, 0.0, 0.0], "cpu_times": [9135.96, 758.01, 0.0, 0.0, 0.0],
"gids": [1000, 1000, 1000], "gids": [1000, 1000, 1000],
"io_counters": [608010240, 3362816, 0, 0, 0], "io_counters": [669990912, 3362816, 0, 0, 0],
"key": "pid", "key": "pid",
"memory_info": [590098432, "memory_info": [593412096,
1221794549760, 1221800718336,
72073216, 58327040,
126423040, 126423040,
0, 0,
1257771008, 1316687872,
0], 0],
"memory_percent": 7.54257347055131, "memory_percent": 7.584928360551629,
"name": "code", "name": "code",
"nice": 0, "nice": 0,
"num_threads": 15, "num_threads": 15,
@ -1123,69 +1128,69 @@ GET quicklook
Get plugin stats:: Get plugin stats::
# curl http://localhost:61208/api/3/quicklook # curl http://localhost:61208/api/3/quicklook
{"cpu": 25.0, {"cpu": 58.6,
"cpu_hz": 2025000000.0, "cpu_hz": 2025000000.0,
"cpu_hz_current": 1818595250.0, "cpu_hz_current": 1249543250.0,
"cpu_name": "Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz", "cpu_name": "Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz",
"mem": 77.2, "mem": 72.8,
"percpu": [{"cpu_number": 0, "percpu": [{"cpu_number": 0,
"guest": 0.0, "guest": 0.0,
"guest_nice": 0.0, "guest_nice": 0.0,
"idle": 84.3, "idle": 35.4,
"iowait": 2.6, "iowait": 3.5,
"irq": 0.0, "irq": 0.0,
"key": "cpu_number", "key": "cpu_number",
"nice": 0.0, "nice": 0.0,
"softirq": 1.7, "softirq": 0.0,
"steal": 0.0, "steal": 0.0,
"system": 1.7, "system": 12.0,
"total": 15.7, "total": 64.6,
"user": 9.6}, "user": 49.1},
{"cpu_number": 1, {"cpu_number": 1,
"guest": 0.0, "guest": 0.0,
"guest_nice": 0.0, "guest_nice": 0.0,
"idle": 94.8, "idle": 27.8,
"iowait": 0.9, "iowait": 2.5,
"irq": 0.0, "irq": 0.0,
"key": "cpu_number", "key": "cpu_number",
"nice": 0.0, "nice": 0.0,
"softirq": 0.0, "softirq": 0.0,
"steal": 0.0, "steal": 0.0,
"system": 0.9, "system": 13.9,
"total": 5.2, "total": 72.2,
"user": 3.4}, "user": 55.7},
{"cpu_number": 2, {"cpu_number": 2,
"guest": 0.0, "guest": 0.0,
"guest_nice": 0.0, "guest_nice": 0.0,
"idle": 47.5, "idle": 46.0,
"iowait": 5.8, "iowait": 2.9,
"irq": 0.0, "irq": 0.0,
"key": "cpu_number", "key": "cpu_number",
"nice": 0.0, "nice": 0.0,
"softirq": 0.0, "softirq": 2.5,
"steal": 0.0, "steal": 0.0,
"system": 4.2, "system": 10.8,
"total": 52.5, "total": 54.0,
"user": 42.5}, "user": 37.8},
{"cpu_number": 3, {"cpu_number": 3,
"guest": 0.0, "guest": 0.0,
"guest_nice": 0.0, "guest_nice": 0.0,
"idle": 54.7, "idle": 45.7,
"iowait": 9.4, "iowait": 1.9,
"irq": 0.0, "irq": 0.0,
"key": "cpu_number", "key": "cpu_number",
"nice": 0.0, "nice": 0.0,
"softirq": 0.0, "softirq": 0.0,
"steal": 0.0, "steal": 0.0,
"system": 6.0, "system": 12.7,
"total": 45.3, "total": 54.3,
"user": 29.9}], "user": 39.7}],
"swap": 50.9} "swap": 56.1}
Get a specific field:: Get a specific field::
# curl http://localhost:61208/api/3/quicklook/cpu # curl http://localhost:61208/api/3/quicklook/cpu
{"cpu": 25.0} {"cpu": 58.6}
GET sensors GET sensors
----------- -----------
@ -1256,7 +1261,7 @@ GET uptime
Get plugin stats:: Get plugin stats::
# curl http://localhost:61208/api/3/uptime # curl http://localhost:61208/api/3/uptime
"19 days, 1:09:46" "19 days, 5:41:56"
GET all stats GET all stats
------------- -------------
@ -1272,33 +1277,33 @@ GET stats history
History of a plugin:: History of a plugin::
# curl http://localhost:61208/api/3/cpu/history # curl http://localhost:61208/api/3/cpu/history
{"system": [["2024-03-23T10:10:29.601235", 4.3], {"system": [["2024-03-23T14:42:38.994139", 11.8],
["2024-03-23T10:10:30.667810", 4.3], ["2024-03-23T14:42:40.195899", 11.8],
["2024-03-23T10:10:31.828837", 2.9]], ["2024-03-23T14:42:41.707493", 10.1]],
"user": [["2024-03-23T10:10:29.601227", 22.6], "user": [["2024-03-23T14:42:38.994120", 41.5],
["2024-03-23T10:10:30.667804", 22.6], ["2024-03-23T14:42:40.195884", 41.5],
["2024-03-23T10:10:31.828831", 5.3]]} ["2024-03-23T14:42:41.707478", 24.4]]}
Limit history to last 2 values:: Limit history to last 2 values::
# curl http://localhost:61208/api/3/cpu/history/2 # curl http://localhost:61208/api/3/cpu/history/2
{"system": [["2024-03-23T10:10:30.667810", 4.3], {"system": [["2024-03-23T14:42:40.195899", 11.8],
["2024-03-23T10:10:31.828837", 2.9]], ["2024-03-23T14:42:41.707493", 10.1]],
"user": [["2024-03-23T10:10:30.667804", 22.6], "user": [["2024-03-23T14:42:40.195884", 41.5],
["2024-03-23T10:10:31.828831", 5.3]]} ["2024-03-23T14:42:41.707478", 24.4]]}
History for a specific field:: History for a specific field::
# curl http://localhost:61208/api/3/cpu/system/history # curl http://localhost:61208/api/3/cpu/system/history
{"system": [["2024-03-23T10:10:29.601235", 4.3], {"system": [["2024-03-23T14:42:38.994139", 11.8],
["2024-03-23T10:10:30.667810", 4.3], ["2024-03-23T14:42:40.195899", 11.8],
["2024-03-23T10:10:31.828837", 2.9]]} ["2024-03-23T14:42:41.707493", 10.1]]}
Limit history for a specific field to last 2 values:: Limit history for a specific field to last 2 values::
# curl http://localhost:61208/api/3/cpu/system/history # curl http://localhost:61208/api/3/cpu/system/history
{"system": [["2024-03-23T10:10:30.667810", 4.3], {"system": [["2024-03-23T14:42:40.195899", 11.8],
["2024-03-23T10:10:31.828837", 2.9]]} ["2024-03-23T14:42:41.707493", 10.1]]}
GET limits (used for thresholds) GET limits (used for thresholds)
-------------------------------- --------------------------------

View File

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
.. ..
.TH "GLANCES" "1" "Mar 23, 2024" "3.4.0.4" "Glances" .TH "GLANCES" "1" "Mar 23, 2024" "3.4.0.5" "Glances"
.SH NAME .SH NAME
glances \- An eye on your system glances \- An eye on your system
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -19,7 +19,7 @@ import sys
# Global name # Global name
# Version should start and end with a numerical char # Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version # See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '3.4.0.4' __version__ = '3.4.0.5'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>' __author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3' __license__ = 'LGPLv3'

View File

@ -24,7 +24,7 @@ prometheus_client
pygal pygal
pymdstat pymdstat
pymongo; python_version >= "3.7" pymongo; python_version >= "3.7"
nvidia-ml-py; python_version >= "3.5" py3nvml; python_version >= "3.5"
pysnmp pysnmp
pySMART.smartx pySMART.smartx
python-dateutil python-dateutil