pmc 2.0.0

PMC is a simple and easy to use PM2 alternative
Documentation
1
2
3
4
5
6
7
8
#ifndef PSUTIL_H
#define PSUTIL_H

#include "rust.h"
using namespace rust;

extern "C++" double get_process_cpu_usage_percentage(int64_t pid);
#endif