psdash icon indicating copy to clipboard operation
psdash copied to clipboard

A linux system information web dashboard using psutils and flask

Results 12 psdash issues
Sort by recently updated
recently updated
newest added

Now the various boxes can appear side by side if there is enough space, and will fill the width of the parent page in all cases. Signed-off-by: Christophe Chapuis

# Upgrade to support Python 3 Drops support for Python 2, but since Python 2 has been deprecated, this should not be an issue ## Known Issues * UnicodeDecodeError about...

Thank you for providing the best tool to monitor my server! I have read all the code of this project in order to learn Flask. But now I have an...

I wanted to `pip install psdash` with Python 3.6 and got this error: ``` (school18) hfm-1804a:profile deil$ pip install psdash Collecting psdash Downloading https://files.pythonhosted.org/packages/1a/cc/6f450c0c76f8fcf76bcdbb9d3c0e18cf222cd452886aa242fc1499fc58eb/psdash-0.6.2.tar.gz (169kB) 100% |████████████████████████████████| 174kB 4.1MB/s Collecting...

I wonder is psdash is able to get this info - https://unix.stackexchange.com/questions/364588/monitor-disk-io-for-most-writers - or maybe there is an alternative.

These changes allowed me to get psdash running on Windows + Asyncio (because there is no gevent binaries) + Python 3 (because Asyncio is for Python 3).