Add DiskIOMeter for IO read/write usage

This commit is contained in:
Christian Göttsche
2020-09-13 19:46:34 +02:00
committed by cgzones
parent 6f387008cb
commit e518459981
19 changed files with 223 additions and 2 deletions

14
DiskIOMeter.h Normal file
View File

@ -0,0 +1,14 @@
#ifndef HEADER_DiskIOMeter
#define HEADER_DiskIOMeter
/*
h top - DiskIOMeter*.h
(C) 2020 Christian Göttsche
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Meter.h"
extern MeterClass DiskIOMeter_class;
#endif /* HEADER_DiskIOMeter */