https://github.com/simonw/datasette-psutil
Datasette plugin adding a /-/psutil debugging endpoint
https://github.com/simonw/datasette-psutil
datasette datasette-io datasette-plugin psutil
Last synced: 3 months ago
JSON representation
Datasette plugin adding a /-/psutil debugging endpoint
- Host: GitHub
- URL: https://github.com/simonw/datasette-psutil
- Owner: simonw
- License: apache-2.0
- Created: 2020-06-13T22:57:07.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T15:35:57.000Z (over 4 years ago)
- Last Synced: 2024-10-18T07:53:40.741Z (over 1 year ago)
- Topics: datasette, datasette-io, datasette-plugin, psutil
- Language: Python
- Homepage: https://datasette.io/plugins/datasette-psutil
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datasette-psutil
[](https://pypi.org/project/datasette-psutil/)
[](https://github.com/simonw/datasette-psutil/releases)
[](https://github.com/simonw/datasette-psutil/actions?query=workflow%3ATest)
[](https://github.com/simonw/datasette-psutil/blob/main/LICENSE)
Datasette plugin adding a `/-/psutil` debugging endpoint
## Installation
Install this plugin in the same environment as Datasette.
$ pip install datasette-psutil
## Usage
Visit `/-/psutil` on your Datasette instance to see various information provided by [psutil](https://psutil.readthedocs.io/).
## Demo
https://latest-with-plugins.datasette.io/-/psutil is a live demo of this plugin, hosted on Google Cloud Run.