Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions pipeline/inputs/windows-system-statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ The plugin supports the following configuration parameters:

The `winstat` plugin collects the following system statistics:

| Metric Category | Description |
|:----------------|:----------------------------------------------------------------------------|
| CPU | CPU usage percentage, including user and system time |
| Memory | Memory usage including total, available, and used memory |
| Disk | Disk I/O statistics including read/write operations and throughput |
| Network | Network interface statistics including bytes sent/received and packet counts |
| Metric Category | Description |
|:----------------|:------------------------------------------------------------------------------|
| CPU | CPU usage percentage, including user and system time. |
| Memory | Memory usage including total, available, and used memory. |
| Disk | Disk I/O statistics including read/write operations and throughput. |
| Network | Network interface statistics including bytes sent/received and packet counts. |

## Get started

Expand Down Expand Up @@ -92,8 +92,8 @@ Total interval (sec) = `Interval_Sec` + (`Interval_NSec` / 1000000000)

For example: `1.5s` = `1s` + `500000000ns`

## Notes
{% hint style="info" %}

For Prometheus-based metrics collection on Windows, consider using the [Windows Exporter Metrics](windows-exporter-metrics.md) input plugin instead.

- The `winstat` plugin requires Windows Performance Counters access. Ensure Fluent Bit is running with appropriate permissions.
- This plugin is Windows-only and won't work on Linux, macOS, or other operating systems.
- For Prometheus-based metrics collection on Windows, consider using the [Windows Exporter Metrics](windows-exporter-metrics.md) input plugin instead.
{% endhint %}