Questions tagged [system-status]

4 questions
6
votes
3 answers

Is there any way, in java, to check on the status of a windows service?

I am looking for a library that will allow me to look up the status of a windows service to verify that the service is started and running. I looked into the Sigar library, but it is GPL and therefor I cannot use it. A Commercial or BSD(ish)…
Tim
  • 1,478
  • 1
  • 17
  • 20
3
votes
1 answer

Functions for system status C#

I'm looking for general system state functions for Mono. Things I need are: Memory (available, total) Free disk space IP Number External IP Running processes / services / daemons How do I get those? Thanks in advance, Yvan
friedkiwi
  • 2,158
  • 8
  • 29
  • 52
1
vote
1 answer

OSX System Status Bar

I writed a code in delphi to insert a status item to an system status bar, the code works good and status item displayed. I used an transparent icon and I should click exactly on icon (not icon rect) to open menu. But if I click on transparent area…
mh taqia
  • 3,506
  • 1
  • 24
  • 35
0
votes
3 answers

How to get Physical Memory from top -l1 using AWK in OS X Mavericks?

I'm using this script for GeekTools on mac and the code below worked on previous OSX versions. However in Mavericks, it returns the error specified below. $ top -l1 | grep "PhysMem"|awk '{print "X"int(($2+$4)/($8+$10)*50)"X"}' awk: division by…
Lightheaded
  • 644
  • 8
  • 23