nicolargo
c57dca709d
First version when click on K
2020-05-17 12:16:16 +02:00
nicolargo
e3c8fd66c9
Merge branch 'develop' of github.com:nicolargo/glances into issue1444
2020-05-12 18:45:03 +02:00
nicolargo
b0e21de611
Update documentation for server protection #1657
2020-05-12 18:44:28 +02:00
nicolargo
38621f6c0f
First version of processus selector (no action for the moment)
2020-05-12 18:36:27 +02:00
nicolargo
6e7bd2560c
Tests using /etc/glances/glances.conf from already installed version #1654
2020-05-10 15:14:05 +02:00
nicolargo
baa7e7f574
Update view.html #1636
2020-04-26 16:46:51 +02:00
nicolargo
924864f9d0
Asymetric, cluttered configuration: Some options only accessible via CLI or keyboard or config file #1650 (correct IRQ)
2020-04-26 16:36:45 +02:00
nicolargo
b573712f29
View by CPU is only showing 6 of 12 cores #1640 (only update docs)
2020-04-26 15:00:20 +02:00
nicolargo
b2c40e8934
x
...
Merge branch 'develop' of github.com:nicolargo/glances into develop
2020-04-26 14:39:47 +02:00
nicolargo
4b191b9688
Undefined name 'i' in plugins/glances_gpu.py #1635
2020-04-26 14:39:34 +02:00
Nicolas Hennion
148df693b2
Merge pull request #1629 from chenrui333/python-3.8
...
Add python 3.7 and 3.8 into CI
2020-04-06 15:14:44 +02:00
Rui Chen
46b5429dd3
pypy -> pypy3
2020-03-25 21:03:46 -04:00
Rui Chen
6f9365bb24
Add python 3.7 and 3.8 into CI
2020-03-25 18:55:18 -04:00
nicolargo
6f284cc97a
Convert JPEG to PNG images (for documentation)
2020-03-23 16:23:43 +01:00
nicolargo
8ebade84d5
On the road to Glances 3.1.5
2020-03-10 21:56:43 +01:00
nicolargo
8b5b19501b
Glances 3.1.4 ready to be released
2020-03-10 21:52:01 +01:00
nicolargo
13b1d4303a
Merge branch 'develop' of github.com:nicolargo/glances into develop
2020-03-10 21:51:36 +01:00
nicolargo
e5e52e71fb
Merge remote-tracking branch 'origin/master' into develop
2020-03-10 21:51:08 +01:00
Nicolas Hennion
054f8e3553
Merge pull request #1621 from bartlomiejcieszkowski/timezone_too_long
...
Timezone too long
2020-03-10 21:17:31 +01:00
Bartlomiej Cieszkowski
a7eb105989
dont remove comment
2020-03-05 23:00:40 +01:00
Bartlomiej Cieszkowski
5d5973abec
Merge branch 'develop' into timezone_too_long
...
# Conflicts:
# glances/plugins/glances_now.py
2020-03-05 22:49:47 +01:00
nicolargo
547062750b
Update doc
2020-03-03 22:29:39 +01:00
Nicolas Hennion
a473d0e2b3
Merge pull request #1598 from bartlomiejcieszkowski/enable-windows-console
...
glances can work in console mode on windows - windows-curses
2020-03-03 22:23:09 +01:00
nicolargo
105aa65f21
Correct an issue on Windows, time zone not display correctly. Skip it for the moment
2020-03-03 22:19:23 +01:00
nicolargo
2c9e80b4a5
[diskio] Aliases Display Incorrectly/Not at All, and Glances Throws Error on Exit #1618
2020-03-03 22:10:42 +01:00
nicolargo
62dbeb369e
Kafka key name needs to be bytes #1593
2020-02-27 15:28:28 +01:00
nicolargo
f6533272a5
Feature request: Include hostname in all (e.g. kafka) exports #1594
2020-02-27 15:17:24 +01:00
nicolargo
1e8bf7bd5f
Glances don't want to run on Crostini (LXC Container, Debian 10, python 3.7.3) #1600
2020-02-27 14:59:52 +01:00
nicolargo
4369cd7662
Debug message for issue #1604
2020-02-27 14:33:06 +01:00
nicolargo
10965a1a7c
NameError: name logger is not defined in net plugin #1602
2020-02-27 14:15:03 +01:00
nicolargo
d19f9c002e
Merge branch 'issue1606' into develop
2020-02-27 13:56:24 +01:00
nicolargo
76c8492832
FS filtering can be done on device name #1606
2020-02-27 13:56:06 +01:00
Bartlomiej Cieszkowski
f9c13723c8
unused import
2020-02-17 07:52:20 +01:00
Bartlomiej Cieszkowski
e4594829f3
tz
2020-02-17 07:50:00 +01:00
Bartlomiej Cieszkowski
26cce71222
text wrap was due to size of screen being different than subwindows size, use term_window sizing
2020-02-16 19:20:31 +01:00
Nicolas Hennion
0cdf91ba53
Merge pull request #1599 from fcalvet/develop
...
Specify precision to seconds for influxDB output
2020-02-16 11:25:16 +01:00
fcalvet
97916d2126
fix GPU memory consumption reporting
...
Reverting changes in d434333dfe
which displayed something else than memory usage.
Old calculation with new py3nvml module still aligns with nvidia-smi output
2020-02-11 09:11:33 +01:00
fcalvet
b6727ad42e
Requirement for elasticsearch library for export
2020-02-10 18:42:25 +01:00
fcalvet
f42ff86f64
Correcting diskio write units in grafana dashboard
2020-02-10 18:00:37 +01:00
fcalvet
3190a9fd70
Update grafana example for diskio
...
Taking into account time_since_update in a similar manner to networks
2020-02-10 17:53:04 +01:00
fcalvet
84c3549aad
Slight glances/README.txt update
...
* Updated link to docs
* Added export base class
* Added AMPs
2020-02-10 17:08:53 +01:00
fcalvet
c66f874e8d
Reduced precision to seconds in influxdb export
...
"To significantly improve compression, use the coarsest precision possible for timestamps." see documentation: https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_reference/#syntax-description
2020-02-10 17:00:34 +01:00
Bartlomiej Cieszkowski
4969c19065
glances can work in console mode on windows - windows-curses
2020-02-09 20:34:32 +01:00
Nicolas Hennion
3e5ec443ce
Merge pull request #1586 from tirkarthi/fix-python-39
...
Fix warnings and improve Python 3.9 compatibility.
2020-01-22 18:28:01 +01:00
Karthikeyan Singaravelan
2e00997e33
Use is_alive instead of isAlive for Python 3.9 compatibility.
2020-01-22 18:36:00 +05:30
Karthikeyan Singaravelan
51c7e763e5
Fix DeprecationWarning regarding invalid escape sequence. Fix SyntaxWarning regarding literal comparison.
2020-01-22 18:35:41 +05:30
Nicolas Hennion
b55d4925b0
Merge pull request #1580 from notFloran/webui-amp-nl2br
...
[WEBUI] AMP plugins and \n
2020-01-15 07:36:38 +01:00
nicolargo
a7a4203641
Can start glances with MQTT export #1581
2020-01-11 11:30:06 +01:00
Floran Brutel
d388476230
Replace \n by br in amp result
2020-01-02 20:17:37 +01:00
nicolargo
ecb9db9c86
Merge branch 'issue1575' into develop
2019-12-26 11:09:14 +01:00