From a7ebcad31b10790b3f262105cc9f0d710f83bb02 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 28 Oct 2021 12:03:41 +0800 Subject: [PATCH] Debian storage check --- 0001-add-storage-check.patch | 47 ++++++++++++++++++++++++++++++++++++ ukui-system-monitor.spec | 8 +++++- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 0001-add-storage-check.patch diff --git a/0001-add-storage-check.patch b/0001-add-storage-check.patch new file mode 100644 index 0000000..9d12770 --- /dev/null +++ b/0001-add-storage-check.patch @@ -0,0 +1,47 @@ +From a95dab7b1c386a993e77c17091b8c7a55db711ef Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Thu, 28 Oct 2021 11:53:35 +0800 +Subject: [PATCH] add storage check + +--- + debian/source/format | 2 +- + src/linebandwith.cpp | 2 +- + src/singleProcessNet/inode2prog.cpp | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/debian/source/format b/debian/source/format +index 89ae9db..163aaf8 100755 +--- a/debian/source/format ++++ b/debian/source/format +@@ -1 +1 @@ +-3.0 (native) ++3.0 (quilt) +diff --git a/src/linebandwith.cpp b/src/linebandwith.cpp +index 4c5d6e2..95f81f6 100755 +--- a/src/linebandwith.cpp ++++ b/src/linebandwith.cpp +@@ -39,7 +39,7 @@ QString lineBandwith::new_count(qint64 count ,int pid) + // quint64 bandwith = count-count_prev; + qint64 bandwith = count - countMap[pid]; + qDebug()<<"count---yayaya" < - 1.0.1-4 +- add storage check + * Wed Sep 1 2021 douyan - 1.0.1-3 - hide idle rate