Atoptool / atop

System and process monitor for Linux
GNU General Public License v2.0
799 stars 111 forks source link

json.c: be consistent with fields on the man manual #250

Closed ShirleyFei closed 1 year ago

ShirleyFei commented 1 year ago

Update the json key strings to be consistent with fields on the man manual as users would resort to man manual when they want to figure out what does the indicator mean. Besides, the shortened json key strings alleviate network transmission pressure.

Atoptool commented 1 year ago

By making these changes, current usage of the JSON key strings will become highly incompatible. In my opinion, most key strings that are currently used are rather self-explaining and can be easily linked to the key strings that are described in the man page.

ShirleyFei commented 1 year ago

By making these changes, current usage of the JSON key strings will become highly incompatible. In my opinion, most key strings that are currently used are rather self-explaining and can be easily linked to the key strings that are described in the man page.

Got it, incompatible is quite dangerous. The reason to shorten json key strings is trying to alleviate network transmission and storage pressure now we faced. But anyway, I will close this, thanks for the reminder. :)