This script prints memory usages and statistics (by process, executable and for the full system).
Project description
LinuxMemoryStatistics
Description
This script prints memory usages and statistics (by process, executable and for the full system).
Requirements
This package require:
- python3
- python3 Standard Library
Installation
Pip
python3 -m pip install LinuxMemoryStatistics
Git
git clone "https://github.com/mauricelambert/LinuxMemoryStatistics.git"
cd "LinuxMemoryStatistics"
python3 -m pip install .
Wget
wget https://github.com/mauricelambert/LinuxMemoryStatistics/archive/refs/heads/main.zip
unzip main.zip
cd LinuxMemoryStatistics-main
python3 -m pip install .
cURL
curl -O https://github.com/mauricelambert/LinuxMemoryStatistics/archive/refs/heads/main.zip
unzip main.zip
cd LinuxMemoryStatistics-main
python3 -m pip install .
Usages
Command line
LinuxMemoryStatistics # Using CLI package executable
python3 -m LinuxMemoryStatistics # Using python module
python3 LinuxMemoryStatistics.pyz # Using python executable
LinuxMemoryStatistics.exe # Using python Windows executable
Python script
from LinuxMemoryStatistics import *
Links
License
Licensed under the GPL, version 3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file linuxmemorystatistics-0.0.1.tar.gz.
File metadata
- Download URL: linuxmemorystatistics-0.0.1.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
683aa55dfcb80e671be42f4fb261720ecd5e89ce82ac6775807666fefa3bc03b
|
|
| MD5 |
4d313b7619a306921ac52e54ff1ba93b
|
|
| BLAKE2b-256 |
7b480cba7e0165ca325fb04b3006d76604159f1b1a83c3cb50ab79f864a02912
|