Re: Pgadmin4 System Stats Extension Design

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Pgadmin4 System Stats Extension Design
Дата
Msg-id CA+OCxozmepfMAj0FZw3cqkv7AoP7iQ0C5fs0RNnzR3ExfkB4uw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pgadmin4 System Stats Extension Design  (Sahil Harpal <sahilharpal1234@gmail.com>)
Ответы Re: Pgadmin4 System Stats Extension Design  (Sahil Harpal <sahilharpal1234@gmail.com>)
Список pgadmin-hackers


On Mon, 24 Jul 2023 at 10:30, Sahil Harpal <sahilharpal1234@gmail.com> wrote:
On Mon, 24 Jul 2023 at 10:57, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
Please share the exact output of the query to get any suggestions.
The following is the output returned by the query:

 mount_point | file_system | drive_letter | drive_type | file_system_type | total_space  |  used_space  |  free_space  | total_inodes | used_inodes | free_inodes    
-------------+-------------+--------------+------------+------------------+--------------+--------------+--------------+--------------+-------------+-------------  
             | NTFS        | C:           |          3 |                  | 499350761472 |  86123380736 | 413227380736 |              |             |
             | NTFS        |              |          3 |                  |    633335808 |    543641600 |     89694208 |              |             |
             | NTFS        |              |          3 |                  | 500913139712 | 106947141632 | 393965998080 |              |             |
             | NTFS        |              |          3 |                  | 499288895488 | 237867192320 | 261421703168 |              |             |
             | FAT32       |              |          3 |                  |    100663296 |     52180992 |     48482304 |              |             |
(5 rows)


On your system, what are the volumes without letters etc? If they're things like swap/pagefile, recovery partition etc, then they can probably be omitted (e.g. SELECT ... WHERE mount_point IS NOT NULL OR drive_letter IS NOT NULL).

--

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Sahil Harpal
Дата:
Сообщение: Re: Pgadmin4 System Stats Extension Design
Следующее
От: "dependabot[bot]"
Дата:
Сообщение: [pgadmin-org/pgadmin4] d3b394: Python dependency: Bump @date-io/date-fns from 1.3...