public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] graph.pl: fix intendation of user CPU load
@ 2020-04-27 15:41 Peter Müller
  2020-04-27 15:47 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-04-27 15:41 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 725 bytes --]

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/cfgroot/graphs.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl
index 1bed49fa3..c3a2a14e9 100644
--- a/config/cfgroot/graphs.pl
+++ b/config/cfgroot/graphs.pl
@@ -225,7 +225,7 @@ sub updatecpugraph {
 			,"GPRINT:stealpct:MIN:%3.2lf%%"
 			,"GPRINT:stealpct:LAST:%3.2lf%%\\j"
 			,"STACK:userpct".$color{"color11"}."A0:".sprintf("%-25s",$Lang::tr{'cpu user usage'})
-			,"GPRINT:userpct:MAX:%3.2lf%%"
+			,"GPRINT:userpct:MAX:%3.1lf%%"
 			,"GPRINT:userpct:AVERAGE:%3.2lf%%"
 			,"GPRINT:userpct:MIN:%3.2lf%%"
 			,"GPRINT:userpct:LAST:%3.2lf%%\\j"
-- 
2.16.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] graph.pl: fix intendation of user CPU load
  2020-04-27 15:41 [PATCH] graph.pl: fix intendation of user CPU load Peter Müller
@ 2020-04-27 15:47 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-04-27 15:47 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 903 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 27 Apr 2020, at 16:41, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/cfgroot/graphs.pl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl
> index 1bed49fa3..c3a2a14e9 100644
> --- a/config/cfgroot/graphs.pl
> +++ b/config/cfgroot/graphs.pl
> @@ -225,7 +225,7 @@ sub updatecpugraph {
> 			,"GPRINT:stealpct:MIN:%3.2lf%%"
> 			,"GPRINT:stealpct:LAST:%3.2lf%%\\j"
> 			,"STACK:userpct".$color{"color11"}."A0:".sprintf("%-25s",$Lang::tr{'cpu user usage'})
> -			,"GPRINT:userpct:MAX:%3.2lf%%"
> +			,"GPRINT:userpct:MAX:%3.1lf%%"
> 			,"GPRINT:userpct:AVERAGE:%3.2lf%%"
> 			,"GPRINT:userpct:MIN:%3.2lf%%"
> 			,"GPRINT:userpct:LAST:%3.2lf%%\\j"
> -- 
> 2.16.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-27 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 15:41 [PATCH] graph.pl: fix intendation of user CPU load Peter Müller
2020-04-27 15:47 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox