Skip to content

Comments

feat: Add container top support#204

Merged
coderbirju merged 3 commits intorunfinch:mainfrom
coderbirju:container-top
Aug 24, 2025
Merged

feat: Add container top support#204
coderbirju merged 3 commits intorunfinch:mainfrom
coderbirju:container-top

Conversation

@coderbirju
Copy link
Contributor

@coderbirju coderbirju commented Mar 31, 2025

Issue #, if available:

This PR adds Support for Container top API - The API lists the running processes inside a container

Description of changes:

  • adds a new API (GET) container/top

Output format

{
  "Processes": [
    [
      "root",
      "25508",
      "25472",
      "0",
      "18:55",
      "?",
      "00:00:00",
      "sleep Infinity"
    ]
  ],
  "Titles": [
    "UID",
    "PID",
    "PPID",
    "C",
    "STIME",
    "TTY",
    "TIME",
    "CMD"
  ]
}
  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@coderbirju coderbirju changed the title feat: Add top container support feat: Add top container support[WIP] Apr 1, 2025
@coderbirju coderbirju force-pushed the container-top branch 3 times, most recently from 4cbc6f7 to 6f2f0b7 Compare June 18, 2025 18:32
@coderbirju coderbirju marked this pull request as ready for review June 18, 2025 18:50
@coderbirju coderbirju changed the title feat: Add top container support[WIP] feat: Add top container support Jun 18, 2025
@coderbirju coderbirju changed the title feat: Add top container support feat: Add container top support Jun 19, 2025
@coderbirju coderbirju force-pushed the container-top branch 3 times, most recently from 42b1cf0 to b3b94c9 Compare August 10, 2025 19:34
@coderbirju coderbirju force-pushed the container-top branch 2 times, most recently from 948b4d5 to 2192f98 Compare August 19, 2025 17:45
Shubhranshu153
Shubhranshu153 previously approved these changes Aug 21, 2025
@coderbirju coderbirju force-pushed the container-top branch 2 times, most recently from 3fb642b to 6c86cfe Compare August 22, 2025 21:31
@coderbirju coderbirju enabled auto-merge (squash) August 22, 2025 21:32
Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
@coderbirju coderbirju merged commit 922fe22 into runfinch:main Aug 24, 2025
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants