Commit graph

1049 commits

Author SHA1 Message Date
inxi-svn 92628d2f5c added in another ignore fs, devtempfs 2010-09-16 19:00:57 +00:00
inxi-svn 01842d5832 added in out of X, root support for showing X.org version 2010-08-24 21:27:47 +00:00
inxi-svn 3438103c7a added in handling for when the vendor string for xorg is NOT xorg, but something else, like fedora 2010-08-24 20:10:32 +00:00
inxi-svn 3b102a7b43 fixed date, jule-> july 2010-07-26 20:44:41 +00:00
trash80.v2.0 25219ba967 Bugfix to cpu logic 2010-07-24 23:49:55 +00:00
trash80.v2.0 a97f8d6b54 Updated and hopefully simplified the get_cpu<data>. We no longer care what the numbers are, all we do is count unique ids. Now we ignore the id identifier number, since the new i series from Intel either kills a logical processor or ships flawed quad cores as dual or dual HT, maybe even tri-core sometime. The new logic only cares about the number of cores, the number of physical processors, and the number of virtual processors. 2010-07-24 18:04:14 +00:00
inxi-svn 7df3311080 bug fix, -o also requires a loop type fs filter to avoid showing squashfs type partitions 2010-06-11 04:04:40 +00:00
inxi-svn f4d3d7a4e9 Change version:
Bug fix, added in globals B_DCOP / B_QDBUS for pretests of dcop/qdbus. Need to set both because some systems have both.

Bug fix, added squashfs and unionfs to excluded fs types to clean up -p output for partition data
2010-06-11 03:44:19 +00:00
inxi-svn d35ed8b8e2 wrong branch, uploaded now to trunk the qdbus error squelch bug fix. Change version because output is error, now it's nulled. 2010-04-10 03:29:45 +00:00
inxi-svn b63089a6d6 tiny bug fix, change version number because it can cause bad output slightly.
Added 2>/dev/null to qdbus, that tool isn't tested for and  might not be present, and when absent, throws error
2010-04-10 03:26:27 +00:00
inxi-svn 17065c59f7 help typo fix 2010-03-21 05:06:02 +00:00
inxi-svn 32da9c7a7f (change version)
fixed bug in sse output for flags
2010-03-05 22:36:09 +00:00
inxi-svn dc8706cfa7 small issue fix for intel ht dual core, it has bad core ids, so I had to replace smart count with a manual dumb count, that works 2010-03-05 07:22:56 +00:00
inxi-svn 083ef48993 c(change version, bug fixes worked) 2010-02-18 07:01:44 +00:00
inxi-svn c23da95276 tweaks 2010-02-18 06:57:47 +00:00
inxi-svn f419ca2c96 small tweak 2010-02-18 06:53:49 +00:00
inxi-svn 85f2543b31 fixed small issues, added SIO to mobo temp types, filtered out ps from -t c for slower systems 2010-02-18 06:34:23 +00:00
inxi-svn e6f728dbf9 fine tuned output, changed app: to either command: or daemon: , app isn't very accurate since it can be many things. 2010-02-16 23:02:01 +00:00
inxi-svn 585faeee28 bug fix 2010-02-16 22:44:57 +00:00
inxi-svn 3ea4eca9c1 (change version)
small bug fix in -t, gawk has to strip out [,],(,) to avoid compare errors in bash for things like [nfsd] in output
2010-02-16 22:43:23 +00:00
inxi-svn dc4ed951b1 (change version)
a small issue fix, where cpu spike caused by inxi itself gives a bad cpu speed. Solution, put a 0.3 sleep time right before we get the cpu 
data.

Less than 0.3 wasn't s reliable, not sure how much time the kernel needs to slow down cpus again.

user can set config override of this time easily.

Maybe one day inxi will be released with config files in /etc, then this stuff can be documented better in the file.

