This website works better with JavaScript
Home
Explore
Help
Sign In
hostbbq
/
hostbbq-monitoring
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2f283ef575
Branches
Tags
hotfix/daemon-ts-deps
master
hostbbq-moni...
/
common
/
types
/
buffered-data.d.ts
buffered-data.d.ts
85 B
History
Raw
1
type BufferedData = { time: Date; cpu: number; ram: { used: number; max: number } };