Activity Monitor Download Mac
See real-time CPU, network, or disk status in the Dock. It’s easy to keep an eye on your system status without even looking at the Activity Monitor window—you can monitor your CPU, network, or disk usage as a live graph right in the Dock. Download and open the application and install it on the device you're going to monitor. Once installed, it starts recording the data from the target device. I want to hide the program on the target Mac. How can I do it? The hidden mode is an advanced feature provided by Spyrix Activity Monitoring. To hide the program, you should purchase a license.
API commands and results
iStatistica supports GET requests to provide specific information:
where xx.xx.xx.xx is the address of your mac and yyyy is the port defined in iStatistica settings.
summary_cpuLoad
CPU utilization number
summary_cpuCores
Number of physical cores
summary_cpuLogicalCores
Number of logical cores
cpu_coresActivities
JSON object containing each core utilization number
summary_memoryTotal / summary_memoryTotalText
Total memory installed in bytes or as localized text
summary_memoryInactive / summary_memoryInactiveText
Inactive memory
summary_memoryWired / summary_memoryWiredText
Wired memory
summary_memoryFree / summary_memoryFreeText
Free memory
summary_memoryUsed / summary_memoryUsedText
Used memory
network_ipExternal
External IP-address
network_ipGateway
IP-address of a router
network_ipLocal
Local IP address
network_macGateway
Router MAC-address
network_macLocal
Computer's MAC-address
network_speedDownload / network_speedDownloadText
Current download speed. Bytes / Text values.
network_speedUpload / network_speedUploadText
Current upload speed. Bytes / Text values.
network_downloaded / network_downloadedText
Downloaded since restart. Bytes / Text values.
network_uploadedText / network_uploadedText
Uploaded since restart. Bytes / Text values.
Activity Monitor Download Mac Free
diskDrives
JSON object containing all connected drives and free/used space
battery_isCharging
Returns 1 if the battery is charging
battery_charge
Current charge of the battery or UPC
battery_cyclesDesigned / battery_cyclesCurrent
Number of cycles of the battery
sensors
List all sensors and temperatures in C
fans
List all fans and RPM data
diskIO_write / diskIO_writeText
Bytes written to disk since restart
diskIO_read / diskIO_readText
Bytes read from disk since restart
/
Get all the data that iStatistica provides as a JSON object