1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00
Commit Graph

2329 Commits

Author SHA1 Message Date
20652edefa update changelog 2021-09-22 20:11:26 -07:00
98c29d0747 add vmstat tests 2021-09-22 19:54:12 -07:00
41a6311f6b add streaming parser tests 2021-09-22 19:34:44 -07:00
978760ec57 add exception class name to error string 2021-09-22 19:32:20 -07:00
d410425537 replace single quotes with double quotes in doc 2021-09-22 14:43:26 -07:00
6b7430329c doc update 2021-09-22 14:38:13 -07:00
40fe0d4a60 working parser 2021-09-22 14:34:46 -07:00
365c5354a0 remove debug print statement 2021-09-22 14:34:32 -07:00
b246a05cbb fix vmstat-s name 2021-09-22 14:34:19 -07:00
9e5a7a4abb add vmstat sample output 2021-09-22 14:07:09 -07:00
f266acbcca add processing logic 2021-09-22 14:06:51 -07:00
4e3b471f18 add format for vmstat 2021-09-22 14:06:28 -07:00
5e28736c2e add vmstat and vmstat_s 2021-09-22 12:08:20 -07:00
a91913a3b5 streaming parser template 2021-09-22 12:07:27 -07:00
90c64f0ae0 initial working parser 2021-09-22 12:07:09 -07:00
7cc642ed1a formatting 2021-09-22 12:06:56 -07:00
809f64d35a Merge pull request #169 from kellyjonbrazil/streaming
Streaming to dev
2021-09-21 22:58:18 -07:00
a6f859a55e add final ping_s tests 2021-09-21 22:47:48 -07:00
39ef88078f add destination_ip to error lines 2021-09-21 22:47:02 -07:00
aeea5e8d2e formatting 2021-09-21 22:00:05 -07:00
1a0700bff4 add more ping-s tests 2021-09-21 21:58:59 -07:00
b5fa6d068f update docs 2021-09-21 16:03:00 -07:00
1baec0b420 add some streaming tests 2021-09-21 15:43:02 -07:00
4f2a4e1dee skip blank lines and warning lines 2021-09-21 15:42:45 -07:00
758d617668 doc update 2021-09-21 13:29:50 -07:00
55322c37f5 formatting 2021-09-21 12:36:36 -07:00
d19ea5552b add streaming ls parser tests 2021-09-21 12:33:05 -07:00
130c3527c1 update docstrings 2021-09-21 12:32:34 -07:00
3f221f4714 doc update 2021-09-20 13:21:20 -07:00
d64c4cb390 add streaming parsers section 2021-09-20 13:04:26 -07:00
448c56aa46 formatting 2021-09-20 13:04:14 -07:00
9fbea15b6d rename state class to _state 2021-09-20 11:59:54 -07:00
932060314b doc update 2021-09-20 11:51:27 -07:00
5e68ae5009 import exception. tighten up os detection 2021-09-20 11:42:15 -07:00
d03541beae add docstring examples. add exception raise when OS cannot be detected. 2021-09-20 11:24:59 -07:00
516fa571d9 remove unused variable. use elif instead of if for linux vs. bsd detection 2021-09-19 21:41:35 -07:00
a19c12096a initial working parser for both linux and bsd 2021-09-19 13:18:23 -07:00
758f27945d change data_bytes and bytes to sent_bytes and response_bytes 2021-09-17 15:09:56 -07:00
8b1e8d58df remove unneeded line 2021-09-17 14:44:49 -07:00
b967489d08 complete linux coverage including summary 2021-09-17 14:42:30 -07:00
870d0218be add unbuffer note 2021-09-17 10:34:05 -07:00
84020bc2af change error_msg to error in -q result docs 2021-09-17 10:26:47 -07:00
4efe5344e0 add links to HN and Reddit 2021-09-17 10:20:22 -07:00
9182c54513 formatting 2021-09-17 08:24:56 -07:00
28f0ab0b02 update streaming error messages 2021-09-17 08:21:13 -07:00
90d1a30696 formatting 2021-09-17 08:05:23 -07:00
130b3738cc shorten successful yield to a single line 2021-09-16 22:32:46 -07:00
92c7357615 formatting 2021-09-16 22:04:44 -07:00
c80f863334 simplify return condition formatting 2021-09-16 22:04:31 -07:00
4642c20179 formatting 2021-09-16 21:55:40 -07:00