https://github.com/alfiosalanitri/process-analyzer
Analyze the ram and cpu usage of a process in real time from command line in linux.
https://github.com/alfiosalanitri/process-analyzer
bash linux
Last synced: about 2 months ago
JSON representation
Analyze the ram and cpu usage of a process in real time from command line in linux.
- Host: GitHub
- URL: https://github.com/alfiosalanitri/process-analyzer
- Owner: alfiosalanitri
- License: mit
- Created: 2022-09-17T14:44:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T06:56:11.000Z (over 3 years ago)
- Last Synced: 2025-03-30T08:17:18.412Z (over 1 year ago)
- Topics: bash, linux
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# process-analyzer
Analyze the ram and cpu usage of a process in real time from command line in linux.

## Installation
- `sudo ln -s /path/to/process-analyzer /usr/local/bin/process-analyzer`
## Usage
- `process-analyzer [-n] 5` to refresh every 5 seconds
# Author:
process-analyzer is written by Alfio Salanitri www.alfiosalanitri.it and are licensed under the terms of the GNU General Public License, version 2 or higher.