Skip to content

Commit

Permalink
Report percent on cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Mar 29, 2024
1 parent 996dc76 commit b0e886a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pymonitor
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def cpu_log_to_yaml(cur_time, cpu_usage):
return json.dumps({
'type': 'CPU',
'time': cur_time,
'cpu': cpu_usage,
'percent': cpu_usage,
}) + '\n'


Expand Down

0 comments on commit b0e886a

Please sign in to comment.