2023-09-27 01:21:35 -04:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup python 1.0
|
|
|
|
|
|
|
|
|
|
name asitop
|
|
|
|
|
version 0.0.24
|
2026-01-20 21:53:30 -05:00
|
|
|
revision 3
|
2023-09-27 01:21:35 -04:00
|
|
|
|
|
|
|
|
homepage https://tlkh.github.io/asitop/
|
|
|
|
|
|
|
|
|
|
description Performance monitoring CLI tool for Apple Silicon
|
|
|
|
|
|
|
|
|
|
long_description \
|
|
|
|
|
{*}${description}. ${name} uses the built-in powermetrics utility on \
|
|
|
|
|
macOS, which allows access to a variety of hardware performance counters. \
|
|
|
|
|
Note that it requires sudo to run due to powermetrics needing root access \
|
|
|
|
|
to run. ${name} is lightweight and has minimal performance impact. \
|
|
|
|
|
${name} only works on Apple Silicon Macs.
|
|
|
|
|
|
|
|
|
|
categories sysutils python
|
|
|
|
|
license MIT
|
|
|
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
|
|
|
openmaintainer
|
|
|
|
|
supported_archs arm64
|
|
|
|
|
|
|
|
|
|
checksums rmd160 fc30e5b79fca16fef8a886f3ffb6d56ed0481cc3 \
|
|
|
|
|
sha256 5df7b59304572a948f71cf94b87adc613869a8a87a933595b1b3e26bf42c3e37 \
|
|
|
|
|
size 9153
|
|
|
|
|
|
2026-01-20 21:53:30 -05:00
|
|
|
python.default_version 314
|
2023-09-27 01:21:35 -04:00
|
|
|
|
|
|
|
|
depends_lib-append port:py${python.version}-dashing \
|
|
|
|
|
port:py${python.version}-psutil
|