mirror of https://github.com/nicolargo/glances.git
Update docs
This commit is contained in:
parent
c1c0d4038f
commit
11890f31b1
11766
docs/api/python.rst
11766
docs/api/python.rst
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
10
docs/faq.rst
10
docs/faq.rst
|
|
@ -18,3 +18,13 @@ On ARM64, Docker needs to be configured to allow access to the memory stats.
|
|||
Edit the /boot/firmware/cmdline.txt and add the following configuration key:
|
||||
|
||||
cgroup_enable=memory
|
||||
|
||||
|
||||
Netifaces issue ?
|
||||
-----------------
|
||||
|
||||
Previously, Glances uses Netifaces to get network interfaces information.
|
||||
|
||||
Now, Glances uses Netifaces2.
|
||||
|
||||
Please uninstall Netifaces and install Netifaces2 instead.
|
||||
|
|
|
|||
|
|
@ -28,7 +28,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" "Jul 12, 2025" "4.4.0_dev1" "Glances"
|
||||
.TH "GLANCES" "1" "Jul 27, 2025" "4.4.0_dev1" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
Loading…
Reference in New Issue