Skip to content

Logiraptor/macos-proc-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple program to export prometheus metrics for all processes on MacOS.

Metrics include cpu + memory % only.

  1. Build the binary go build
  2. Copy the plist to the right location sudo cp ./io.poyarzun.macos-process-exporter.plist /Library/LaunchDaemons/io.poyarzun.macos-process-exporter.plist
  3. Load the job sudo launchctl load /Library/LaunchDaemons/io.poyarzun.macos-process-exporter.plist
  4. Start the job sudo launchctl start /Library/LaunchDaemons/io.poyarzun.macos-process-exporter.plist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages