Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Harvest should track poller maxRSS in auto-support #2982

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

cgrinds
Copy link
Collaborator

@cgrinds cgrinds commented Jun 12, 2024

MaxRss (in bytes) is updated once a minute

Example auto-support JSON

 "Harvest": {
  "HostHash": "df62c133cbd0fef8ccda100e3c04c33eb3b2d911",
  "UUID": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "Version": "2.0.2",
  "Release": "rc2",
  "Commit": "HEAD",
  "BuildDate": "undefined",
  "NumClusters": 1,
  "NumPollers": 27,
  "NumExporters": 5,
  "NumPortRange": 1,
  "Pid": 48223,
  "RssBytes": 17473536,
  "MaxRssBytes": 17473536,
  "EpochMilli": 1718201199682
 }

MaxRss (in bytes) is updated once a minute

Example auto-support JSON

```json
 "Harvest": {
  "HostHash": "df62c133cbd0fef8ccda100e3c04c33eb3b2d911",
  "UUID": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "Version": "2.0.2",
  "Release": "rc2",
  "Commit": "HEAD",
  "BuildDate": "undefined",
  "NumClusters": 1,
  "NumPollers": 27,
  "NumExporters": 5,
  "NumPortRange": 1,
  "Pid": 48223,
  "RssBytes": 17473536,
  "MaxRssBytes": 17473536,
  "EpochMilli": 1718201199682
 }
 ```
@cgrinds cgrinds merged commit 60a8d76 into main Jun 12, 2024
6 checks passed
@cgrinds cgrinds deleted the cbg-max-rss branch June 12, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants