Skip to content

Simple tool written in Go to record Windows system statistics to a csv file

License

Notifications You must be signed in to change notification settings

torlenor/sysstatsrecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Stats Recorder (only Windows for now)

This simple tool records current CPU and memory usage to a csv file.

Requirements

Go >= 1.12

Please check out https://golang.org/doc/install on how to install Go (it is easy, no worries).

Building System Stats Recorder

Windows

To build this project type

build.bat

in the top directory of this repositoty.

Crosscompilation on Linux

WIP

Running System Stats Recorder

bin\gocommrecorder.exe -f outputFileNamePrefix -t 1000

where outputFileNamePrefix is the prefix used for the output file (timestamp and .csv will be appended automatically) and 1000 is the interval to use for recording in ms.

About

Simple tool written in Go to record Windows system statistics to a csv file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published