Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T06:56:11.000Z (about 2 years ago)
- Last Synced: 2023-03-06T21:55:46.474Z (almost 2 years 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.![preview](./preview.png)
## 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.