fah-exporter
is a tool designed to export Folding@Home statistics and metrics.
- Export Folding@Home statistics
- Supports multiple platforms (Linux, Windows, macOS)
- Easy to use
Download the latest release from the Releases page.
If you have Go installed, you can install fah-exporter
using the following command:
go install github.com/your-username/fah-exporter@latest
If you have Docker installed, you can run fah-exporter
using the following command:
docker run -p 9401:9401 ghcr.io/l13t/fah_exporter:latest -team-id <team-id> -user-name <username>
❯ fah_exporter --help
Usage of fah_exporter:
-fah-api-url string
Base URL for Folding@Home API. (default "https://api.foldingathome.org")
-listen-address string
Address to listen on for HTTP requests. (default ":9401")
-namespace string
Namespace for the Prometheus metrics. (default "foldingathome")
-team-id int
Team ID to fetch stats for. (default -1)
-user-name string
User name to fetch stats for.
Be aware: teamID equal -1
means you don't want to collect information about any team.
You can import Grafana dashboard into your Grafana instance.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License. See the license file for details.
For any questions or feedback, please open an issue on the GitHub repository.