msiltop 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {msiltop-0.2.1.dist-info → msiltop-0.2.2.dist-info}/METADATA +7 -6
- {msiltop-0.2.1.dist-info → msiltop-0.2.2.dist-info}/RECORD +5 -5
- {msiltop-0.2.1.dist-info → msiltop-0.2.2.dist-info}/WHEEL +0 -0
- {msiltop-0.2.1.dist-info → msiltop-0.2.2.dist-info}/entry_points.txt +0 -0
- {msiltop-0.2.1.dist-info → msiltop-0.2.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: msiltop
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Real-time macOS hardware performance monitoring for Apple Silicon (M1/M2/M3/M4) with AI workload focus - enhanced asitop alternative
|
|
5
5
|
Project-URL: Homepage, https://github.com/pratikdevnani/msiltop
|
|
6
6
|
Project-URL: Repository, https://github.com/pratikdevnani/msiltop
|
|
@@ -63,7 +63,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
|
63
63
|
sudo uvx msiltop
|
|
64
64
|
|
|
65
65
|
# Run with custom options
|
|
66
|
-
sudo uvx msiltop --interval 2 --
|
|
66
|
+
sudo uvx msiltop --interval 2 --theme cyan --avg 60
|
|
67
67
|
|
|
68
68
|
# Or install as a tool for regular usages
|
|
69
69
|
uv tool install msiltop@latest -U
|
|
@@ -77,7 +77,7 @@ uv tool install msiltop@latest -U
|
|
|
77
77
|
|
|
78
78
|
```bash
|
|
79
79
|
# Run with custom options
|
|
80
|
-
sudo uvx msiltop --interval 2 --
|
|
80
|
+
sudo uvx msiltop --interval 2 --theme cyan --avg 60
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
### Install from PyPI
|
|
@@ -131,7 +131,8 @@ msiltop [OPTIONS]
|
|
|
131
131
|
|
|
132
132
|
Options:
|
|
133
133
|
--interval INTERVAL Display refresh rate in seconds (default: 1.0)
|
|
134
|
-
--
|
|
134
|
+
--theme THEME Color theme selection (default: cyan)
|
|
135
|
+
Options: default, dark, blue, green, red, purple, orange, cyan, magenta
|
|
135
136
|
--avg AVG Power averaging window in seconds (default: 30)
|
|
136
137
|
--show_cores Enable individual CPU core monitoring
|
|
137
138
|
--max_count COUNT Restart powermetrics after N samples (stability)
|
|
@@ -150,8 +151,8 @@ sudo msiltop --interval 0.5 --show_cores
|
|
|
150
151
|
# Long-term monitoring with 60-second power averaging
|
|
151
152
|
sudo msiltop --avg 60 --max_count 1000
|
|
152
153
|
|
|
153
|
-
# Custom
|
|
154
|
-
sudo msiltop --
|
|
154
|
+
# Custom theme
|
|
155
|
+
sudo msiltop --theme purple
|
|
155
156
|
```
|
|
156
157
|
|
|
157
158
|
## 🔧 How MSILTOP Works
|
|
@@ -3,8 +3,8 @@ msiltop/msiltop.py,sha256=ESm4BlF1QwQ3BmOzvuPNsxPhNTcp9rOYp8joBte35wg,38298
|
|
|
3
3
|
msiltop/parsers.py,sha256=WTrI09rjKVKP7wxv3dWckn-EgXG3Qr053BTb61iYqV4,2701
|
|
4
4
|
msiltop/soc_info.json,sha256=EPSMp7pGZyhE3Z8Pqc1VOqxTLM3k4tZq3ek_ly2hcwg,990
|
|
5
5
|
msiltop/utils.py,sha256=szm69SZNiu_yH_RaTB1B6CSpdlpo-3UFulqOiHD_K64,5266
|
|
6
|
-
msiltop-0.2.
|
|
7
|
-
msiltop-0.2.
|
|
8
|
-
msiltop-0.2.
|
|
9
|
-
msiltop-0.2.
|
|
10
|
-
msiltop-0.2.
|
|
6
|
+
msiltop-0.2.2.dist-info/METADATA,sha256=uqELdaHWVoib2te0lBwTtVnvN57yYDzXsxXaLMDuybI,9485
|
|
7
|
+
msiltop-0.2.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
8
|
+
msiltop-0.2.2.dist-info/entry_points.txt,sha256=7q0YR2ZtNUtndkgfCHP8rvO3Elg6nEqGxUXIk-A7zCk,49
|
|
9
|
+
msiltop-0.2.2.dist-info/licenses/LICENSE,sha256=Ks65kWYKLsrlfXMglBPLfcXvRDpNo6miAedt3h-lICs,1103
|
|
10
|
+
msiltop-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|