gstat/commands
Augusto Dwenger J. ecd40f940d
Merge pull request #6 from hamburghammer/develop
Change memory representation
2020-11-15 20:08:18 +01:00
..
testdata/proc Rename package proc to commands 2020-05-30 17:50:20 +02:00
cpu.go Cleanup naming and parameters 2020-06-30 16:36:51 +02:00
cpu_test.go Refactor CPU to use DI to be more testable 2020-06-29 13:27:21 +02:00
date.go Implement date as command for the json output 2020-08-09 17:52:20 +02:00
date_test.go Implement date as command for the json output 2020-08-09 17:52:20 +02:00
disk.go Change usage representation of memory field 2020-11-09 21:27:18 +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 Change usage representation of memory field 2020-11-09 21:27:18 +01:00
mem_test.go Change usage representation of memory field 2020-11-09 21:27:18 +01:00
processes.go Fix bug if the process list is > 10 2020-08-07 11:45:33 +02:00
processes_internals_test.go Fix misspells 2020-10-20 16:44:59 +02: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