In need of a speed monitoring application

I am in the process of trying to find a bottleneck on our network. I am wondering if any of you know of a application I could use to do this. What I would like is something that would simply let me test the transfer speed from one computer on our network to another. Does something like this exist? (Free would be a bouns:)
Thanks!

Are you looking for network monitoring. If so zenoss (http://www.zenoss.com/community/) may be what you are looking for. If you are just trying to gauge performance between two computers would a simple command line FTP transfer work? It will tell you file size as well as average transfer speed and time to complete the transfer.
Hope that helps,
- Barrett

Similar Messages

  • I can't run activity monitor application. It just processes with the multicolored disc spinning, but does not open.

    I can't run activity monitor application. It just processes with the multicolored disc spinning, but does not open.  It also won't close without using "Force Quit." When I access it in Force Quit it's listed as not responding. I am getting the messase that my start-up disc is full, but I can't assess the status without using the activity monitor app. Thanks for any assistance you can give. -F.J.

    Welcome to Apple Support Communities
    If your hard drive is full, you have to delete files. Open Finder, search in all your user's folders and delete files that you don't need, or move them to an external drive.
    When the hard drive is full, OS X works slow and applications may freeze, so I wouldn't be surprised if this is the reason why Activity Monitor isn't working

  • Monitoring application running multiple servers. Is JMX a good choice?

    Hello,
    I am looking for a framework to make a monitoring application. Right now, I am looking at JMX which seems very interesting but I am not sure to understand everything totally.
    I need to check several information and to do so, I need to ask several servers. Log errors on some, stat files on other and so on. Maybe also make a wrapper with a Python application.
    So my question is : Is JMX a good option ?
    At the moment, nothing is implemented.
    Thanks for your advices.
    Romain

    i'm not sure i understand your question completely.
    if you are asking "will jmx work for all my applications, including non-java ones", then the answer is no. jmx is a java specific framework. however, jmx enabled java applications could be monitored as part of a larger application management system. there are jmx to snmp bridges which would enable your jmx management features to be used through snmp capable tools (where snmp is a management tool which is not language specific). also, some management utilities have "plugins" which know how to talk different protocols, where there is probably a good chance that jmx is supported.
    basically, jmx is probably the best choice for your java based services. you will need to find another way to monitor your non-java services. once you put all those pieces together, you will need to find a monitoring tool which can "talk" to the different services in the protocols that they support.
    long answer, short: jmx is a great building block, but it is not the entire solution if you are integrating non-java based services.
    Edited by: jtahlborn on Mar 1, 2011 11:32 AM

  • Need to develop a desktop application which can generate timetable

    Hi All,
    Below mentioned is my requirement:
    I need to create a desktop application whch can generate the time table automatically.
    Fields which we give as input are as follows:
    1.No of classess
    2.Teachers along with their subjects
    3.Work load for each teacher for a week
    4.Time intervels when a particular teacher will be available(some teachers will come to school only in afternoons)
    5.Subjects to be taught
    5.Number of periods each subject has to be taught for each class.
    Can anyone send a an algorithm related to this so that I can further develop the same and use it in my application.
    Any suggestions will be of great help to me.
    Thanks
    Muni

    Well... this is a month old not sure will this be too late. Basically I suggest you do some study and reading into relational database and combine with OO programming (if you got time, study UML too),
    if you understand how to draw a relation database tables (doesn't have to be database, you can save data into txt/xml...etc) you pretty much know how to implement your application

  • I need help with a VB Application

    I need help with building an application and I am on a tight deadline.  Below I have included the specifics for what I need the application to do as well as the code that I have completed so far.  I am having trouble getting the data input into
    the text fields to save to a .txt file.  Also, I need validation to ensure that the values entered into the text fields coincide with the field type.  I am new to VB so please be gentle.  Any help would be appreciated.  Thanx
    •I need to use the OpenFileDialog and SaveFileDialog in my application.
    •Also, I need to use a structure.
    1. The application needs to prompt the user to enter the file name on Form_Load.
    2. Also, the app needs to use the AppendText method to write the Employee Data to the text file. My project should allow me to write multiple Employee Data to the same text file.  The data should be written to the text file in the following format (comma
    delimited)
    FirstName, MiddleName, LastName, EmployeeNumber, Department, Telephone, Extension, Email
    3. The Department dropdown menu DropDownStyle property should be set so that the user cannot enter inputs that are not in the menu.
    Public Class Form1
    Dim filename As String
    Dim oFile As System.IO.File
    Dim oWrite As System.IO.StreamWriter
    Dim openFileDialog1 As New OpenFileDialog()
    Dim fileLocation As String
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    openFileDialog1.InitialDirectory = "c:\"
    openFileDialog1.Filter = "Text files (*.txt)|*.txt|All files (*.*)|*.*"
    openFileDialog1.FilterIndex = 1
    openFileDialog1.RestoreDirectory = True
    If openFileDialog1.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
    fileLocation = openFileDialog1.FileName
    End If
    'filename = InputBox("Enter output file name")
    'oWrite = oFile.CreateText(filename)
    cobDepartment.Items.Add("Accounting")
    cobDepartment.Items.Add("Administration")
    cobDepartment.Items.Add("Marketing")
    cobDepartment.Items.Add("MIS")
    cobDepartment.Items.Add("Sales")
    End Sub
    Private Sub btnSave_Click(ByValsender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
    'oWrite.WriteLine("Write e file")
    oWrite.WriteLine("{0,10}{1,10}{2,10}{3,10}{4,10}{5,10}{6,10}{7,10}", txtFirstname.Text, txtMiddlename.Text, txtLastname.Text, txtEmployee.Text, cobDepartment.SelectedText, txtTelephone.Text, txtExtension.Text, txtEmail.Text)
    oWrite.WriteLine()
    End Sub
    Private Sub btnExit_Click(ByValsender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
    oWrite.Close()
    End
    End Sub
    Private Sub btnClear_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClear.Click
    txtFirstname.Text = ""
    txtMiddlename.Text = ""
    txtLastname.Text = ""
    txtEmployee.Text = ""
    txtTelephone.Text = ""
    txtExtension.Text = ""
    txtEmail.Text = ""
    cobDepartment.SelectedText = ""
    End Sub
    End Class

    Hi Mikey81,
    Your issue is about VB programming, so Visual Basic forum is a better forum for your case. I moved this thread there,
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have an iPhone application already developed and it works great ,now i need to make that same application for my iPad .can someone please tell me step by step instructions on how to make it .

    i have an iPhone application already developed and it works great ,now i need to make that same application for my iPad .can someone please tell me step by step instructions on how to make it .

    Try the developer's forum:
    https://discussions.apple.com/community/developer_forums

  • Am running Tiger 10.4.11; just got Snow Leopard 10.6.3 (regular OS disk, not an upgrade); when I install Snow Leopard, will it wipe everything?  overwrite Tiger?  Do I need to make backups of applications and files to reinstall after Sno Lprd loads? thx!

    Am running  Tiger 10.4.11; just got Snow Leopard 10.6.3 (regular OS disk, not upgrade).  When I install Snow Leopard, will it wipe everything?  overwrite Tiger?  Do I need to make backups of applications and files to reinstall after Snow Leopard Loads?  thanks!

    Hi Donald,
    No it doesn't erase anything by default, it does what we used to call an  Archive and Install feature, which can give you a new OS, yet preserve your files and settings if you have enough room on your HD...
    http://docs.info.apple.com/article.html?artnum=107120
    But it does it automatically unless you specifically erase the Disk, but will replace Tiger completely for the OS & several Apple Apps like Safari, Mail, etc, yet preserve your old settings for those!
    If you think you may need Tiger to run any APPs that do not work in SL/10.6, then clone or backup first.
    I would recomend 2 things before installing though...
    Make sure you have enough RAM & HD space.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 2GB at least)
        * 5GB of available disk space (I say 30GB at least)
    If it's a core Duo & not a Core2Duo, then it'll only run in 32 bit mode.
    "Try Disk Utility
    1. Insert the new Mac OS X SL/10.6 Install Disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214

  • What cable will i need to transfer all my applications from iMac to Macbook?

    Hey,
    I just bought myself a new Macbook for work and i need to transfer all my applications (e.g. photoshop, word etc.) to my new Macbook.
    What wire can i purchase to do this?
    Thanks a lot

    More than one way to do transfer files.
    Check out this article >  How to use Migration Assistant to transfer files from another Mac

  • Need help with a small application

    Hi all, I please need help with a small application that I need to do for a homework assignment.
    Here is what I need to do:
    "Write an application that creates a frame with one button.
    Every time the button is clicked, the button must be changed
    to a random color."
    I already coded a part of the application, but I don't know what to do further.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class ColourButton extends JFrame {
         JButton button = new JButton("Change Colour");
         public ColourButton() {
              super ("Colour Button");
              setSize(250, 150);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JPanel panel = new JPanel();
              panel.add(button);
              add(panel);
              setVisible(true);
         public static void main(String[] args) {
              ColourButton cb = new ColourButton();
    }The thing is I'm not sure what Event Listener I have to implement and use as well as how to get the button to change to a random color everytime the button is clicked.
    Can anyone please help me with this.
    Thanks.

    The listener:
    Read this: [http://java.sun.com/docs/books/tutorial/uiswing/components/button.html]
    The random color:
    [Google this|http://www.google.com/search?q=color+random+java]

  • We need a good battery monitoring app

    We really need an app that monitors battery usage and breaks the usage down by each individual item--cpu, screen, each app, etc.
    It's a real pain to figure out what newly installed app may be causing excessive battery drain when you have many apps installed and there is no app that can tell use this information and from what I understand the developers aren't able to find a way to implement it either, thus the issue resides with webOS.
    This is a major necessity in my opinion especially because webOS is designed for heavy multitasking.
    Post relates to: HP TouchPad (WiFi)

    You can send Pages and other iWork documents to DropBox with the WebDav function (sharing via a server) and the sharing options of Pages, Word or PDF are available to you. The good news is this is easily done via a service called DrobDAV. The bad news is there's a fee, but there's a free trial and an educational discount.
    This article at Tech Inch explains it. If you rely on DropBox, as I do, and use Pages, etc on your computer, it's really great. Generally, iPad apps that support WebDav can send the doc to DropBox with this add-on.
    http://techinch.com/2011/02/02/integrate-dropbox-with-pages-keynote-and-numbers- on-ipad/
    There's also a free DropDAV limited service, but files are limited in size 1MB.
    And of course Pages, etc can share to iDisk, which is being replaced by iCloud.

  • New MacPro: Good temperature Monitor Application for the nMP?

    Can anyone suggest a good temperature monitoring application they have used for the new Mac Pro?
    Thanks

    I would recommend iStat Menus (http://bjango.com/mac/istatmenus/). I switched to it when I got the Mac Pro 2013 because Hardware Monitor doesn't work with the new Mac Pro. It's pretty good, although the history is only visual with graphs showing the evolution of the different sensors temperature. With Harware Monitor it was possible to read the temperature that were recorded at a certain point in time.

  • TA27369 how do you see the server monitor application

    I am trying to troubleshoot on an Xserve.  Cannot see the drive and triangle light is blinking.  My search tells me to view the server monitor application.  What is this and where can I find it if I am unable to see the hard drives? 

    Is the XServe booted? If not then Server Monitor isn't going to help you much. All it can do is give you environmental status of your server (power supply, memory, temperature, etc.). It can't diagnose a failed disk or restore a failed system.
    That said, if you want to run it, you can run it from any other system on your network. The Server Admin tools should have been included with your server disks, or you can download them from Apple.

  • I need java code for chating application

    i need java code for chating application. plz help me

    GANGINENI wrote:
    i need java code for chating application. plz help meGIYF.
    [http://today.java.net/pub/a/today/2006/10/05/instant-messaging-for-jabber-with-smack.html|http://today.java.net/pub/a/today/2006/10/05/instant-messaging-for-jabber-with-smack.html]
    File under: lern2Google

  • Need help in developing mobile application?

    Hi all,
    I am learning how to develop mobile applications in Jdeveloper environment. I have been searching a lot in google but unable to come to a conclusion on the way in which I could get this.
    Kindly post some links where I can get some documents on this and I need to develop a mobile application which should be able to render in almost all the mobile platfoms so far I have gone through
    the links where the applications can be rendered only in some selected mobiles like blackberry. so Kindly help me in searching for the best possible options.
    Thanks,
    Phanindra.

    Hi,
    Check following will useful
    http://www.oracle.com/technetwork/developer-tools/adf/overview/adf-mobile-096323.html
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/mobile/mobile.htm

  • Workitem Text need to display in Webdynpro Application

    Hi,
    Requirement : Workitem ID need to capture in WebDynpro application along with workitem text. (i.e.., When user clicks on worktitem from UWL, the workitem text should display in Webdynpro applocation.)
    I have created workflow and Web dynpro application. I have configured in SWFVISU tcode and assigned parameter in webdynpro application parameters tab. Here, If i click's on workitem, it's opening sap web screen. But i want to open webdynpro application screen.
    Kindly suggest to do this..
    Advance Thanks & Regards,
    Jayaprakash N

    Hi Jayaprakash,
        If you are not seeing the button "Launch WebDynpro" when you click on your Workitem then your UWL is not configured. There are a couple of steps for that which are provided quite clearly in the link below .
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6?overridelayout=true
    Broadly the steps are:
    Re-register your system alias in UWL configuration. The path for this is System Administration / System Configuration /Universal Worklist Administration
    After re-registering, the portal will add one XML file for your system. Download the XML file, edit and add Webdynpro option specifying the Workflow Task ID and your custom webdynpro application name
    Upload the edited XML file with priority high and clear the cache
    In your WDA application define a plug name 'Start' and define the parameter WI_ID type SWW_WIID
    In your WDA window define a eventhandler HANDLESTART and inside write the code for reading the workitem id. Create a parameter WI_ID type SWW_WIID also for this eventhandler
    Let me know if you are stuck at any point.
    Regards,
    Arpan
    Message was edited by: Arpan Sengupta

Maybe you are looking for

  • Delivery creation not possible

    Hi, I'm creating a delivery but system doesn't allow it, how can I solve the above?: No schedule lines due for delivery up to the selected date                                                                                Message no. VL248          

  • Adobe shockwave flash crashes frequently how do i fix it

    This plug in crashes constantly, I cannot use many programs because of this problem

  • Replacing the generic icon for podcasts?

    Hi - Usually iWeb displays the generic podcast icon in for the preview picture. Once in a while iWeb displays a nice image seemingly grabbed from a podcast I've posted. But that's rare. How do I set which icon I would like to have displayed? Many tha

  • Creating two web pages

    I got the family pack (for everything) I am trying to load my second website I created, and everything until I try to visit it. It asks for an Idisk name and password. I have all my sites go through godaddy and had the first site up before .Me starte

  • Variable parameters modification

    Hi everyone! I am working in some querys and I am using a customer exit to change variable values before and after the query execution with the enhancement RSR00001. I need to change the value of the “ready for input variable” field in a variable dep