On Tue, Jul 11, 2023 at 8:45 PM Sahil Harpal <[email protected]> wrote:
> On Tue, Jul 11, 2023 at 2:29 PM Sahil Harpal <[email protected]> > wrote: > >> On Tue, 11 Jul 2023 at 12:04, Ashesh Vashi <[email protected]> >> wrote: >> >>> Try preloading the extension in the PostgreSQL server. >>> e.g. Add this extension in the 'shared_preload_libraries' in >>> postgresql.conf. >>> >>> Reference: https://pgpedia.info/s/shared_preload_libraries.html >>> >> Thank you, Ashesh! I will try this and provide you with an update. >> > I tried adding 'system_stats' in the 'shared_preload_libraries', but it > doesn't work. > > On Tue, 11 Jul 2023 at 14:38, Aditya Toshniwal < > [email protected]> wrote: > >> Disk info doesn't need to be updated live. You can update it once on >> every tab change. I feel process info should be a bar chart. The >> categories are fixed in number and we can use StreamingChart for bar chart. >> > Okay sure. > > Please ignore the previous WIP.patch file. I missed to include few > untracked changes. > I have attached the new patch file. Sorry for the inconvenience. > > New patch consist: > > - Single dashboard with option to toggle between General and System > Statistics > - Summary tab (except process info details). > - CPU Details > - Memory Details > > > It fails while applying. Can you please rebase your patch and send it? Thanks, > Sahil >
