-
Notifications
You must be signed in to change notification settings - Fork 40k
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
kubelet: add RSS memory to the summary API #24015
Conversation
Labelling this PR as size/XS |
GCE e2e build/test passed for commit fe6f960e0e842d0d9402e88fb5ce3151c02bf80f. |
LGTM |
LGTM |
@@ -133,6 +133,9 @@ type MemoryStats struct { | |||
// The amount of working set memory. This includes recently accessed memory, | |||
// dirty memory, and kernel memory. UsageBytes is <= TotalBytes. | |||
WorkingSetBytes *uint64 `json:"workingSetBytes,omitempty"` | |||
// The amount of anonymous and swap cache memory (includes transparent | |||
// hugepages). | |||
RSSBytes *uint64 `json:"rssBytes, omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nit) no space after ,
(not sure if it matters, but it's always written like this)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that was not intentional. will fix it.
Removed the extra space and reapplied the ligtm label. |
GCE e2e build/test passed for commit 388b4ff. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 388b4ff. |
GCE e2e build/test passed for commit 388b4ff. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 388b4ff. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 388b4ff. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 388b4ff. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 388b4ff. |
@k8s-bot test this issue: #IGNORE Tests have been pending for 24 hours |
GCE e2e build/test passed for commit 388b4ff. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 388b4ff. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 388b4ff. |
Automatic merge from submit-queue |
cc/ @roberthbailey or @bgrant0607 can one of you add cherrypick-approval label for this pr? |
@zmerlynn and I will go through the list of pending cherry picks tomorrow. |
@dchen1107 cherry pick approved -- can you or @yujuhong create a cherry pick pull? |
Commit found in the "release-1.2" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…ck-of-#24015-kubernetes#24003-kubernetes#24205-upstream-release-1.2 Automated cherry pick of kubernetes#24015 kubernetes#24003 kubernetes#24205
…ck-of-#24015-kubernetes#24003-kubernetes#24205-upstream-release-1.2 Automated cherry pick of kubernetes#24015 kubernetes#24003 kubernetes#24205
No description provided.