pesos / grofer

A system and resource monitoring tool written in Golang!
Apache License 2.0
352 stars 52 forks source link

Fix incorrect timestamps #105

Closed temanisparsh closed 3 years ago

temanisparsh commented 3 years ago

Fix incorrect timespamt in grofer proc

time.Unix expects the time to be in seconds whereas gopsutil gives time in milliseconds

Fixes #104

Checklist:

Gituser143 commented 3 years ago

@temanisparsh This seems straight forward. Will wait for an approval from @MadhavJivrajani before merging!