Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/cpu-usage
https://github.com/zcong1993/cpu-usage
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/zcong1993/cpu-usage
- Owner: zcong1993
- License: mit
- Created: 2020-09-08T10:36:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T05:38:28.000Z (about 3 years ago)
- Last Synced: 2023-02-28T14:37:10.597Z (over 1 year ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cpu-usage
[![NPM version](https://img.shields.io/npm/v/@zcong/cpu-usage.svg?style=flat)](https://npmjs.com/package/@zcong/cpu-usage) [![NPM downloads](https://img.shields.io/npm/dm/@zcong/cpu-usage.svg?style=flat)](https://npmjs.com/package/@zcong/cpu-usage) [![CircleCI](https://circleci.com/gh/zcong1993/cpu-usage/tree/master.svg?style=shield)](https://circleci.com/gh/zcong1993/cpu-usage/tree/master) [![codecov](https://codecov.io/gh/zcong1993/cpu-usage/branch/master/graph/badge.svg)](https://codecov.io/gh/zcong1993/cpu-usage)
> easy get cpu usage
## Install
```bash
$ yarn add @zcong/cpu-usage
# or npm
$ npm i @zcong/cpu-usage --save
```## License
MIT © zcong1993