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

2981 Commits

Author SHA1 Message Date
e171861629 add proc-stat parser 2022-09-16 15:54:13 -07:00
8f539af4ab add proc-softirqs parser 2022-09-16 14:50:14 -07:00
122a4d8f32 add proc-slabinfo parser 2022-09-16 11:40:54 -07:00
8bd935791e add proc-partitions parser 2022-09-16 11:17:02 -07:00
edbae09a17 add proc-pagetypeinfo parser 2022-09-16 11:06:33 -07:00
d115d43559 add proc-pid-numa-maps parser 2022-09-16 10:02:44 -07:00
bdb218cb0f doc update 2022-09-15 16:59:15 -07:00
e4e07b76ec doc update 2022-09-15 16:57:45 -07:00
fd28fea3b6 Merge pull request #287 from kellyjonbrazil/procfile
Procfile
2022-09-15 16:15:30 +00:00
d3c1a73ced doc update 2022-09-15 08:49:12 -07:00
c4de1c53b9 Merge pull request #284 from pbrezina/id
id: support space in names
2022-09-15 15:46:32 +00:00
860167b950 Merge pull request #286 from kellyjonbrazil/master
Sync to dev
2022-09-15 15:44:31 +00:00
4ebde3af5f parser version bump 2022-09-15 08:40:58 -07:00
ab5e9a46b4 id: support space in names
id parser did not work correctly if space is present in user or group
name.
2022-09-14 13:36:56 +02:00
c348fa89a9 proc-locks fixes 2022-09-13 20:40:48 -07:00
140dc656a2 initial proc-locks parser 2022-09-13 16:45:33 -07:00
2cad23a7f3 add proc-loadavg parser 2022-09-13 16:27:11 -07:00
9e5c3ae6fb add proc-ioports parser 2022-09-13 14:12:24 -07:00
ab33836637 add proc-iomem parser 2022-09-13 14:04:15 -07:00
cb684fa6de update schema and docs 2022-09-13 13:42:06 -07:00
de6307dc38 remove debug print 2022-09-12 22:59:14 -07:00
da51b2b5a0 initial proc_interrupts parser 2022-09-12 22:43:37 -07:00
03f0984e1d doc update 2022-09-09 17:13:43 -07:00
e1f6007dea add proc-filesystems parser 2022-09-09 17:03:51 -07:00
0508256d28 formatting 2022-09-09 16:32:33 -07:00
993fcd989b add driver_rtc parser 2022-09-09 16:28:34 -07:00
65d647bc0a tighten up diskstats signature 2022-09-09 15:20:38 -07:00
23d5204634 simplify parser by using simple_table_parse 2022-09-09 15:07:44 -07:00
8a239b8f9c add proc-diskstats parser 2022-09-09 14:33:12 -07:00
0a89652ae5 doc update 2022-09-08 16:53:26 -07:00
6d6054d1dc update compatibility 2022-09-08 16:52:26 -07:00
bc9cdadfb0 updated schema 2022-09-07 15:23:48 -07:00
cfe98506a5 fix help examples 2022-09-07 14:25:09 -07:00
c4c159f056 clean up examples 2022-09-07 13:56:16 -07:00
4d761d7e8a add exception handling for file open errors 2022-09-07 12:52:05 -07:00
c1f36f7455 add magic syntax for /proc to docs 2022-09-07 12:31:17 -07:00
c976c3226d add magic support for /proc files 2022-09-07 11:59:54 -07:00
cc6287c124 try/except int conversions 2022-09-07 08:40:37 -07:00
966fe97759 add proc-devices parser and doc update 2022-09-06 17:59:26 -07:00
1f2fe65185 add proc-crypto parser and doc update 2022-09-06 17:29:56 -07:00
b83cd24d57 add proc-cpuinfo parser and doc update 2022-09-06 17:05:14 -07:00
5b4e4fd943 add proc-consoles parser and doc update 2022-09-06 15:52:26 -07:00
61cd9acaa2 add buddyinfo parser and doc update 2022-09-06 15:19:59 -07:00
d2895928bd add examples to doc 2022-09-06 11:46:35 -07:00
5c354b02ea doc update 2022-09-06 11:42:24 -07:00
a764642a85 fixup help, man, readme, about docs 2022-09-06 10:07:19 -07:00
a9b0fe6728 add 'hidden' attribute to parsers and wire up to jc.lib.all_parser_info() 2022-09-06 09:21:40 -07:00
79ade2c182 move to module architecture. first two proc parsers 2022-09-04 10:42:16 -07:00
146dc070ea reorder patterns 2022-09-03 14:05:57 -07:00
c1b2bae333 add more net files 2022-09-03 11:34:28 -07:00