Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 678 Bytes

File metadata and controls

24 lines (14 loc) · 678 Bytes

Monitoring Process Ownership

Company: HashiCorp | Difficulty: Medium


Scenario

The server is consuming excessive resources. This server is used by multiple teams with their own credentials (e.g. each team has a username dev-team, qa-team, ops-team etc).

Task

Identify which user is running the most number of processes (count) on the server, regardless of CPU or memory usage, and write that username to: /home/devops/solution.txt

Example

A single username written to the expected output file.

<username>

📹 Video Solution