Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow processlist columns to be selected in config file #1524

Open
ghost opened this issue Aug 2, 2019 · 5 comments
Open

Allow processlist columns to be selected in config file #1524

ghost opened this issue Aug 2, 2019 · 5 comments

Comments

@ghost
Copy link

ghost commented Aug 2, 2019

I do not need all columns of the processlist. I would like to select the columns to be shown in the config file.

@nicolargo
Copy link
Owner

Related (for the WebUI) #1515

@nicolargo
Copy link
Owner

nicolargo commented May 18, 2023

CPU%, MEM% and command should alway be displayed.

Other column could be disabled by configuration. If a column is disable:

  • stats related to the column should not be grabbed
  • sort is not possible for this column
  • filter are not possible for this column

Warning:

Example in the Glances configuration file:

[processlist]
disable_stats=io_counters,cpu_times,status,num_threads,pid,nice,username

@webysther
Copy link
Contributor

webysther commented May 23, 2023

@nicolargo How to hide some columns in containers? I tried this but no luck:

[containers]
disable_stats=Command

@nicolargo
Copy link
Owner

nicolargo commented Nov 10, 2024

First version on the issue1524 branch.

First version ok for TUI StandAlone mode.

Should be done for:

  • TUI standalone
  • TUI client / server
  • TUI browser
  • WebUI
  • WebUI browser
  • Exports

@nicolargo
Copy link
Owner

nicolargo commented Nov 11, 2024

Merged into develop.

Will be release in Glances 4.3.

@webysther I will open another issue to track this request ==> #3011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants