Networking :: In The Graph What Is The Signifcant Of Dots In The Bracket [-0.02%]
May 25, 2010
I use bmon for my networking manager. But I am confused with interface, I can't understand the graph, and other statistics. What is TX Rate, RX Rate, RX ,TX? In the graph what is the signifcant of dots, in the bracket [-0.02%]?
View 3 Replies
ADVERTISEMENT
Jan 23, 2010
My networking seems to be OK but when any changes are made the NetworkManager Applet 0.7.996 (I think) in the panel pops up a small window ~ 300*80 pixels which displays some faint coloured lines and dotted lines where, presumably, there should be a message of some form. How can I configure it to get the message?
View 1 Replies
View Related
May 12, 2011
I have OpenSuse 11.4 with KDE 4.6.2 in my laptop. The version of Kile I am using is 2.0.86. I would like to change the bracket highlight color from Black to Yellow (In previous version of Kile it was yellow). I have found no option to change the bracket highlight color in settings -> configure kile. The documentation says that it is possible but does not mention how. Can anyone help me in this regard ?
View 3 Replies
View Related
Sep 1, 2014
Is there a way to achieve the following with the square bracket operator?I have a class:
Code: Select allclass A
{
public:
void SetValue(int index, Item* B);
private:
int m_iCount;
ItemCollection Item_Collection;
[code]....
The probelm is that I am not just blindly assigning whatever given on the right hand side to the returned value from operator [], I need to verify it's not NULL, and it is not already there in the Item_Collection, and I also need to increase the count.
View 5 Replies
View Related
Jun 8, 2011
so here I go I'm looking at upgrading from my onboard sound on my Dell Optiplex Gx620 to either a Sound Blaster Audigy SE by Creative, or an Asus Xonar DG (I've read bad things about this card so any experience of this under 11.4 would be fantastic).
I need low profile size cards as my little Dell is the Desktop variety. I'm not fussed about the bracket, I normally take them off if there's no LP Bracket in the box It's main use will be playback of lots of music as well as some movies. The sound is going to my Sherwood Hi-Fi amplifier, so just a better output is what I'm looking for, to make music a bit more enjoyable
View 3 Replies
View Related
Nov 28, 2010
Kernel 2.6.21.5, Slackware 12.0
I saved a page from Linuxquestions. It was saved under a filename beginning with '[' (left square bracket). And I now can't delete the file. Unfortunately I cannot send you a screenshot because opening a terminal in the GUI makes ls behave differently. I shall try to describe, assuming the file is in dir '.'. Also let '[SOLVED]foo.html' be the file in question:
Code:
$ ls
<the file is listed>
$ ls [*
/bin/ls: cannot access [*: No such file or directory
$
If I want the hdd to get rid of this file, what should I do? Any hint will be welcome.
View 2 Replies
View Related
Feb 20, 2010
Does anyone know if there's a way to make nano support auto-complete and auto-bracket closing?
View 1 Replies
View Related
Dec 1, 2010
I am trying to understand how can I make a graph in C. So I wrote some program.
Code:
#include "declarations.h"
graph root = NULL;
int main()
{
[Code]....
View 6 Replies
View Related
May 2, 2010
I am using Scilab5.2.2 in ubuntu9.10. Whenever I try to plot a graph, Scilab closes.
View 1 Replies
View Related
Mar 10, 2011
I have problem with make mrtg graph.
For example:
I use this Options for CPU:
Code:
Now use this command:
Code:
receive this message:
Code:
View 1 Replies
View Related
Apr 16, 2010
I have nagios and pnp4nagios installed and running fine. I have some snmp data that's monitoring an ASA5510.
I have the both the Data In and Data Out varibles, which go into individual graphs. Now I know that I can put the 2 data onto 1 graph, such as this graph: [URL]
I just don't know how to do it. I have in nagios the info here:
define host{
use WAN-devices ; Inherit default values from a template
host_name firewall ; The name we're giving to this host
alias firewall ; A longer name associated with the host
address 10.x.x.x ; IP address of the host
action_url /pnp4nagios/graph?host=$HOSTNAME$&srv=_HOST_
}
[Code]....
View 3 Replies
View Related
Jan 3, 2010
I need a script that takes data fom a file mydata.dat and create a graph. the content of mydata.dat is Bin Data1 Data2 Data3
Then it asks from the user to select which colums with use for x and which for y. the x and y titles must be generated automaticly by the names of each column from the first line of mydata.dat the limits must also be auto generated by the width of the column (for example for data2 is 12-45). in the end for graph title must shown the current time and date in this format:
So it asks for the user the columns and in the end it shows the graph with the above settings.
View 3 Replies
View Related
May 1, 2010
I installed scilab-5.2.2 in ubuntu 9.10. whenever I try to plot a graph scilab closes.
View 2 Replies
View Related
Feb 3, 2010
I am using GNUPLOT for plotting graphs but don't know how to save the graph as an image (irrespective of the format). If someone knows the correct GNUPLOT command for this, please tell me. Note that I have read: [url]but it does not satisfy.
View 6 Replies
View Related
Jan 8, 2009
How i can configure an hourly graph on munin?
View 2 Replies
View Related
Mar 22, 2011
how do i plot the trace file into a graph? can any 1 show an example here? just any trace file will do
View 13 Replies
View Related
Feb 3, 2011
I am trying to build a 2D plot for my data and I have the code for it. However, I want to save it as a jpg/png file so that I can have a link to it for my webpage. Below is the code:
Quote:
import java.awt.*;
import java.awt.font.*;
import java.awt.geom.*;
import javax.swing.*;
[Code].....
View 1 Replies
View Related
May 1, 2011
How to plot graphs for trace files generated in ns2 using xgraph and gnuplot.
View 7 Replies
View Related
Oct 27, 2010
I wanted to implement a graph.By graph I mean to say that I am writing programs for BFS,DFS and other such stuff and want to see them in action. For this I started writing a program.The first entry point is to define a graph. I took a pen and paper and made a graph. Now to be able to code this in C.I defined a structure but I am finding problem in defining this structure. I looked into Google and came across incidence list and adjacency list representation [URL] after understanding that I am not able to understand how do I define my structure that would be a node in graph. Here is what my graph looks like
Quote:
|-----------31
| |
| 2---4---6---8
| |
[code]....
View 3 Replies
View Related
Feb 23, 2010
I'm just installed ns 2.31 in my cumputer:fedora 12 (this is the first time working with ns2 and fedora) but I don't know commands to run an example of tcl script and show the graph in my screen.
View 9 Replies
View Related
Sep 24, 2010
i want to install and try the different oss replacements for sigmaplot like rkward, sciDAVis, etc. but i am unable to find which repository i have to add to synaptic for these programs.
View 4 Replies
View Related
Mar 20, 2011
how can i plot x graph Ubuntu by using awk scripts indicating how can i change awk files into xgr files,
View 13 Replies
View Related
Sep 20, 2010
I installed MRTG some hours ago. Everything works fine (disk, cpu,..), except the network graph.
For this graph, it's only work for ~3 cycles (15min), then... nothing.
This is the part of mrtg.cfg:
Code:
The number for eth0 is 3
Code:
SNMP is running:
Code:
Crontab is configured for mrtg (and seems it's not the problem because the other graphs works well):
Code:
In attachement is the graph for the memory (working!) and .. for the network, as you can see, only one small pic at the beginning.
View 1 Replies
View Related
Feb 23, 2011
I'm using munin to monitor our servers. Recently I created additional partitions on one of them and I noticed that munin has not picked up the changes.
I restarted munin-node and running the plugin manually as user munin on the machine
Code:
$ munin-run df
I get all my partitions
Also when I telnet 10.1.1.25 4949 and run
Code:
fetch df
I'm getting all of them. The graph however displays only the ones that were there at the time of munin install.
How can I get munin to add the new partitions to the graph ?
View 1 Replies
View Related
Aug 21, 2010
I need to generate graph for Huawei AR4620 router . As I don't know the MIB for CPU USAGE I cannot create graph for CPU USAGE of Huawei Ar4620 Router. But I can create graph for Interface Traffic for Huawei AR4620 Router.
View 1 Replies
View Related
Jan 26, 2010
I install squid-graph 3.2 need to know:
On analyze page have:
This mean! cache sending to my users as total object 84Mb? and proxy server sending object 52Mb which are not cached yet to the users?
View 3 Replies
View Related
Nov 7, 2010
in order to visualize the mentor-student relations inside my fraternity, I'd like to create a genealogy graph from a Excel spreadsheet. This works way better than expected, but there is one final issue. To demonstrate, this is a smaller version of the graph:
[URL]
It is ordered by year , while members are placed in the appropriate timeslot and are connected to show said relations. Unfortunately, as you can see, during a few years when the choosing of mentors was partly suspended due to historical reasons (WWII etc.), the members stack up to the right of the graph, widening it a lot. Is there a way to specify that they are supposed to be distributed among the members that are part of the structure in order to achieve minimum width?
View 1 Replies
View Related
Apr 15, 2011
I am going to be creating some graph representations of neural networks for my thesis. I am trying to find a good method for drawing them, preferably in a scripting manner. I like NetworkX since I know python, but am also curious about GraphViz (though the documentation is sparse) or any other solutions anyone may know of. It is important that there is a decent ability to interface with LaTeX.
View 2 Replies
View Related
Aug 3, 2015
Code: Select all# plymouth-set-default-theme --list
details
joy
lines
spacefun
text
tribar
These are the plymouth themes available.
I've tried to preview every themes (using this script [URL[....), but they're all the same, just three dots except for "details" and "tribar". I've tried to use one of those three dots theme too and yes the bootsplash is three dots.
I've opened /usr/share/plymouth/themes/spacefun/ and saw that it shouldn't be like that. It should be something with blue background and Debian logo.
I've used this Wiki page as reference: [URL] .... I'm using Jessie.
View 1 Replies
View Related
May 8, 2011
I've been having the weirdest problem with some aspect of my operating system: This is a screenshot of Google Chrome 11.0.696.57 running in Linux 2.6.37.6 with Xorg server 1.9.5 with the FGLRX display drivers 8.841 on a Radeon HD 4870. The display drivers, kernel and X server were not upgraded before this started happening. I have also not modified my xorg.conf.
As you can see, the red pixels show up just about anywhere a bitmap is changed. It has been happening in every program and not just the browser. Sometimes they flicker, always appearing at random.As far as I can tell, the Linux TTY (outside of X) is not affected. The fact that this is capturable in a screenshot rather than just appearing as pixels on the screen is what puzzles me. If you have any information as to what might be causing this, and hopefully how to solve it, (or even a theory) please post below.
Other information:
Slackware 13.37
Running Fluxbox 1.3.1
My /etc/X11/xorg.conf
Edit:Switching TTYs (via ctrl-alt-F[1-9]) and back seems to dissipate the effect, at least temporarily.
View 2 Replies
View Related