Commit Graph

44 Commits

Author SHA1 Message Date
Zane C. B-H 5ff76abec6 note the changes 2019-08-15 17:25:14 -05:00
Zane C. B-H e79cdbe3a8 wchan support now works on Linux and bump version 2019-08-15 17:21:58 -05:00
Zane C. B-H 861ab9cfa5 typo fix 2019-08-15 17:20:19 -05:00
Zane C. B-H 0048e1528a linux wchan support 2019-08-15 17:15:19 -05:00
Zane C. B-H 7876f16850 bump to 0.3.1 and note the changes 2019-04-14 22:56:55 -05:00
Zane C. B-H c0f425d801 convert microseconds to seconds for Linux and more whitespace cleanup 2019-04-14 22:48:07 -05:00
Zane C. B-H 8f8f027c11 linux appears to be off by 118 for Term::Size 2019-04-14 22:43:52 -05:00
Zane C. B-H 7c0d4c3f76 more whitespace cleanup 2019-04-14 22:41:41 -05:00
Zane C. B-H 944816751d whoops, inverted last commit 2019-04-14 22:37:40 -05:00
Zane C. B-H 8e055b5dd4 linux does not return the current syscall in wchan... just a address... 2019-04-14 22:35:57 -05:00
Zane C. B-H 6192ccbb30 misc whitespace cleanup and don't poll nice on Linux 2019-04-14 22:26:25 -05:00
Zane C. B-H 835060d157 fully remove BSD::Process 2019-01-07 20:13:22 -06:00
Zane C. B-H 3530121bc1 use hex for checking and & 2019-01-07 05:31:59 -06:00
Zane C. B-H 02c1440a42 no longer use $bproc on for checking if it is a kernel thread 2019-01-07 04:36:44 -06:00
Zane C. B-H aaa507fdeb remove the use of $bproc for pctcpu 2019-01-07 04:12:07 -06:00
Zane C. B-H f352e0733f submitted a patch for Proc::ProcessTable to make it return proper values for size on FreeBSD... removing the need for $bproc for that 2019-01-07 03:59:45 -06:00
Zane C. B-H bb7ba2030b remove the need for $bproc for pctmem on BSD 2019-01-07 02:28:38 -06:00
Zane C. B-H 37ca5121c5 add a missing depend and bumb to 0.2.2 2019-01-05 12:19:54 -06:00
Zane C. B-H 4ef63bde8d Fix a error that happens if the process was started last year. 2019-01-05 12:01:47 -06:00
Zane C. B-H ca1a38e786 add the LICENSE file 2018-07-23 00:33:52 -05:00
Zane C. B-H 0f551a415b update the ignore and add .exists 2018-07-23 00:30:34 -05:00
User Kitsune 76c236f355 add gitignore 2018-07-23 00:22:31 -05:00
Zane C. B-H 94060cb128 initial creation of the svn bits 2018-07-22 05:05:05 -05:00
Zane C. B-H 6533fb434a tag 0.2.0
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@978 0c1c3402-1be1-de11-8092-0022686faf23
2017-11-08 07:50:45 +00:00
Zane C. B-H 828329afbf blarg
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@977 0c1c3402-1be1-de11-8092-0022686faf23
2017-11-07 10:20:00 +00:00
Zane C. B-H 85d0b4e00e note changes
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@975 0c1c3402-1be1-de11-8092-0022686faf23
2017-11-07 06:51:43 +00:00
Zane C. B-H 71c138d6a6 misc documentation cleanups
use require instead of use for BSD::Process

only init BSD::Process once now instead of multiple times for each proc


git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@974 0c1c3402-1be1-de11-8092-0022686faf23
2017-11-07 06:43:53 +00:00
Zane C. B-H 3134d9e8e7 everything done for the initial release
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@972 0c1c3402-1be1-de11-8092-0022686faf23
2017-11-06 06:05:18 +00:00
Zane C. B-H 9b0dc4d810 pctcpu now works properly on FreeBSD
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@971 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-25 10:24:56 +00:00
Zane C. B-H 9a60a648b0 fix some stuff regards to rss as Proc::ProcessTable returns problematic values for some items... requiring the use of BSD::Process
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@970 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-16 10:25:24 +00:00
Zane C. B-H 6c0cf95eeb add memory percent search
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@969 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-16 10:06:12 +00:00
Zane C. B-H c1c6c5d9f0 add pctcpu search
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@968 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-16 09:54:47 +00:00
Zane C. B-H b8ef193a27 fix time decoding and implement time search
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@967 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-16 09:02:49 +00:00
Zane C. B-H 82e36d1752 user search now works
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@966 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-16 05:21:41 +00:00
Zane C. B-H f721e832af woot! lots more working now... including the search bits
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@965 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-13 09:26:55 +00:00
Zane C. B-H c57d0a13ad more misc work
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@964 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-11 05:45:03 +00:00
Zane C. B-H 16edfcf9bf remove unneeded bits
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@963 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-11 05:43:20 +00:00
Zane C. B-H 31314e37e8 lots more misc work
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@962 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-10 16:52:15 +00:00
Zane C. B-H 58a62ae2b0 lots of misc work
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@961 0c1c3402-1be1-de11-8092-0022686faf23
2017-10-10 08:59:54 +00:00
Zane C. B-H c51a744a65 more misc work
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@960 0c1c3402-1be1-de11-8092-0022686faf23
2017-09-27 11:45:07 +00:00
Zane C. B-H 4c6a8e28b4 more misc. work on this
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@959 0c1c3402-1be1-de11-8092-0022686faf23
2017-09-06 07:50:45 +00:00
Zane C. B-H c32518f28e misc. commit
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@958 0c1c3402-1be1-de11-8092-0022686faf23
2017-08-23 11:26:31 +00:00
Zane C. B-H 82a64ae37f lots of misc more work... also depends on BSD::Process if running if $^O =~ /bsd/
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@957 0c1c3402-1be1-de11-8092-0022686faf23
2017-08-18 11:21:17 +00:00
Zane C. B-H 758ddb956b add initial bits for Proc::ProcessTable::Colorizer
git-svn-id: svn://127.0.0.1/Perl/Proc-ProcessTable-Colorizer/trunk@956 0c1c3402-1be1-de11-8092-0022686faf23
2017-08-16 04:43:44 +00:00