where is siteping?

Tuesday, December 13, 2005 by peterd | Discussion: DesktopX


Hi

I'm looking for a widget or object called siteping that apparently pings an ip address and displays the response time. Apparently it comes with desktopx, but i can't find it in my installation.

Anyone have a link or copy?

TIA
Peter
rabidrobot
Reply #1 Tuesday, December 13, 2005 2:07 PM
Hmm. I don't know the exact widget you're thinking of. But if that's all you need it to do, you can make it easily.


Create a text file named myping.cmd:

@echo.

@color 07

@netstat -n

@echo.

@ping http://www.yahoo.com

@pause


Create a New DesktopX object. Change the Object Type to Shortcut from the General panel. Set the target as a myping.cmd --you can change the ping target in the text file.
peterd
Reply #2 Wednesday, December 14, 2005 12:20 AM
Thanx for the reply, but that's not what i was looking for

There WAS an widget/object that would ping an address and return the response time to the ping, in a graphical format. There are reviews of desktopx on the internet that even mention this object, but i can't find it. It's even mentioned in the online documentation https://www.stardock.com/products/desktopx/documentation/Tutorials/WMITut.html

Anyone?
Bichur
Reply #3 Wednesday, December 14, 2005 1:56 AM
i remember something like that, just can't find it.
_Martin_
Reply #4 Thursday, December 15, 2005 7:37 AM
Not got DesktopX to hand, but the following script should do this for a text object:

Sub Object_OnScriptEnter
Object.SetTimer 1,10000 ' Ping every 10 seconds
End Sub

Sub Object_OnTimer1
Object.Text = "Ping is: " & System.Ping("www.wincustomize.com") ' Change URL as appropriate
End Sub
peterd
Reply #5 Monday, December 26, 2005 3:26 AM
Thanks, i'll give it a try
aimzzz
Reply #6 Tuesday, January 10, 2006 11:24 PM
If you still are looking for a litle pinger that shows Reply time in msec, here is an Object Dock docklet:

Pinglet http://www.dockex.com/?pageId=docklets#details

Requires SysStats, which can be downloaded from the same site

You have to change the IP address in the script-- the default doesn't appear to work...

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01