gstat/commands
Augusto Dwenger J. f004c93773 refactor: implement single point for json marshal
This implementation still isn't perfect. One of the encoutered problems
is that it does not omit Memory sturcts that are technicly empty.
Resulting in JSON with empty objects. This should be a problem for other
parsers but it doesn't look good.
2021-01-02 18:10:16 +01:00
..
testdata/proc Rename package proc to commands 2020-05-30 17:50:20 +02:00
cpu.go refactor: implement single point for json marshal 2021-01-02 18:10:16 +01:00
cpu_test.go Refactor CPU to use DI to be more testable 2020-06-29 13:27:21 +02:00
date.go refactor: implement single point for json marshal 2021-01-02 18:10:16 +01:00
date_test.go Implement date as command for the json output 2020-08-09 17:52:20 +02:00
disk.go refactor: implement single point for json marshal 2021-01-02 18:10:16 +01:00
disk_test.go Change usage representation of memory field 2020-11-09 21:27:18 +01:00
executor.go Refactor to make Result more testable and stable 2020-06-13 18:23:36 +02:00
mem.go refactor: implement single point for json marshal 2021-01-02 18:10:16 +01:00
mem_test.go Change usage representation of memory field 2020-11-09 21:27:18 +01:00
memory.go refactor: implement single point for json marshal 2021-01-02 18:10:16 +01:00
processes.go refactor: implement single point for json marshal 2021-01-02 18:10:16 +01:00
processes_internals_test.go refactor: implement single point for json marshal 2021-01-02 18:10:16 +01:00
processes_test.go Fix bug if the process list is > 10 2020-08-07 11:45:33 +02:00
results.go Cleanup naming and parameters 2020-06-30 16:36:51 +02:00
results_internals_test.go Cleanup naming and parameters 2020-06-30 16:36:51 +02:00
results_test.go Fix misspells 2020-10-20 16:44:59 +02:00