log

age author description
Wed, 23 Mar 2016 21:26:50 +0100 Lewin Bormann Remove timezone pattern from clock metric default tip
Wed, 23 Mar 2016 21:20:58 +0100 Lewin Bormann Use time crate for clock metric
Thu, 18 Feb 2016 16:22:09 +0100 Lewin Bormann Update README on renderers.
Thu, 18 Feb 2016 16:22:00 +0100 Lewin Bormann Add plain-text renderer.
Thu, 18 Feb 2016 16:21:29 +0100 Lewin Bormann Properly format loadavg output
Thu, 18 Feb 2016 15:55:27 +0100 Lewin Bormann Make renderers modular. Add standard i3status renderer.
Thu, 18 Feb 2016 15:23:22 +0100 Lewin Bormann Use better value extraction for netif load
Thu, 18 Feb 2016 15:23:05 +0100 Lewin Bormann Use better value extraction for load
Thu, 18 Feb 2016 15:22:57 +0100 Lewin Bormann Use better value extraction for cpu_load
Thu, 18 Feb 2016 14:57:16 +0100 Lewin Bormann Implement generic regex extractor
Tue, 16 Feb 2016 21:43:44 +0100 Lewin Bormann Update README to account for new metric state keeping.
Tue, 16 Feb 2016 21:37:02 +0100 Lewin Bormann Add CPU load metric
Tue, 16 Feb 2016 21:36:46 +0100 Lewin Bormann Add libc dependency
Tue, 16 Feb 2016 20:52:14 +0100 Lewin Bormann Use the easy way and make the Metrics objects mutable
Mon, 15 Feb 2016 10:29:16 +0000 Lewin Bormann README.md: Updated State enum fields; add hint for --help
Sun, 14 Feb 2016 19:56:19 +0100 Lewin Bormann Add loadavg metric
Sun, 14 Feb 2016 19:55:42 +0100 Lewin Bormann Add LICENSE (MIT)
Sun, 14 Feb 2016 17:54:31 +0100 Lewin Bormann Add net (interface) metric
Sun, 14 Feb 2016 17:54:13 +0100 Lewin Bormann Fix critical bug in procfs parsers (helper.rs)
Sun, 14 Feb 2016 17:53:51 +0100 Lewin Bormann Fix wrong now() calculation; added BTreeSet State enum
Sun, 14 Feb 2016 16:22:50 +0100 Lewin Bormann Use millisecond resolution for intervals
Sun, 14 Feb 2016 15:23:51 +0100 Lewin Bormann README: Add i3 integration howto
Sun, 14 Feb 2016 15:20:11 +0100 Lewin Bormann Minor README improvements
Sun, 14 Feb 2016 15:19:55 +0100 Lewin Bormann Set the last_called parameter correctly in MetricState
Sun, 14 Feb 2016 15:15:09 +0100 Lewin Bormann Add details on how to add a new metric
Sun, 14 Feb 2016 14:56:04 +0100 Lewin Bormann Remove accidentally added BK files
Sun, 14 Feb 2016 14:49:16 +0100 Lewin Bormann Add clock metric
Sun, 14 Feb 2016 14:48:57 +0100 Lewin Bormann Various rendering framework improvements
Sun, 14 Feb 2016 14:48:00 +0100 Lewin Bormann Handle file read errors in helper
Sun, 14 Feb 2016 12:54:20 +0100 Lewin Bormann Add helper module
Sun, 14 Feb 2016 12:54:07 +0100 Lewin Bormann fmt, output newline fix
Sun, 14 Feb 2016 12:40:48 +0100 Lewin Bormann Execute render loop
Sun, 14 Feb 2016 12:40:41 +0100 Lewin Bormann Build render loop
Sun, 14 Feb 2016 12:40:28 +0100 Lewin Bormann Remove rustc-serialize dependency
Sun, 14 Feb 2016 12:06:20 +0100 Lewin Bormann Always print help if --help is given
Sun, 14 Feb 2016 12:03:17 +0100 Lewin Bormann Allow dead framework code
Sun, 14 Feb 2016 12:02:05 +0100 Lewin Bormann Move framework code to a separate module.
Sun, 14 Feb 2016 11:55:02 +0100 Lewin Bormann Add readme
Sun, 14 Feb 2016 11:51:54 +0100 Lewin Bormann Add contributors file
Sun, 14 Feb 2016 11:50:16 +0100 Lewin Bormann Initial commit