README.org (1228B)
1 * My dwmstatus 2 3 [[http://dwm.suckless.org/dwmstatus/][dwmstatus]] is a tool that sets the status bar of [[http://dwm.suckless.org/][dwm]]. 4 5 #+BEGIN_EXAMPLE 6 090 41C 829 1090 M Wed 20 Apr 17:09 7 #+END_EXAMPLE 8 9 1. =090=: One number pre running JVM. Each number shows the 10 percentage of that JVMs cpu-time is used on garbage 11 collection. Where =0= means 0% and =9= means >30%. Fetched through 12 the attached java program =jvm-stats=. 13 2. =41C=: My cpu is 41 degree celsius. 14 3. =829=: All 3 numbers signify percentage used (=0= means 0%, =5= 15 means 50%, =9= means 100%). 16 1. =8= means that 80% of my memory is currently in use. 17 2. =2= means that 20% of my swap is currently in use. 18 3. =9= means that my disk is 100% utilized at the moment. Fetched 19 through =iostat -x 1 2=. 20 4. =1090=: One number per cpu core. Numbers show percentage of that 21 cpu core currently in use. My third core is 100% utilized at the moment. 22 23 * Dependencies 24 - iostat (from [[http://sebastien.godard.pagesperso-orange.fr/][sysstat]]) 25 - Requires a working jvm-stats on the path. jvm-stats is included. 26 - [[http://www.lm-sensors.org/][lm-sensors]] 27 - [[https://notmuchmail.org/][notmuch]] 28 - =/proc/meminfo= 29 - =/proc/stat=