AFP & FTP Bandwidth Monitoring?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users AFP & FTP Bandwidth Monitoring?
# 1  
Old 02-13-2005
AFP & FTP Bandwidth Monitoring?

Is there a way to monitor FTP and AFP bandwidth on a per user basis? AFP = AppleFilesharingProtocol, and by monitor, I don't mean graphs, I mean getting raw byte counts I can use in my scripts any way I choose. I am attempting to use mod_watch to monitor virtual domain bandwidth usage, but I really want to be able to add on AFP and FTP usage for each user too, to make sure basically that people don't put sneak a huge load on my server through something thats not monitored.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris 10 & 11 ZFS Space Monitoring

Hi Folks! Its been a while since I worked with ZFS but basically, I need to monitor free space for Solaris 10 & 11 systems (with & without zones) I am hoping that any space commands only need to be run from the global zone (to simplify matters) However, I'm not not sure if there are exceptions... (2 Replies)
Discussion started by: GazinLincoln
2 Replies

2. UNIX and Linux Applications

SAP & DB2 Process Monitoring Parameters

What are the parameters ((i.e., Process & Services) need to monitor for SAP & DB2 to capture shutdown, restart & Halt status of those applications. Please suggest the best practices. Ex: SAPSTART for SAP & DP2SYS for DB2 (3 Replies)
Discussion started by: marunmeera
3 Replies

3. Shell Programming and Scripting

Help with FTP Monitoring Using Perl

Hi, Can anyone help me to start a monitoring script in perl of a FTP server. (2 Replies)
Discussion started by: phanik143
2 Replies

4. Programming

Bandwidth monitoring using python

I wish to develop an application to monitor the network traffic of my system. I wish to know which computer networked to me is using most of the bandwidth. I know the basics of python but do not know how to start the work.. please suggest some good methods to follow. (7 Replies)
Discussion started by: coderhs
7 Replies

5. UNIX for Dummies Questions & Answers

FTP monitoring

Hello there, I have the following situation : I have a ftp server (PureFTPd)on which users can connect and put their files. The thing is I need to synchronize the files uploaded by the users to another server (so that everybody can download (via http) from that server the resources uploaded by... (6 Replies)
Discussion started by: spiriad
6 Replies

6. UNIX for Dummies Questions & Answers

Monitoring & emailing log files

Hi ..first post ! I have a Unix v445 using solaris 10. I've trolled through various web pages but can't find exactly what I'm looking for. I have an alert log...or any messages file for that matter I need to check for certain key (error type) phrases - if I find them, they are redirected to... (11 Replies)
Discussion started by: davidra
11 Replies

7. UNIX for Advanced & Expert Users

Bandwidth monitoring

Hi Gurus, Need to have a way to monitor Bandwidth utilization on Linux servers, running squid . Have worked on 3rd party monitoring tools like Bandwidth d, Nagios etc. But we are working to find out a way to monitor this through Sitescope, for which we need to find a file where the... (4 Replies)
Discussion started by: Crazy_murli
4 Replies

8. UNIX for Dummies Questions & Answers

Monitoring ftp process

I have an ftp process using vpn, my box is receiving data hit and miss from the host system. Any tool that can be used within unix (ksh) to monitor that ftp process? (2 Replies)
Discussion started by: arkhewit
2 Replies

9. UNIX for Dummies Questions & Answers

Bandwidth Monitoring.

Hi, I'm looking for some way to bring up in a shell window a realtime (or something that updates at 10 second intervals or whatever) bandwidth monitor. I just want something that shows me how much kbps is going in and how much is going out of each interface. Is there something that might... (2 Replies)
Discussion started by: d11wtq
2 Replies

10. UNIX for Dummies Questions & Answers

User Bandwidth Monitoring

What are my options for monitoring bandwidth on a per user basis? Ideally, I'd like something thats easy to configure (like a webmin module pleeeease?), and that could monitor ALL bandwidth. Not just web bandwidth but also ftp/afp uploading and downloading, and email traffic. I know this is a... (4 Replies)
Discussion started by: l008com
4 Replies
Login or Register to Ask a Question
AD(1)                                                              Netatalk 2.2                                                              AD(1)

NAME
ad - Netatalk compatible UNIX file utility suite. SYNOPSIS
ad {ls | cp | mv | rm} [...] ad {-v | --version} DESCRIPTION
ad is a UNIX file utlity suite with Netatalk compatibity. AppleDouble files in .AppleDouble directories and the CNID databases are updated as appropiate. AVAILABLE COMMANDS
ad ls [-dRl [u]] {file|dir [...]} List files and directories. ad cp [-aipvf] {src_file} {dst_file} ad cp -R [-aipvf] {src_file|src_directory ...} {dst_directory} Copy files and directories. ad mv [-finv] {src_file} {dst_file} ad mv [-finv] {src_file|src_directory ...} {dst_directory} Move files and directories. ad rm [-Rv] {file|directory} ad -v|--version Show version. AD LS
List files and directories. Options: -d Directories are listed as plain files -R list subdirectories recursively -l Long output, list AFP info -u List UNIX info Long output description <unixinfo> <FinderFlags> <AFP Attributes> <Color> <Type> <Creator> <CNID from AppleDouble> <name> FinderFlags (valid for (f)iles and/or (d)irectories): d = On Desktop (f/d) e = Hidden extension (f/d) m = Shared (can run multiple times) (f) n = No INIT resources (f) i = Inited (f/d) c = Custom icon (f/d) t = Stationery (f) s = Name locked (f/d) b = Bundle (f/d) v = Invisible (f/d) a = Alias file (f/d) AFP Attributes: y = System (f/d) w = No write (f) p = Needs backup (f/d) r = No rename (f/d) l = No delete (f/d) o = No copy (f) Note: any letter appearing in uppercase means the flag is set but it's a directory for which the flag is not allowed. AD CP
Copy files and directories. In the first synopsis form, the cp utility copies the contents of the source_file to the target_file. In the second synopsis form, the contents of each named source_file is copied to the destination target_directory. The names of the files themselves are not changed. If cp detects an attempt to copy a file to itself, the copy will fail. Netatalk AFP volumes are detected by means of their ".AppleDesktop" directory which is located in their volume root. When a copy targetting an AFP volume is detected, its CNID database daemon is connected and all copies will also go through the CNID database. AppleDouble files are also copied and created as needed when the target is an AFP volume. Options: -a Archive mode. Same as -Rp. -f For each existing destination pathname, remove it and create a new file, without prompting for confirmation regardless of its permis- sions. (The -f option overrides any previous -i or -n options.) -i Cause cp to write a prompt to the standard error output before copying a file that would overwrite an existing file. If the response from the standard input begins with the character 'y' or 'Y', the file copy is attempted. (The -i option overrides any pre- vious -f or -n options.) -n Do not overwrite an existing file. (The -n option overrides any previous -f or -i options.) -p Cause cp to preserve the following attributes of each source file in the copy: modification time, access time, file flags, file mode, user ID, and group ID, as allowed by permissions. If the user ID and group ID cannot be preserved, no error message is displayed and the exit value is not altered. -R If source_file designates a directory, cp copies the directory and the entire subtree connected at that point.If the source_file ends in a /, the contents of the directory are copied rather than the directory itself. -v Cause cp to be verbose, showing files as they are copied. -x File system mount points are not traversed. AD MV
Move files and directories. Move files around within an AFP volume, updating the CNID database as needed. If either: o source or destination is not an AFP volume o source AFP volume != destination AFP volume the files are copied and removed from the source. Options: -f Do not prompt for confirmation before overwriting the destination path. (The -f option overrides any previous -i or -n options.) -i Cause mv to write a prompt to standard error before moving a file that would overwrite an existing file. If the response from the standard input begins with the character `y' or `Y', the move is attempted. (The -i option overrides any previous -f or -n options.) -n Do not overwrite an existing file. (The -n option overrides any previous -f or -i options.) -v Cause mv to be verbose, showing files after they are moved. AD RM
Remove files and directories. The rm utility attempts to remove the non-directory type files specified on the command line. If the files and directories reside on an AFP volume, the corresponding CNIDs are deleted from the volumes database. The options are as follows: -R Attempt to remove the file hierarchy rooted in each file argument. -v Be verbose when deleting files, showing them as they are removed. REPORTING BUGS
Report bugs to the Netatalk-devel list <netatalk-devel@lists.sourceforge.net>. SEE ALSO
dbd(1), apple_dump(1). Netatalk 2.2 02 Sep 2011 AD(1)