-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I noticed that the agent consistently collects server status data, compresses and encodes it, and stores it in the hetrixtools_agent.log file:
Line 655 in 00d0650
| echo "j=$jsoncomp" > "$ScriptPath"/hetrixtools_agent.log |
This process signifies that the agent writes several hundred kilobytes of data to the disk every minute, potentially diminishing SSD lifespan.
Would it be possible to simply save the data within a shell variable and directly send the request using that variable (i.e., store all information in memory)? This could enhance performance and extend disk lifespan.
Metadata
Metadata
Assignees
Labels
No labels