I found the sleep largely unnoticeable in my tests.
2010-02-15 05:05:47 +00:00
inxi-svn 987eb7abe7 (change version)
cleaned ps functions up a bit, made args more clean. Added in output to let users know why their irc request for > 5 lines is 5, throttled from 
x.
2010-02-14 17:15:44 +00:00
inxi-svn fe066bf62f bug fix, have to reverse sort orders too, sigh... 2010-02-14 03:49:54 +00:00
inxi-svn 211cba3a5f (change version, small bug fix)
fixed small issue, discovered that etch bash/ps does not support the + operator for --sort, only -, eg: +rss fails and -rss works.
2010-02-14 03:44:10 +00:00
inxi-svn d43a83d93d cleaned up some variable misnamings 2010-02-13 06:10:31 +00:00
inxi-svn 05b5cef12c tweaked error message for -t 2010-02-13 05:48:47 +00:00
inxi-svn 664bee7689 (change version)
added filter, only 5 or less allowed in irc client, terminal 20 or less supported.
2010-02-13 05:43:35 +00:00
inxi-svn 929bf70fb9 help menu tweak 2010-02-13 04:47:06 +00:00
inxi-svn 50e07be10b tweaked help menu for -F option, excluded -t noted. 2010-02-13 04:45:48 +00:00
inxi-svn d8a491a3c7 added -t option output to -x on help menu. 2010-02-13 03:43:11 +00:00
inxi-svn 336b27e127 fixed error 7 message 2010-02-13 01:39:53 +00:00
inxi-svn 41d501a798 cleaned up error message for -t 2010-02-13 01:35:59 +00:00
inxi-svn bc1795809c bug fix for output of number 2010-02-13 01:27:35 +00:00
inxi-svn 0c5674b4f9 (change version)
New option: -t 
requires extra args c, m, or cm (cpu, memory, or both). Accepts further additional option: 1-20

This will show top cpu processes for default number or user selection, and top memory using processes.

Sample: inxi -t c7
2010-02-13 01:21:29 +00:00
inxi-svn fa26506a22 (change version)
the inevitable bug with method change, updated and restored lost features using /sys/block method
2010-02-07 08:25:27 +00:00
inxi-svn 7f3c89b63c (change version)
updated to handle new /sys/block syntax to get device name for disks. This will require further work to actually make solid, but this fix 
makes 
it work for now.
2010-02-07 07:47:07 +00:00
inxi-svn c90ed16e7b (Change version)
Found another issue, for snd modules, we have to use array item 3, kernel modules loaded, not driver

driver for sound modules is a name, not a module name, and also the reported modules need further processing, - to _ and tolower in case.
2010-02-05 23:21:37 +00:00
inxi-svn c0d50a4a26 (Change Version)
fixed another small bug that made the print for busid use wrong data, forgot to clean , from original array data.
2010-02-05 23:04:02 +00:00
inxi-svn 8ff14cda78 cleaned up small trailing whitespace issue with ports output, put the cleanup where it belongs, in the data get function 2010-02-05 22:42:31 +00:00
inxi-svn a5b42c8fc0 (change version)
fixed a bug that made two networking chips of same company when identical create one single doubled driver output.

Also added in pcibus id output for -x option with networking and audio cards.
2010-02-05 22:33:07 +00:00
inxi-svn c1dff27d83 fixed bug with pardus pisi output, stripping out colors 2010-02-01 18:32:15 +00:00
inxi-svn e7e2a381a9 bug fix for pardus pisi line output, added file missing detection for arch repos 2010-02-01 18:02:37 +00:00
inxi-svn e4f8bacf31 (change version)
Refactored to gawk the arch repo processing in get_repo..
2010-02-01 17:31:46 +00:00
inxi-svn 77763f7386 fixed variable name 2010-02-01 06:33:41 +00:00
inxi-svn a5c6296f6b and some code cleanup 2010-02-01 06:23:44 +00:00
inxi-svn 58d12b30ab and more comments 2010-02-01 06:22:43 +00:00
inxi-svn 0a7cdb5ab7 code cleanup 2010-02-01 06:21:46 +00:00
inxi-svn 95dc7d47db added some comments 2010-02-01 06:20:42 +00:00
inxi-svn 19191c50e8 removed legacy comments 2010-02-01 06:19:17 +00:00
inxi-svn a153f1d3d0 order order... 2010-02-01 06:10:31 +00:00